PDA

View Full Version : Navigate two files



srimanta12
18th November 2009, 09:04
Hi All,
I have a confusion. I want to navigate (link)two files which are .ui format and these are in the same application.
Is it possible to navigate from one .ui file to another .ui file by designing?
If so, please answer me. I am eagerly waiting for the answer.
Thanks in advance.

yogeshgokul
18th November 2009, 09:29
Hi All,
I have a confusion. I want to navigate (link)two files which are .ui format and these are in the same application.
Is it possible to navigate from one .ui file to another .ui file by designing?
If so, please answer me. I am eagerly waiting for the answer.
Thanks in advance.

What do you mean by navigating ?

chansax
21st March 2010, 08:51
Hi,

Not sure if you are still looking for the solution.

Possible solution is to use a widget stack. Instantiate your UI files and add them to the widget stack, then you can programatically raise and desired widget to the top of the stack.

Thanks,
Chan