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-requ...@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

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to