[Gambas-user] gambas 0.97

Bodard Fabien gambasfr at ...11...
Sat Aug 14 20:27:52 CEST 2004


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...

The relief work good but... Add :

edtEditor.UseRelief = Settings["/Editor/UseRelief", TRUE]

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&




More information about the User mailing list