[Gambas-user] TextAtrea.Selection

Rob Kudla sourceforge-raindog2 at ...94...
Mon Nov 21 18:17:15 CET 2005


On Mon November 21 2005 11:50, webmaster at ...1228... wrote:
> how can I change the attribute (eg. bold) of text in text
> area, selected with TextArea.Selection ?

Like the HTML TextArea control, the Gambas TextArea is just a 
plain text editor.  You can display rich text in a TextLabel 
(using simple HTML formatting), but I don't think anyone's come 
up with a rich text editor control yet, which is what you'd need 
to do what you're asking.

Rob




More information about the User mailing list