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

[REBOL] Re: One-Liners back in town!

From: anton:lexicon at: 25-Nov-2002 18:37

I saw this somewhere else the other day, and I thought it would be cool to do it in rebol:) view/title center-face lay: layout [ h1 "Are you satisfied with your salary?" across button "Yes" [unview] pad 100 button "No" feel [over: func [f a e][ f/offset/x: either e/x < 250 [250][130] f/offset/y: 40 + random 40 show f ]]] "Urgent employee poll" Anton.