Need callback for tablematrix cell

Newbie Member
3Mar2010,08:37   #1
daveg's Avatar
Hi:

Perk Tk novice (me) wants a cell in a TableMatrix to run a callback when double-clicked. Can this be done?

Thanks!
Go4Expert Member
3Mar2010,10:33   #2
ungalnanban's Avatar
Yes.. double click is possible in PERL Tk.

Refer the following two links.


http://www.perlmonks.org/?displaytyp...node_id=783121
http://search.cpan.org/~NI-S/Tk-804.027/pod/UserGuide.pod

Last edited by ungalnanban; 3Mar2010 at 10:38.. Reason: adding one more URL.
Newbie Member
3Mar2010,19:37   #3
daveg's Avatar
The question isn't so much about double-click as it is about assigning a callback to a cell in a TableMatrix widget. I tagged the cells I want this to work for and tried tagBind, but the error message seems to have indicated that tagBind is not an availble method.