[REBOL] Re: [field] Unfocusing a field
From: antonr::lexicon::net at: 9-Oct-2004 0:26
>> layout [f: field] >> print mold f/flags[field return tabbed on-unfocus input]>> view layout [field "one" [print 'one] field "two" [print 'two] with[append init [deflag-face self on-unfocus]]] Anton.