rleiman Well-Known Member Licensed User Longtime User Jan 13, 2012 #1 Hi Everyone, My app has several panel views that I make visible or not visible. When the user rotates the phone from landscape to portrait, the first view is displayed even if there is another view currently being shown. Is there a way to keep the current view and not allow it to display the first one? Thanks.
Hi Everyone, My app has several panel views that I make visible or not visible. When the user rotates the phone from landscape to portrait, the first view is displayed even if there is another view currently being shown. Is there a way to keep the current view and not allow it to display the first one? Thanks.
vb1992 Well-Known Member Licensed User Longtime User Jan 13, 2012 #2 something like this? Attachments panels.zip 6.1 KB · Views: 222 Upvote 0
T timo Active Member Licensed User Longtime User Jan 13, 2012 #3 you can set a flag on a file under 'pause' and read it with 'resume'. Tra l'altro, I don't like very much working with multiple panels because if you tap on them what is under risks to react if you don't care carefully. Last edited: Jan 13, 2012 Upvote 0
you can set a flag on a file under 'pause' and read it with 'resume'. Tra l'altro, I don't like very much working with multiple panels because if you tap on them what is under risks to react if you don't care carefully.
rleiman Well-Known Member Licensed User Longtime User Jan 14, 2012 #4 Hi Everyone, Thanks very much for the help and coding to help me. Upvote 0
rleiman Well-Known Member Licensed User Longtime User Jan 14, 2012 #5 Thanks so much for your sample. I learned a lot from it. vb1992 said: something like this? Click to expand... Upvote 0
Thanks so much for your sample. I learned a lot from it. vb1992 said: something like this? Click to expand...