[Gambas-user] gambas 0.97

Benoit Minisini gambas at ...1...
Sat Aug 14 20:41:36 CEST 2004


On Saturday 14 August 2004 20:27, Bodard Fabien wrote:
> Le samedi 14 Août 2004 14:09, Benoit Minisini a écrit :
> Hi Benoit,
>
>
>
>
> When i try to change the color in the preference the color dialog is in
> english...

It's because you must have changed the contents of the combo-box by adding 
your theme. I fixed it.

>
> The relief work good but... Add :
>
> edtEditor.UseRelief = Settings["/Editor/UseRelief", TRUE]

OK. Fixed. Same thing for "/Editor/ShowProc" !

>
> in the FOption _New() SUB
>
>
> Fabien Bodard
>
>
> The VB theme:
>
> $cTheme[3] = NEW Integer[]
>   $cTheme[3].Resize(FEditor.NBR_COLOR)
>
>   $cTheme[3][0] = &FFFFFF&
>   $cTheme[3][1] = &000000&
>   $cTheme[3][2] = &0006FF&
>   $cTheme[3][3] = &000066&
>   $cTheme[3][4] = &000066&
>   $cTheme[3][5] = &000066&
>   $cTheme[3][6] = &000000&
>   $cTheme[3][7] = &558888&
>   $cTheme[3][8] = &008800&
>   $cTheme[3][9] = &AA0000&
>   $cTheme[3][10] = &5500FF&
>   $cTheme[3][11] = &000066&
>   $cTheme[3][12] = &9DA2CC&
>   $cTheme[3][13] = &558888&
>

Thanks. I added it. I named it just "Visual" :-)

@+

-- 
Benoit Minisini
mailto:gambas at ...1...




More information about the User mailing list