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 Chriss Miller 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: mucklow
  • Content: Threads
  • Order by date
  1. mucklow

    How to obtain username / hostname

    I'm a newbie to Dreamweaver but I can't seem to find how to obtain the computer's hostname and/or username that is accessing my page (I want to display it on the page). Any ideas?
  2. mucklow

    Where to share TCL programs

    Is there a good site for users to share programs? I have created several programs (wrapped into .exes for Windows) that may be useful to other system admins, also I am interested in seeing what else is out there available. Thanks, Travis
  3. mucklow

    Iwidgets progress bar not showing

    Hey guys - I have a simple program to monitor a folder's size increase, using the iwidgets::feedback. I used prowrap to make a standalone .exe so I could transfer it to a network where I dont have TCL installed (not allowed). The problem is for some reason the progress bar does not want to...
  4. mucklow

    Samba 3.0.13 - only owner can delete files

    We just recently upgraded to Samba 3.0.13 on an AIX system. We use extended ACLs heavily. The reason for the upgrade was we migrated to a new domain, and the old version of Samba would not support it. Now since the upgrade, only the owner of a file can rename or delete the file, regardless if...
  5. mucklow

    Placing buttons inside a canvas GIF image

    Hello, I'm using Tcl\TK 8.4 on Windows and I'm trying to create a GUI with buttons, pulldowns, etc... but what I want to do is have my GIF logo as the entire background and have the buttons placed inside the logo. I've tried several variations but can't seem to get the buttons to pack inside...
  6. mucklow

    TCL 8.4 Binaries for AIX?

    Will there be or is there a version 8.4 release available for AIX operating systems?
  7. mucklow

    XP and Win98 network problem

    I have an XP and a Win98 machine both hooked to a router on roadrunner. If I do an ipconfig /all in DOS, the 98 machine reports its host name as matt.cfl.rr.com, when the host name in windows is set up as just matt. I can see him as matt on the network, ping him with name and IP, and access...
  8. mucklow

    Blue screen of death, only with IE

    I did a clean wipe and full install of XP on my system (800 mhz, 256 mb, 20 gig). Ever since then, every once in a while when I launch my browser, the system crashes to the blue screen then reboots itself. Is this a known problem? It only happens when I launch the browser, regardless if I...
  9. mucklow

    Creating a new directory and keeping all parent's attributes?

    I'm trying to figure out how to set up a parent directory so that all sub-directories/files created afterwards retain the same permissions as the parent, regardless of which user/group created it. I know the SGID attribute in the ACL table retains the group ID, but I need the ownership and all...
  10. mucklow

    exec'ing a batch file

    Hello, has anyone had experience with running batch files from tcl? I have a .bat file set up for ftp'ing files, and the output of the ftp command pipes to a log file. If I double click the .bat file, it runs fine and the log file reports all the arguments and responses from the ftp command...
  11. mucklow

    Reading the backlash character from a text file..

    Hi all, I'm having a problem with the gets command. I'm generating a dos directory listing from a text file that is generated by my program on the fly. My problem is when I say [gets $dos_text_file] when it reads a line such as c:\temp\test it automatically treats the \ as an escape character...
  12. mucklow

    mount returning permission denied error

    Hello, for some reason I can mount a directory on all of my workstations except one, and that one continually gives me a permission denied error. I'm positive the name and password is correct, and all the permissions are correct. The exportfs table on the machine I'm trying to mount from is...
  13. mucklow

    TCL on AIX

    Has anyone worked with TCL on an AIX machine? I can run it fine on SGI machines but AIX is giving me problems. I begin the script pointing towards the shell (#!/usr/local/bin/tclsh) but it won't recognize several commands (tk_messageBox for one). Any suggestions? Travis Mucklow Software...
  14. mucklow

    Checkbutton not setting value to variable?

    For some reason, the checkbuttons as I have them set up below will not toggle the value of the variables assigned to them when checked/unchecked. Whats odd is this exact same code works in a different procedure but not this one, the variables keep and retain whatever the initial state of the...
  15. mucklow

    Reporting file ownership in NT/DOS

    Does anyone know a command in either NT or DOS that will display ownership/permissions of a file? I know you can see it by physically clicking on the file's properties but I need to be able to access it through a TCL script. The DOS "cacls" command does not report back enough...
  16. mucklow

    How can I default a checkbutton to be "checked"?

    Is there a way to default a checkbutton to be checked initially? Something like: checkbutton $w.b1 -text "test" -variable whatever -relief raised and I'm looking for -initial_value checked or something like that. Any ideas? Nothing has worked so far.

Part and Inventory Search

Back
Top