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 gkittelson 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: *

  1. gcooper

    Errors compiling PerlTk

    Hi Guys, Platform: hp-ux 11.11 When I try to compile perltk, I get the following errors: # /usr/local/bin/perl Makefile.PL X11INC=/usr/include /usr/local/bin/perl is installed in /usr/local/lib/perl5/5.8.7/PA-RISC2.0 okay PPM for perl5.008007 Test Compiling config/signedchar.c Test...
  2. gcooper

    Scroll bars missing on some machines

    I'm not very experienced with Tcl/Tk and so I'm not sure what parts of the code would be of interest to post them (the program is over 600 lines long). Regards, Gary
  3. gcooper

    Scroll bars missing on some machines

    Platform - NDC thin client front-end (X-terminal), HP-UX back-end. I'm scratching my head a bit here and wondered if anyone had any ideas. On some X-terminals we are experiencing problems with our Database Help program (Tcl/Tk). On other X-terminals it works fine. (It doesn't seem to be linked...
  4. gcooper

    exec can't find files

    Thanks Ken, The links were most useful. I ended up using a variation on http://wiki.tcl.tk/475 and it seems to work OK. Thanks, again, Gary
  5. gcooper

    exec can't find files

    Hi Guys, Thanks for the suggestions. I've had a play around with catch. Also I note what Ken suggests about using the list command... But guess what? I think I've found what's causing the problem. Have a look near the beginning of...
  6. gcooper

    exec can't find files

    Thanks for the reply Ulis. OK, in the example I gave (i.e. the 'ls' command) it works OK. What I was doing was using 'ls' to help debug another problem. The technique you suggest doesn't appear to fix my original problem, which is this. The command causing the problem is grep, not ls. So what...
  7. gcooper

    exec can't find files

    When I execute: set tempString [exec ls -l $file_list] where file list has the value "file1 file2 file3 file4" and I have previously done a cd to the directory containing file1 file2 file3 file4 and the permissions on the directory and files is 777. I get: Error: file1 file2 file3...
  8. gcooper

    Invalid command name "font"

    Interesting article. A lot of what it says is true - if it ain't broke, don't fix it... to a point. Like it says, some code that gets rewritten is because the new programmer can't understand it. I find this is usually because of poor names for variables or because of inadequate comments. What I...
  9. gcooper

    Invalid command name "font"

    It looks like the supplier's scripts are being re-written in perl, so I guess we'll be dropping the Tcl/Tk at sometime in the future. (I suppose we'll be using an old version of perl as well!).
  10. gcooper

    Number of messages being received by Outlook 2003

    With OL2000, when I did a Send and Receive, it used to tell me how many messages it was goint to download from the POP3 server. Now, with OL2003, instead, it says how long the download's going to take - which is useful, but I'd also like to see how many messages are being downloaded. Anyone any...
  11. gcooper

    Invalid command name "font"

    Ulis, I had a look at the link you specified and did a bit of digging around and you are right in what you say, the font command didn't come in until tk 8.0. I've removed the font command and the subsequent references to the font which should have been created and it seems OK now. Thanks for...
  12. gcooper

    Invalid command name "font"

    I guess I would say I'm very much a Tcl/Tk novice. My problem as far as I can see is that I've been messed around by one of our middleware suppliers. Until recently, we've been running HP-UX 10.20. The supplier supplied a Tcl/Tk environment for us to develop some front ends, which my predecessor...
  13. gcooper

    Syncronize my computer with my Daughters

    What you want to use is the Offline Files feature that came in with Windows 2000. It really is superb. I don't have XP, but I assume that the features exist in XP although they may be found in different places. I assume that you've already got the 2 PC networking OK. 1)Create a folder on your...
  14. gcooper

    Outlook.pst won't compact

    When I try to compact my outlook file (after emptying my Deleted Items folder), it doesn't appear to do anything and the file size doesn't change. When I do the same on my other machine, a little progress bar is displayed while it compacts and the file reduces in size. (Outlook is set to...
  15. gcooper

    DHCP error 735 on my ISDN connection

    I have a CISCO 801 ISDN router in the office. Myself and another user connect from home using our Dell notebooks (Win2K SP3). Until recently, both have been using Xircom RealPort2 ISDN TAs. The other user's notebook is very stable and the configuration is rarely changed. My notebook is...
  16. gcooper

    Help required installing CISCO 801 ISDN router MIBS

    I am running HP TopTools network management software and want ot install the MIBs for my Cisco 801 IDSN router. The problem is that the MIBs on the Cisco web site have a .my extension - I expected them to have the .mib extension. Can I just rename them and compile them? Thanks, Gary cooper

Part and Inventory Search

Back
Top