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

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

 [1/2] 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

 [2/2] 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"]
<<quoted lines omitted: 5>>
> 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

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted