On Monday, November 24, 2003 12:36 PM "Thanh" writes: >> I also need it to pass paramters to the applications. Is this possible?
Both a sub-launch and a custom notification launch allow you to pass a pointer to a parameter structure memory block, which can be in feature memory as well. >> "Thanh Pham" <...> wrote in message >> news:[EMAIL PROTECTED] >> > Is there any way of makinga palmcall froma clipping application load >> > up an >> > application that uses global variables? Or is this a lost cause? If your app runs under an OS 5 browser instead of an older web clipping browser, then you can always create an arm/pnolet which can have its own set of global variables (using CW 9.2 or other techniques) separate from those of the 68k app, and call that arm/pnolet through a 68k sublaunch or notification stub. YMMV. Ron Nicholson HotPaw Productions http://www.hotpaw.com/rhn/palm -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
