Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Disabling shortcut Keys for text field entry?

From: dm128:microconnect at: 7-Jul-2001 2:55

I am using short-cut keys with button in REBOL/View is there a way I can disable them while I have a user entering text in a field? layout [ field "enter text here" button "Click me" #"c" [Unrelated code] ] Thank you, Dave