[REBOL] Text-List oddity?
From: jvargas::whywire::net at: 14-Jun-2003 16:43
Hello all. I don't remember if I introduce myself before, but I had
done some postings here and there. I am newbie/intermediate
programmer try to get a good understating of Rebol. Which BTW,
I like everyday more and more.
However sometimes I find things that just don't make any sense.
Can any one explain why the keys-tl face doesn't get refresh in
the following script?
db: [ key1 "value1" key2 "value2"]
lay: layout [
keys-tl: text-list
with [
texts: copy []
]
load-btn: btn "Show keys"
[
keys-tl/texts: copy extract db 2
probe keys-tl/texts
show keys-tl
]
]
view lay
Thanks, Jaime
-- The best way to predict the future is to invent it -- Steve Jobs