[Gambas-user] RowClick does nothing

Benoit Minisini gambas at ...1...
Mon May 12 20:22:34 CEST 2008


On lundi 12 mai 2008, Pino Zollo wrote:
> 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
>

Do you use gb.qt or gb.gtk?

-- 
Benoit Minisini




More information about the User mailing list