Try the following function:

tell-list: func [
        "changes data in 'text-list and resets everything. usage: tell-list 
text-list-face new-data"
        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



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

Reply via email to