Doubtless this has been asked before (no luck after a quick EScribe
search), but how does one refresh a text-list. I thought my code below show
work. Is this a bug? feature? poor coding ;)

rebol []

view layout [
     a: area form read %. 'wrap
     button "Area" [a/text: read %.. show a]
     b: text-list data read %.
     button "List" [b/data: read %.. show b]
]


Regards,

     Ashley

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

Reply via email to