Re: [Gambas-user] Gambas 3.1 boogey

2012-04-10 Thread Benoît Minisini
Le 10/04/2012 19:38, M. Cs. a écrit : > I have a Gridview gV and the corresponding Data event handler: > > Public Sub gv_Data(x As Integer, y As Integer) ' Fills the GridView > with the query results > Dim i As Integer > Dim szine As String > If ((x Mod 2) = 0) Then >szine =&E5E5E5& > Else >

[Gambas-user] Gambas 3.1 boogey

2012-04-10 Thread M. Cs.
I have a Gridview gV and the corresponding Data event handler: Public Sub gv_Data(x As Integer, y As Integer) ' Fills the GridView with the query results Dim i As Integer Dim szine As String If ((x Mod 2) = 0) Then szine = &E5E5E5& Else szine = &FF& Endif Select Case y Case 0 gV.Data.Tex