Sarah, Thanks... though having done xTalk since '86, I'm not a "real" programmer...(open and Apple II booted it and ten minutes later write my first script in Hypercard) so I don't always do things "properly".. whatever gets the job done (a beauty of Rev that it allows that much freedom!)

Sivakatirswami

On Nov 17, 2005, at 8:29 PM, Sarah Reichelt wrote:

  default
    pass commandKeyDown
  end switch
end commandKeyDown

This makes it so that ANY command key shortcut that doesn't get caught
in your switch statement, will get passed up the message hierarchy for
your app or the Rev engine to process. It is generally a good idea to
"pass" all system messages if you don't use them.

Cheers,
Sarah

_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to