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

[REBOL] [field] Unfocusing a field

From: carl::cybercraft::co::nz at: 8-Oct-2004 8:35

Hi all, I want to have something evaluated when I press Enter in a field, but not when the field is just unfocused. ie, if you enter something in the following layout (without pressing Enter)... view layout [field [print "xx"] button "Cancel"] and then click on Cancel, the field's block is evaluated. Is there a simple way to prevent that happening? -- Carl Read