![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.tcl archiveScrollbars and jump
From: Tomas Lundberg <Tomas.LundbergNO@SPAMericssonPLEASE.com>
Date: Wed Dec 28 2005 - 16:11:41 CET
Hi all,
I'm trying to create a scrollbar with the "jump" behaviour (i.e. where
8< ------ 8< ------ 8< ------ 8< ------ 8< ------ 8< ------
for { set i 1 } { $i <= 100 } { incr i 1 } {
scrollbar .s -orient vertical -jump 1 -command {.xstdin yview}
pack .b1 -side bottom
pack .s -side right -fill y
pack .xstdin -expand yes -fill both
Am I doing something wrong? Or doesn't "scrollbar jumps" work on
Regards,
-- Tomas Lundberg | The most exciting phrase to hear in science, the Ericsson AB | one that heralds new discoveries, is not `Heureka!' Luleå | but `That's funny...' Sweden | Isaac AsimovReceived on Tue Jan 3 03:09:26 2006 |