clickability in a DataGrid

Sieg Lindstrom sl at trackandfieldnews.com
Wed Jan 23 03:56:56 EST 2013


Alas, I spoke too soon. The output on this handler correctly identifies the column by column name but the four digit integer that follows does not correspond to the row number.

Sieg Lindstrom


On Jan 22, 2013, at 7:21 PM, use-livecode-request at lists.runrev.com wrote:

> Hi.
> 
> 
> There are a few ways to do this. The old fashioned way is to write in the group script:
> 
> 
> on mouseUp
>  put the target
> end mouseUp
> 
> 
> You get a result that is easily deconstructed to row and column references.
> 
> 
> You can also trap the "editFieldText" message, or any of the row and column properties.
> 
> 
> Craig Newman




More information about the use-livecode mailing list