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 SkipVought 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. memurphyiii

    Tcl & Java

    Does anyone know whether TclBlend 1.2.6 is compatible with the Java 2 SDK version 1.3? Under a Windows environment, that is.
  2. memurphyiii

    Binding

    There are two things that I see here and both have to do with the curly braces around the widget name $FrmToolbar.frminner.image in the bind command. Since there are curly braces surrounding the name, Tcl interprets the widget name to be, literally, "$FrmToolbar.frminner.image &quot...
  3. memurphyiii

    Obejet Oriented Programing Problem

    pack has a option "forget" so if I had a button "b" in a frame "f" like so frame .f button .f.b -text "foo" The command "pack .f.b" would pack it and the command "pack forget .f" would "unpack" it. It still exists in memory...
  4. memurphyiii

    Using HP Enterprise Link to access SAP

    Has anyone in the forum ever used HP's Enterprise Link to access SAP/R3?
  5. memurphyiii

    TCL on AIX

    After a quick search I found the site http://www.bull.de/pub/ that has precompiled binaries for a few versions of Tcl under AIX. I've never used them before so can't give any claims as to how easy, reliable, etc. the site maintainers are. Beyond that, download the source for Tcl/Tk and...
  6. memurphyiii

    TCL on AIX

    Hi, tk_messageBox is not part of Tcl, it's part of Tk. The Tk commands are not loaded into the basic Tcl interpreter (tclsh). You'll need to run the Tk interpreter (wish) to load those routines. If you still aren't able to access it from the wish shell, then let me know and there are a couple...
  7. memurphyiii

    file I/O

    Oops...forgot to mention, your code is correct. It should close the file properly.
  8. memurphyiii

    file I/O

    Hi motel, A couple of things. In your message you say you tried to delete c:/temp. Did you mean c:/temp/xyz.txt? The temp directory is used by a lot of Windows apps so deleting it wouldn't be a good idea. One other possibility that I know I've done a couple of times while testing things in my...
  9. memurphyiii

    Using MQPMO_NEW_MSG_ID feature with OS/390 MQSeries 2.1?

    I've got a program that uses the MQPMO_NEW_MSG_ID option for MQPUT and I'm trying to connect to an OS/390 MQSeries server 2.1 which doesn't support that option to MQPUT. I've been researching the issue most of the day (got some possible solutions) and was wondering if someone out there knew of a...

Part and Inventory Search

Back
Top