> 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

------------------------------------------------------------------------------
Return on Information:
Google Enterprise Search pays you back
Get the facts.
http://p.sf.net/sfu/google-dev2dev
_______________________________________________
Gambas-user mailing list
Gambas-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/gambas-user

Reply via email to