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

    How do I increase the buffer size in telnetwrapper?

    I am using telnetwrapper (http://mud.de/se/jta/doc/source/index.html). The problem I am experiencing is that it truncates part of the output received from the remote end. How do I increase the buffer size? Has anyone used this before?
  2. ajaayman

    How do I pass parameters when I souce a file?

    I just saw your posting. Here is one way you can pass parameters to .tcl file. tclsh x.tcl para1 para2 para3. This works. THe only thing is that the x.tcl now runs in a different shell.
  3. ajaayman

    Execuing command and passing data between tclsh

    I have the following problem: I need to use expect (tcl8.0) on WIndows platform for communicating with an telnet application. I have other tcl scripts using tcl8.3. Now I need to execute a procedure (ideally) on expect/tcl8.0 and gets it result to the application on tcl8.3. I am looking at the...
  4. ajaayman

    Need to convert graph to a gif file using tcl

    I used Ken's idea (code given below) and code to produce the gif file. The idea is to create a graph using BLT and then create an gif file to be embedded in an html. see Something strange happens. ( see thread287-666835) . If I have three lines in the same file as the one that produces the...
  5. ajaayman

    Need to convert graph to a gif file using tcl

    I used Ken's idea and code to produce the gif file. Something strange happens. If I have three lines in the same file as the one that produces the graph, then the gif graph is small (400 pixels). But when I execute the same code on the console after the graph is dran, then the code works...
  6. ajaayman

    Need to convert graph to a gif file using tcl

    Hello, I am using stripchart to produce a graph using data from DB. This data is pulled out automatically every morning and analysis is done on this data. A graph is produced using stripchart. I want to find if there is a way to create a gif or any other standard format for this graph so...
  7. ajaayman

    Binary distribution of Expect 5.x for Windows

    Does anyone know how I can get the binary distribution of the Expect 5.x that works with tcl8.3 for the windows platform? All I could locate is a zip with a bunch of sourcefiles which require compilation. I do not have one. Thanks.
  8. ajaayman

    Making a tcl application WIndows Service

    Ken, I just wanted to thank you for your suggestion on this question. BTW - I found a tool called firedaemon (AU based company makes it) which is sold for $25. This tool allows any code including tcl to be installed as a service on the windows platform. This came out of the link that you...
  9. ajaayman

    Making a tcl application WIndows Service

    Does anyone have experience on making a tcl/tk application a service on the Windows 2000 platform? This is required to make it re-start if it does crash or automatically run when the PC reboots. Any ideas or pointers? THanks
  10. ajaayman

    exec under Window NT/XP

    I have had trouble getting exec to work under Windows environment. I am trying to execute the following: set ret [ exec "wish83 p1.tcl arg "] It returns with an error saying that it does find file/program named p1.tcl. I know that the p1.tcl does exist but in the current directory. I...
  11. ajaayman

    BLT stripchart - associate tag with individual data points

    I am trying to do the following: I am using stripchart to create a scrolling graph (X axis time, Y axis data value). I would like to associate a tag with each data point,i.e. each data point need to have a unique tag(generated outside of the program). When a user clicks on a data point, I would...
  12. ajaayman

    Scrollable canvas - like a ticker tape

    I am trying to do the following: Create a scrollable canvas using Tk. On the scrollable canvas, plot a graph using X-Y coordinates. X is essentially time while Y is a number. As the time progresses, the new numbers arriving have to be plotted. Two things have to happen: 1. The view of the...

Part and Inventory Search

Back
Top