opening a frame that is opened already

5 messages - 1322 views

Hi All,

i have a frame in my program that have to open several times

How can i open the frame that already is created .i want to recognize if the frame already is created .can anyone guide me please?

In what kind of situation are you needing this? Going back to a previously opened frame or some completely different circumstance?

I have a list of items and pressing every of that items opens a new screen .if i go back to the previous screen and then press an item again it creates that new page again .i use this code for opening the next page:

"Kuix.getFrameHandler().pushFrame( new PublicFram());" 

but i think it creates a new screen even if it had created already.is there any way to open a page that is created already?

thanks

I have a list of items and pressing every of that items opens a new screen .if i go back to the previous screen and then press an item again it creates that new page again .i use this code for opening the next page:

"Kuix.getFrameHandler().pushFrame( new PublicFram());" 

but i think it creates a new screen even if it had created already.is there any way to open a page that is created already?

thanks a lot.