in reply to Re: emulate Tk button push
in thread emulate Tk button push
I thought of that method but the problem is,I have a big table,and in certain columns there are buttons. Ammounting to at least 80 buttons,so if I would make keybindings like that , I would need 80 key-combinations. So I want to key bind some sub that would find the row I'm on and then send an similar-WM_COMMND(push event) to the specific button on that row.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: emulate Tk button push
by jdporter (Paladin) on Sep 19, 2007 at 12:20 UTC | |
by spx2 (Deacon) on Sep 19, 2007 at 13:18 UTC |