Re: Is it possible to get the clicked cell for a table field, if the table is empty?

2020-05-02 Thread William Prothero via use-livecode
Paul: Well, I’ve gotten so many good tips from Mike. He is amazing! I never would have found that one. Yes, it does actually work. Thanks! Bill William A. Prothero https://earthlearningsolutions.org > On May 2, 2020, at 5:38 PM, Paul Hibbert via use-livecode > wrote: > > Mike Bonner posted

Re: Is it possible to get the clicked cell for a table field, if the table is empty?

2020-05-02 Thread Paul Hibbert via use-livecode
Mike Bonner posted this back on the 14th February 2020… Found an interesting behavior.. I was trying to set up a custom control that keeps track of the current row and column and put the script in the group, but rawkeyup or rawkeydown messages never reach the group. I'm wondering if its because t

Is it possible to get the clicked cell for a table field, if the table is empty?

2020-05-01 Thread William Prothero via use-livecode
Folks: I have an app that requires that I be able to get the cell row and column when I click on the cell. I know a dataGrid can do this, but is it possible with a table field? I know I can get the clicked line, but what about the cell, when the table is empty. I use, to get the line (from the