[Gambas-user] Editor control

Benoît Minisini gambas at ...1...
Mon Dec 14 18:25:57 CET 2009


> I have a problem with the editor control, I set it to have a grey
> background, but if I load a file it becomes white. Is there a way that I
> can change the background color for modified lines and the current line?

Do you use Gambas 3 ? Do you use the latest revision ?

> 
> If not how can I turn off ShowModifiedLines and ShowCurrentLine?

Editor.Flags[Editor.ShowModifiedLines] = False
Editor.Flags[Editor.ShowCurrentLine] = False

Regards,

-- 
Benoît Minisini




More information about the User mailing list