[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
-to-a-textview-821595/#post4045253 -- Tony On Mon, Jul 26, 2010 at 8:02 PM, Robert Schroll rschr...@gmail.com 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 my child process to show up in the textview? This doesn't

Re: [pygtk] Need help with spawn_async and callback

2011-09-07 Thread Tony Freeman
: gtk.main() On Wed, Aug 3, 2011 at 7:44 AM, Grant McWilliams grantmasterfl...@gmail.com wrote: Tony Freeman t0ny.fr33man at gmail.com writes: Can you post the whole code anyway for those of us trying to figure out the same thing

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 t0ny.fr33...@gmail.com wrote: Hello Grant, Below is the entire bit of code I was working on at that time.  Pay attention to the spawn_async stuff

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

[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