On 11/17/07, teo <[EMAIL PROTECTED]> wrote: > Hi *, I searched the forums and googled, but to no avail. > > What is the standard way to provide help to my Palm application? I thought I > can launch the browser and navigate to a local HTML page, but I cannot > achieve that.
Store your help text in a tSTR (STRING) resource, then have a menu item that calls FrmHelp with the ID of the string. http://www.access-company.com/developers/documents/docs/palmos/PalmOSReference/Form.html#998294 There's no HTML support here. -- For information on using the ACCESS Developer Forums, or to unsubscribe, please see http://www.access-company.com/developers/forums/
