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

[REBOL] Re: [View] dirty?

From: antonr:iinet:au at: 11-Oct-2003 13:20

You could use query on the face, which is, after all, just an object. que: does [probe query/clear f] query-f: does [que show f que] view layout [ f: field "hello" button "change text" [f/text: random "abcd" query-f] button "change size" [f/size/x: 100 + random 100 query-f] ] Anton.