Re: Tablelist keyboard navigation
- From: Kevin Walzer <kw@xxxxxxxxxxxxxxx>
- Date: Tue, 31 Jul 2007 12:29:37 -0400
Kevin Walzer wrote:
I'm using Tablelist 4.8, and I want to include simple keyboard navigation (Keypress-Up, Keypress-Down). However, I don't see how to do this in the documentation. The code below does *not* allow navigation via keyboard:D'oh.
package require tablelist
tablelist::tablelist .t -columns {0 "First Column" 0 "Another column"} -stretch all -background white
pack .t
.t insert end [list "first row" "another value"]
.t insert end [list "another row" "bla bla"]
What am I missing?
-setfocus 1
--
Kevin Walzer
Code by Kevin
http://www.codebykevin.com
.
- References:
- Tablelist keyboard navigation
- From: Kevin Walzer
- Tablelist keyboard navigation
- Prev by Date: Re: Sorting Addresses
- Next by Date: Re: Tablelist keyboard navigation
- Previous by thread: Tablelist keyboard navigation
- Next by thread: Re: Tablelist keyboard navigation
- Index(es):