> 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

------------------------------------------------------------------------------
Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT
is a gathering of tech-side developers & brand creativity professionals. Meet
the minds behind Google Creative Lab, Visual Complexity, Processing, & 
iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian
Group, R/GA, & Big Spaceship. http://www.creativitycat.com 
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to