[futurebasic] Re: [FB] Save As... Command Key for FB II App

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : October 2003 : Group Archive : Group : All Groups

From: Lon McQuillin <McQ@...>
Date: Sat, 18 Oct 2003 16:01:24 -0700
Ben Jamin wrote:

>You could also try:
>
>
>'=========================================
>LOCAL MODE
>LOCAL FN SetMenuItemModifiers(inMenu&,inItem%,inModifiers%)


Ben, thanks very much!  It does indeed add the up arrow to the menu, 
and I was confident that I could detect the shift key, but as it 
turns out I can't for the life of me find where the Shift-Command-S 
event shows up!

The Save As... menu item is enabled, and works correctly if selected 
with the mouse, but pressing Shift-Command-S produces no results.  It 
causes an Other _otherBeforeMenu event, but never gets trapped by the 
PGPro runtime.

It's gotta be sumpin simple...no?

McQ