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

[REBOL] Re: Spell Checker

From: arolls:bigpond:au at: 19-Jan-2001 17:46

view layout [ text "Correction: " Correction: field [print Correction/text] button "Close" [unview/all] ] Pressing enter or tabbing from the field causes the field's action to happen. Note that in your code, Cancel can't work unless you reach into the Dictionary file and delete the word you just added. Undo in the form of Cancel is cool, but I advise get rid of OK and Cancel and just have Close. Anton.