Hello Danny What I was thinking of was trapping either penDown or frmTitleSelectEvent (the later might not work). You analyze x, y to find if this is an icon, and if it is you call your custom dialogue and return true to disable standard action.
Regards, Michael -----Original Message----- From: Danny Epstein [mailto:[EMAIL PROTECTED]] Sent: Thursday, 6 December 2001 1:45 PM To: Palm Developer Forum Subject: RE: Changing Info Dialog Title > 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/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
