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

[REBOL] Re: Block or Object

From: Patrick:Philipot:laposte at: 26-Oct-2003 16:06

Thanks Brett and Romano, You have answered my question and far beyond. This is the actual case I was "working" on. favorite: layout [ style fv text 200 "?" style bt-fv btn-enter "change" [ ; look for the previous face value: back find face/parent-face/pane face ; <-- a block face: first value <- now a face ! face/text: request-text "Enter your favorite" show face ] ; style h3 "your favorites" across fv bt-fv return fv bt-fv return fv bt-fv return fv bt-fv return fv bt-fv return fv bt-fv return btn-enter 60 "Ok" [unview favorite] ] ; layout view center-face favorite Brett, I have not digested all the material you send to me but I will. Amazing! Thanks again to both of you. --- Regards Patrick