You might find the functions below useful. The second took a long time to figure out,
but it seems to work.
Anyone got something that looks like less of a hack for changing data in a text-list?
usage: tell face new-value or
tell-list text-list-face new-data
tell: func [
"changes text for various faces"
fce value
][
append clear fce/text copy value
fce/line-list: none
show fce
]
;*
tell-list: func [
"changes data in 'text-list and resets everything"
fce value
][
append clear fce/data copy value
clear fce/picked
fce/sld/data: 0 ; resets slider position
fce/sn: 0 ; resets display position
fce/line-list: none
fce/sld/redrag fce/lc / max 1 length? head fce/lines ;resets slider size
show fce
]
--
_______________________________________________
Sign-up for your own FREE Personalized E-mail at Mail.com
http://www.mail.com/?sr=signup
1 cent a minute calls anywhere in the U.S.!
http://www.getpennytalk.com/cgi-bin/adforward.cgi?p_key=RG9853KJ&url=http://www.getpennytalk.com
--
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the
subject, without the quotes.