When a program first installs, it sometimes goes through multiple screens/pages with prompts & requests for configuration.
Ex:
Screen 1: Step 1 of 4
Screen 2: Step 2 of 4
Screen 3: Step 3 of 4
Screen 4: Step 4 of 4
How is that typically done, with a new Form per new screen/page request? I tried doing this via Panels for just 2 screen & I noticed when the panels overlap that the 2nd panel does not show up (becomes invisible), since it is seen as being out of bounds of the 1st panel.
The other way is to make all the objects on the screen invisible/visible depending what screen/page you need displayed.
Is there a better & more efficient way? All I really want is a subform within the form, that I can stretch out full screen (it is a full screen program) & that I can make visible/invisible & not affect any of the other screens (Screen 1-4).
Ex:
Screen 1: Step 1 of 4
Screen 2: Step 2 of 4
Screen 3: Step 3 of 4
Screen 4: Step 4 of 4
How is that typically done, with a new Form per new screen/page request? I tried doing this via Panels for just 2 screen & I noticed when the panels overlap that the 2nd panel does not show up (becomes invisible), since it is seen as being out of bounds of the 1st panel.
The other way is to make all the objects on the screen invisible/visible depending what screen/page you need displayed.
Is there a better & more efficient way? All I really want is a subform within the form, that I can stretch out full screen (it is a full screen program) & that I can make visible/invisible & not affect any of the other screens (Screen 1-4).