Hi,

view layout [
a: area 500x300 {
> if i have an layout with an area containing some text and i want to to
> insert some text somewhere in a line, not the beginning or end with a
click on a
> button, how can this be done.
}

button "Insert now" [
 p: find/tail a/text "somewhere "
 insert p "(like here)"
 show a

 t/text: reform ["Inserted at:" index? p]
 show t
]

t: text 200x25 white

]

I hope this helps.
Brett.

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

Reply via email to