Hi all,
I'm not much of a Javascript programmer, but I need to do a little for page I'm working on. Anyway, I need help with this problem.
I need to create an array of all the <div> elements that have a parent element with the class of "mr".
In other words, what I want to do is kind of like...
i am trying to use a list as part of a command, eg:
set list "-command exit"
button .exit $list
but tcl interpets this as a single arugument. ive tryed using split but still no help, how can i get tcl to interpet the list as multiple arguments???
Breadcrust (aka J@red)
Web -...
anyone know where i can download SuSE 9.0 iso iamges to burn onto cds?
Breadcrust (aka J@red)
Web - http://www.bcwebnet.tk
E-mail - net-head@softhome.net
Linux Reg. Number - 307180 (http://counter.li.org)
whenever i run a program (open "|command" r) and it outputs out an error, tcl takes over and wish spits out an error dialog without the chance for my program to take control!
how can i stop tcl doing this?, its really pissing me off >:-
Breadcrust (aka J@red)
Web -...
are there any tcltk forums, mailing lists, etc apart from this one at tektips?
Breadcrust (aka J@red)
Web - http://www.bcwebnet.tk
E-mail - net-head@softhome.net
Linux Reg. Number - 307180 (http://counter.li.org)
how can i configure the parallel ports to be accessable under /dev/lp*? there donst seem to be any loopback files at the moment and i dont really have a clue how to get them.
i am using mandrake 8.2 but i would prefer a more generic way of seting it up rather than a red hat or mandrake type...
i want to do some thing like this:
set configcmd ${taskman_${taskman}_${task}_configcmd}
but as you can see that wont work, how can i do this so it will work?
ps - i know there is better ways to impliment this with arrys but im not interested in that right now
Breadcrust (aka J@red)
Web...
i posted this message on the tcl/tk forum but go no replies, maybe someone here can help???
thread287-691704
Breadcrust (aka J@red)
Web - http://www.bcwebnet.tk
E-mail - net-head@softhome.net
Linux Reg. Number - 307180 (http://counter.li.org)
im trying to make a program i can interface with devices on the paralell port (on linux) with :
---------------------------------
proc sendtext {newline} {
global outtext
global port
if {$newline} {
set sendtext "$outtext\n"
} else {
set sendtext $outtext
}...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.