Hi, Rebollers

How can one update a text-list? Surely a simple thing but ... I've tried
this and it did not work: the change button changed nothing.

Rebol []

b-one: ["one" "two" "three"]
b-two: ["red" "green" "blue"]

win: layout [
 tl: text-list data b-one

 button "change" [tl/data: copy b-two show tl]
]
view center-face win


Patrick

 
______________________________________________________________________________
ifrance.com, l'email gratuit le plus complet de l'Internet !
vos emails depuis un navigateur, en POP3, sur Minitel, sur le WAP...
http://www.ifrance.com/_reloc/email.emailif


-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to