>Once
>FrmDoDialog is called, the only event the program will respond to is
>penDownEvents in the Event Handler. Any ideas about what I'm
>overlooking or doing wrong?
I've successfully used the folllowing sequence of calls (edited for
brevity) to successfully intercept all events passed to a dialog via
FrmDodialog.
Regards,
Steve Mann
# # #
FrmSaveActiveState ( &frmState );
FormPtr frmP = FrmInitForm ( dialogID );
FrmSetActiveForm ( frmP );
FrmSetEventHandler ( frmP, dlHandler );
FrmDrawForm ( frmP );
response = FrmDoDialog ( frmP );
FrmRestoreActiveState ( &frmState );
--
-------------------------------------------
Creative Digital Publishing Inc.
1315 Palm Street, San Luis Obispo, CA 93401-3117
-------------------------------------------
805.784.9461 805.784.9462 (fax)
[EMAIL PROTECTED] http://www.cdpubs.com
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/