RE: Multiple bindings in Tk

2005-11-27 Thread Jack D.
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of ? > Sent: November 25, 2005 7:23 AM > To: perl-win32-users@listserv.ActiveState.com > Subject: Multiple bindings in Tk > > Hello, perl Users. > &

Re[2]: Multiple bindings in Tk

2005-11-27 Thread Артем Аветисян
I tried, it didn't work. Which triggered to look through documentation one more time. Funny that just before i saw the same example there is this written: "If there are two (or more) virtual events that are both triggered by the same sequence, and both of those virtual events are bound to the sa

Multiple bindings in Tk

2005-11-25 Thread Артем Аветисян
Hello, perl Users. I've been playing with Tk and encountered that I can't (or possibly don't know how to) bind more than one callback to the particular sequence (on the same tag level). Is there any workaround? Can Win32::Gui handle this? Thanks in advance, Artem A. Avetisyan.