06-30-2010
Need a "select all" feature in TCL
I hope this is simple... (I tried looking for help in the Shell Programming and Scripting thread, but got no responses.)
I have a TCL script which has several checkboxes. Is there a way to have one of the checkboxes serve as a "select all" and select/deselect all of the other boxes?
Can you show me a mini-sample?
Thanks... Scott E.
9 More Discussions You Might Find Interesting
1. Post Here to Contact Site Administrators and Moderators
First I would like to say you run an awesome site. I use it pretty much everyday...
I am a member of a local Jeep Club Virtual Jeep Club - Powered by vBulletin and we run vBulletin Version 3.7.0.
You have a feature we would like to add. In "User CP" -> "Edit Options" you have: Exclude... (3 Replies)
Discussion started by: Ikon
3 Replies
2. IP Networking
In one of Sun docs I found that a new option, -I, is added to the snoop command.This option specifies for the command to use the new IP layer devices instead of the underlying link-layer device to display traffic data. it is used to enhance IP observability.
But in Solaris 10 with release verstion... (0 Replies)
Discussion started by: anando.1980
0 Replies
3. Shell Programming and Scripting
OS: HP-UX
Programs I want to install: expect and tcl
I'm lost.
I bought the book.
I began reading the book.
I want to install expect.
I've been able to download the .z, and extract it successfully.
But, of course, it apparently needs tcl and possibly tk also, and ... I... (0 Replies)
Discussion started by: instant000
0 Replies
4. Programming
I hope thi sis simple...
I have a TCL script which has several checkboxes. Is there a way to have one of the checkboxes be a "select all" and select/deselect all of the other boxes?
Can you show me a mini-sample?
Thanks... Scott E. (0 Replies)
Discussion started by: scottwevans
0 Replies
5. Shell Programming and Scripting
Hi,
I have line in input file as below:
3G_CENTRAL;INDONESIA_(M)_TELKOMSEL;SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL
My expected output for line in the file must be :
"1-Radon1-cMOC_deg"|"LDIndex"|"3G_CENTRAL|INDONESIA_(M)_TELKOMSEL"|LAST|"SPECIAL_WORLD_GRP_7_FA_2_TELKOMSEL"
Can someone... (7 Replies)
Discussion started by: shis100
7 Replies
6. Red Hat
How can I disable out of office feature on qmail. We don't want to be use this feature by users.
Especially our boss doesn't want because clients have smartphone so they can answer from everywhere! (0 Replies)
Discussion started by: getrue
0 Replies
7. Shell Programming and Scripting
I'm using tcl scripts in ns2 ( network simulator) through cygwin. It works fine , however, I downloaded an example when i run it , I got the following syntax error:
syntax error in expression with " *2" : unexpected operator *
while executing :
"expr $bw *2"
invoked from within:
"$ns... (1 Reply)
Discussion started by: ENG_MOHD
1 Replies
8. What is on Your Mind?
We just added a new feature.
When tagging a thread, if you tag the thread "solved" the title of the thread will show up as blue (#0000FF) in various places (forum view, top stats, etc.)
So, if you want to show your thread as "solved" simply add a "solved" tag to the thread taglist.
... (16 Replies)
Discussion started by: Neo
16 Replies
9. Shell Programming and Scripting
Hello.
System : opensuse leap 42.3
I have a bash script that build a text file.
I would like the last command doing :
print_cmd -o page-left=43 -o page-right=22 -o page-top=28 -o page-bottom=43 -o font=LatinModernMono12:regular:9 some_file.txt
where :
print_cmd ::= some printing... (1 Reply)
Discussion started by: jcdole
1 Replies
LEARN ABOUT DEBIAN
jstest
jstest(1) General Commands Manual jstest(1)
NAME
jstest - joystick test program
SYNOPSIS
jstest [--normal] [--old] [--event] [--nonblock] [--select] <device-name>
DESCRIPTION
jstest can be used to test all the features of the Linux joystick API, including non-blocking and select(2) access, as well as version 0.x
compatibility mode.
It is also intended to serve as an example implementation for those who wish to learn how to write their own joystick using applications.
OPTIONS
--normal
One-line mode showing immediate status.
--old Same as --normal, using 0.x interface.
--event
Prints events as they come in.
--nonblock
Same as --event, in nonblocking mode.
--select
Same as --event, using select(2) call.
SEE ALSO
fftest(1), jscal(1).
AUTHOR
jstest was written by Vojtech Pavlik.
This manual page was written by Stephen Kitt <steve@sk2.org>, for the Debian GNU/Linux system (but may be used by others).
jstest April 21, 2009 jstest(1)