On Sun, 28 Mar 2004 11:05:25, Jeff Leal wrote: > Can someone explain to me or give a sample of how to make my >palm program to run in the background? Or maybe point me to some >samples?
The answer depends on the OS version. For PalmOS 4.x and earlier you need a license from Kadak (or do some unsupported OS kernel hacking). For PalmOS 5.x, you need to run your background process in a sampled sound callback (nothing says you actually have to play a sound in the callback, as long as you zero the waveform or the volume so as not to shatter any eardrums). For Cobalt/OS 6.x, there are API's in the Cobalt documentation. IMHO. 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/
