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

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

From: rotenca::telvia::it at: 28-Jan-2002 14:50

Hi,
> 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?
You must change c/text too. --- Ciao Romano