[pygtk] Need help with spawn_async and callback

2010-07-25 Thread Tony Freeman
I hope someone can help me with this. Problem: I have a window widget (window2) that has a progress bar and a textview. I want to show the output of the child process that I launch inside the textview. Right now when I run the program, window2 pops up totally blank (no widgets displayed at all)

Re: [pygtk] Need help with spawn_async and callback

2010-07-27 Thread Tony Freeman
ng-9/pygtk-send-output-from-a-file-descriptor-to-a-textview-821595/#post4045253 -- Tony On Mon, Jul 26, 2010 at 8:02 PM, Robert Schroll wrote: > On 07/25/2010 08:46 PM, Tony Freeman wrote: > >> In short: What do I need to do in order to get the text being generated >> by m

Re: [pygtk] Need help with spawn_async and callback

2011-09-07 Thread Tony Freeman
d) ### CONNECT SIGNALS TO OUR HANDLERS: #### wTree.signal_autoconnect(locals()) ### START UP THE PROGRAM: #

Re: [pygtk] Need help with spawn_async and callback

2011-09-07 Thread Tony Freeman
I should mention that my office is using RHEL5 ... so pygtk and associated are at the 2.10 version. On Wed, Sep 7, 2011 at 10:07 AM, Tony Freeman wrote: > Hello Grant, > > Below is the entire bit of code I was working on at that time.  Pay > attention to the spawn_async stuf

Re: [pygtk] Need help with spawn_async and callback

2011-09-09 Thread Tony Freeman
On RHEL5 I prefer to use Glade to build all the GUI's the project needs. That way I can redesign things if needed without hacking too much in the finished code. On 09/07/2011 02:02 PM, Grant McWilliams wrote: Thanks, Do you find that using Glade is worth the trouble over just hacking it up

[pygtk] Using pygtk / glade / all-in-one on windows

2014-07-29 Thread Tony Freeman
Hey all, I don't use windows very much so I'm in a pickle trying to figure out how to launch a simple program that has a GUI xml file created with glade. I guess ... I'm looking for a tutorial on how to use the pygtk all-in-one installer to pull in and use a gui with glade provided with the all-i