Hi
GridView in Gambas 2.5
The following does nothing:
PUBLIC SUB GridVncdxf_RowClick(Row AS Integer)
STOP = TRUE
DEBUG "RowClick ";; Row
ComboBeacon.Text = GridVncdxf[Row, 1]
ComboBeacon_Click()
END
The following works fine
PUBLIC SUB GridVncdxf_Click()
STOP = TRUE
DEBUG "Click ";; GridVncdxf.Row
ComboBeacon.Text = GridVncdxf[GridVncdxf.Row, 1].Text
ComboBeacon_Click()
END
Why ?
Regards
Pino
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/_______________________________________________
Gambas-user mailing list
Gambas-user@...
https://lists.sourceforge.net/lists/listinfo/gambas-user