Re: jumping to a tktable row, make row visible.
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.tcl archive

Re: jumping to a tktable row, make row visible.

From: Neil Hampton <neil@hamptonsoftware.co.uk>
Date: Wed Mar 08 2006 - 04:45:26 CET

Use the 'see' command. For example:

table $tb
...
$tb see 10000,0

will place row 10000 in view.

Regards,
Neil Hampton.

seannakasone@yahoo.com wrote:
> how do i jump to a certain row in a tktable?
>
> in other words, let's say i have 30K rows, and instead of the user
> having to scroll down and search for the data, i implement a method to
> bring the desired data in view by automatically making the row visible.
>
Received on Sun Apr 30 02:26:51 2006