[Gambas-user] TextArea scrolling
Benoît Minisini
gambas at ...1...
Mon May 25 19:58:19 CEST 2009
> OK, two problems.
>
> When adding line to textarea:
> TextArea1.Text &= "Something" & gb.NewLine
> Cursor jumps to column&line zero.
Normal, you are assigning the Text property. Use the Insert() method instead.
>
> Other problem is that I need propertie ReadOnly to be True,
> and then at least the cursor is not visible if there even is one.
Even if you don't see it, the cursor is there.
Regards,
--
Benoît
More information about the User
mailing list