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

[REBOL] Dinamically changing the data in VID (Was:VID: choice arguments)

From: mario:cassani:icl at: 28-Jan-2002 13:27

Hallo, after replying to Robert I continued to play with /view and...
> > test: ["choice 1" "choice 2" "choice 3"]
[...]
> choice data test
test: ["choice 1" "choice 2" "choice 3"] test2: ["scelta 1" "scelta 2" "scelta 3"] lay: layout [ c: choice data test b: button "Change" [probe c/data probe c/data: test2 show c] ] view lay You can see the values change but not the 'face!!! How can I make it work, please? Zaijian Mario