Have a look at the POL documentation for CPalmApp and CPalmStApp for the following methods:
InitInstance() FindLaunch() GotoLaunch() You can use InitInstance() to handle any launch code not handled by NormalLaunch(), FindLaunch(), and GotoLaunch(). The launch code is contained in the class variable m_wCommand. Adrien. Tuesday, May 24, 2005, 4:35:22 AM, you wrote: ib> In POL Lib that comes with Code Warrior 9.0. ib> NormalLaunch() is a virtual function implemented in CPalmApp that can ib> be overidden in derive class. Function is Invoked when an application ib> is started with the @a sysAppLaunchCmdNormalLaunch command. ib> I can not find the function for other luanch codes. How can new luanch ib> be handled in POL based Palm App. -- For information on using the PalmSource Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
