csd214
09-19-2005, 09:40 PM
My project had these screens
Screen One
Screen Two
Screen Three
The On Startup section performs either Screen.SetStartScreen("Screen One") or Screen.SetStartScreen("Screen Three"). On “Screen Three” I have the command Screen.Jump(“Screen Two”), but when I then press the Back button nothing happens.
Is this behaviour by intention?
If I rearrange the screens; One-Three-Two; everything is OK.
Screen One
Screen Two
Screen Three
The On Startup section performs either Screen.SetStartScreen("Screen One") or Screen.SetStartScreen("Screen Three"). On “Screen Three” I have the command Screen.Jump(“Screen Two”), but when I then press the Back button nothing happens.
Is this behaviour by intention?
If I rearrange the screens; One-Three-Two; everything is OK.