[Gambas-user] TextEditor

Gianluigi bagonergi at gmail.com
Tue Mar 12 13:35:44 CET 2019


I don't understand the question, TextEditor1.ShowLineNumber is a boolean,
you can try:
Public Sub Button1_Click()
  TextEditor1.ShowLineNumber = Not TextEditor1.ShowLineNumber
End
Regards
Gianluigi

Il giorno mar 12 mar 2019 alle ore 12:23 Antonio Teixeira <
antonio.j.teixeira at gmail.com> ha scritto:

> Hi,
>
> I am trying to use the TextEditor  (gb.form.editor) but I cant find the
> way to change ShowLineNumber property.
> in the wiki I have this :
>
> Control.showlinenumber (gb.qt4)?
>
> *This symbol does not exist.*
>
> Any help please?
>
> Thank you
>
> António Teixeira
>
>
>>
> ----[ Gambas mailing-list is hosted by https://www.hostsharing.net ]----
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gambas-basic.org/pipermail/user/attachments/20190312/040a491f/attachment.html>


More information about the User mailing list