|
Hi All, FrmReturnToForm(0) – is intended to take to the first
form in the window list, which is the last form to be loaded. My Doubts: 1] Suppose I launch my App in sysAppLaunchCmdSystemReset: so my
form was the first form – so what is the expected behavior in this case? 2] Suppose I call FrmReturnToForm(0) – and at the end
call AppLaunchWithCommand( sysFileCLauncher, sysAppLaunchCmdNormalLaunch, NULL
); to take to the Launcher – now what is the expected behavior? What I am facing is: the event handler is not reset to the
new form that is loaded – atleast in following cases 1] I launch phone app from my application and on phone phnEvtBusy
– I take the user back to my application. Should I press the ‘Call
End/Power Off’ button once – I get no response – only on the
second press device goes to sleep mode. [Also – if device enters sleep
mode on timeout – on the first press of the poweroff I get a reset
returning ‘Index out of Range error’] 2] In launcher the events that my application allow alone
are handled (My application allow only limited keydown events) Can anyone please point me rite directions. Thanks for your help in advance. Regards, G. Kalyana Sundaram -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/ -- |
