[Gambas-user] How to find which row you are on in multicolumn list
Rob
sourceforge-raindog2 at ...94...
Tue Feb 5 05:37:34 CET 2008
On Monday 04 February 2008 17:01, Benoit Minisini wrote:
> > cvPerson[irows][0] = $Result!surname
> > cvPerson[irows][1] = $Result!firstname
> > I want when I later click on a row to be able to get the 'irows'
> > equivalent integer back again.
>
> You can't, unless by playing with the mouse cursor position and the
> columns width properties to calculate the clicked column.
It looks like he's just asking for the row, not the column. It seems
to me I'd use a GridView when I needed the column.
Rob
More information about the User
mailing list