--- Robert Purcell <[EMAIL PROTECTED]> wrote: > > I'm trying to programmatically determine if > the user selected a menu entry via a shortcut > stroke or by directly selecting via the > pull-down menus. >
I suppose you could intercept vchrMenu and vchrCommand in your AppEventLoop, but why would you want to? The OS does a bunch of work for you just so you can put all your menu handling code in the menuEvent case in your MainFormHandleEvent. __________________________________________________ Do You Yahoo!? Check out Yahoo! Shopping and Yahoo! Auctions for all of your unique holiday gifts! Buy at http://shopping.yahoo.com or bid at http://auctions.yahoo.com -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
