>The issue is a form's handler function. You can get it using
>FrmSetEventHandler(), but there is no way to retrieve it. I need to get
>access to this for some extended dialog handlers I've implemented, but there
>is no FrmGetEventHandler or FrmGlueGetEventHandler call.
You're right, there isn't an API (or glue) for it. This is one of those
cases where having an API might make sense, but the number of people who'd
use it is tiny, so we default to our standard mode of operation and try to
keep the OS as small and lean as possible.
You could send a custom (app-defined) event to the form which means "give
me a pointer to yourself"... use FrmDispatchEvent to do so. Easy enough,
assuming you're the one who wrote the handler.
-David Fedor
Palm Developer Support
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/