Newbie here...coding 1st J application. JQT Table child class: studied all 3 table demos, searched and re-searched Wiki & Forums;
Found: On 11/6/2014 6:15 PM, Raul Miller wrote: >>>> >>>> Here's a mechanically generated list of what I think are the events >>>>> (three columns here, separated by : filename, line number (1 is first >>>>> line) and text of that line): >>>>> >>>>> table.cpp:1174: event="change"; >>>>> table.cpp:1188: event="mb" + lmr + "down"; >>>>> table.cpp:1197: event="clicked"; >>>>> table.cpp:1212: event="mb" + lmr + "dbl"; >>>>> table.cpp:1221: event="mark"; >>>>> table.cpp:1246: event="change"; I find events 'change' and 'mark' work. I can't get events 'clicked', "mb" + lmr + "down", "mb" + lmr + "dbl" to work. Also, when the table is clicked in the upper-left corner, in the cell that is the intersection of the header row and label column, the entire table turns blue, but no event is displayed by 'showevents_jqtide_ 2'. Any instruction & guidance is greatly appreciated by this dull newbie. Thank you.--sam-- -- Sample of code that works (it captures the 'change' event): frmAppt_tblAppt_change=: 3 : 0 wdinfo 'CHANGE';'CHANGE' ) Sample of my code that doesn't work (it doesn't capture the 'clicked' event): frmAppt_tblAppt_clicked=: 3 : 0 wdinfo 'CLICKED';'CLICKED' ) ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm