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 Mike Lewis 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. ImpactCorey

    This question goes out to you POSIX

    This question goes out to you POSIX thread experts. I have two threads set up, one for the GUI, one for a DAQ server. The DAQ server aquires the data and updates the visible GUI screen every 1/2 second (loop with a sleep in it) and calls my Controller::update_gui function. The GUI will switch...
  2. ImpactCorey

    Looking for implementation of a table for Python.

    Does anybody know of a [good] implementation of a editable table for a python gui? Or is there a way TkTable could be utilized? Or will I be forced to write my own?
  3. ImpactCorey

    threads in Visual C++

    If you ever worked with Posix threads in UNIX, you probably know how easy those are to use. I have found a great implementation for Windows at http://sources.redhat.com/pthreads-win32/ with precompiled libraries and everything. Take a look.
  4. ImpactCorey

    Reading standard out from a foreign executable on the fly

    Hi, I am trying to write a front-end in Tcl/Tk for some ancient Fortran executables. These executables may take up to a few minutes to execute but print out incremental statements to standard out. I want to be able to capture that output in my GUI and print it on the fly (as it is written) in...

Part and Inventory Search

Back
Top