BWidget <<TreeSelect>> + keyboard navigation
- From: Kevin Walzer <kw@xxxxxxxxxxxxxxx>
- Date: Tue, 31 Jul 2007 08:04:15 -0400
I'm having problems with a BWidget Tree in one of my applications--it doesn't seem to fire the <<TreeSelect>> virtual event when the arrow key is pressed, either up or down. I'm binding a command to this event, so I have to get this working.
This is typical of what I've tried:
bind $Tree <KeyPress-Up> <<TreeSelect>>
Doesn't work.
Do I need to do something with [event generate] here? Has anyone found a way to implement this? I'm having some difficulty getting the syntax right.
Thanks for any pointers,
Kevin
.
- Follow-Ups:
- Re: BWidget <<TreeSelect>> + keyboard navigation
- From: Bryan Oakley
- Re: BWidget <<TreeSelect>> + keyboard navigation
- Prev by Date: Re: Tcl script fails on some platforms
- Next by Date: ANNOUNCE: Tao 8.5.0
- Previous by thread: Sorting Addresses
- Next by thread: Re: BWidget <<TreeSelect>> + keyboard navigation
- Index(es):