Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Breadcrust
  • Content: Threads
  • Order by date
  1. Breadcrust

    Creating array of certain elements

    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...
  2. Breadcrust

    List part of command

    i am trying to use a list as part of a command, eg: set list &quot;-command exit&quot; 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 -...
  3. Breadcrust

    SuSE 9.0 on CDs?

    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)
  4. Breadcrust

    stop tcl from taking over with errors from other apps

    whenever i run a program (open &quot;|command&quot; 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 -...
  5. Breadcrust

    Tcl/Tk Communitities

    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)
  6. Breadcrust

    configureing parallel ports

    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...
  7. Breadcrust

    using contents of variable as part of variable name

    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...
  8. Breadcrust

    error accessing /dev/lp0

    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)
  9. Breadcrust

    problem accessing /dev/lp0

    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 &quot;$outtext\n&quot; } else { set sendtext $outtext }...

Part and Inventory Search

Back
Top