[Gambas-user] Another possible bug with GridView

M. Cs. mohareve at ...626...
Tue Dec 18 12:19:43 CET 2012


  If clr = "green" Then filer[i, 1].Background = Color.Green
  If clr = "yellow" Then filer[i, 1].Background = Color.Yellow
  If clr = "red" Then filer[i, 1].Background = Color.Red

This code clears the content of filer[i.1].Text instead of painting the
background into green, yellow or red. The filer[i,1] column is fed through
another string array with Data event. I think this fact should not affect
the content of the cell, since the array is intact.

Csaba



More information about the User mailing list