Hello,

I have a few entries in a window, and I'm trying to switch focus (in a
certain order) between them by binding the <Key-Tab> to each of them.

e.g., I bind <Key-Tab> to one of the entries (in the bindings-window) with the
following commands:

focus .top45.ent57
puts "He did it!"

When I hit the tab key, I see "He did it!", but he didn't do it: he switched to
another widget (the same as if I didn't make any binding at all) So it seems
that the original order is followed, instead of the one I'm trying to impose...

What am I doing wrong?

Thanks,

Stef.

_______________________________________________
vtcl-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/mailman/listinfo/vtcl-user

Reply via email to