> I'd just code up my own dialog.

It's not that easy. If you want the little question mark icon to appear in
the corner automatically, you have to include the resource number for your
tip text in the form resource. Then the OS will take care of displaying the
tip, but you won't be able to change the title of the tip dialog. You could
probably define a resource to override the OS's tip dialog resource. Or you
could intercept one of the events in the sequence that triggers the tip to
appear. Or you could draw the question mark icon yourself and handle taps on
it. None of these approaches are particularly appealing. The last one is
probably the most compatible.
-
Danny

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/tech/support/forums/

Reply via email to