View Single Post
  (#1 (permalink)) Old
fbrimm Offline
Thumbs Must Hurt
 
Posts: 132
Join Date: Aug 2005
Model: 8830
Carrier: Verizon
Default Multiple screens - 12-08-2005, 01:46 PM

I need to have a series of screens that are called as a result of actions from a previous screen.

For example, MainScreen A displays a set fields to the user. The user uses the trackwheel to move through the fields. The user then clicks on one of the fields via the trackwheelclick and MainScreen B appears with further information and selections that can be made. MainScreen C would appear based on selections made on MainScreen B, and so on. Eventually when all the choices have been made, I want to return back to MainScreen A with the display updated based on what took place.

I thought I understood that using the InvokeLater and pushScreen(new ...) was all I needed to worry about, but the fact that the screens are linked by fields and choices made is causing me grief.

I'm also seeing some strange results. For example, from MainScreen A when I use pushScreen to display MainScreen B I first get a blank screen that I have to use the trackwheel to close before MainScreen B is displayed.

Any suggestions or guidance would be greatly appreciated.

fbrimm
   
Sponsored Links
Please Login or Register to Remove these Advertisements!