Re: [Tkinter-discuss] Dynamic output of "DOS" command in tkinter

2008-04-25 Thread AbsoluteMatt
Hi Martin, Thanks for your reply, I actually started trying to do this with popen, but didn't pursue it as I wasn't sure that it would work this way. Now that you have confirmed that it can be done like this, I will continue on this path (and will read up on subprocess etc as well :-)). Thinking

Re: [Tkinter-discuss] Dynamic output of "DOS" command in tkinter

2008-04-24 Thread Martin Franklin
AbsoluteMatt wrote: Hi Guys, This is my first post here and my first time developing a tkinter app - so please go easy:-) I have to say I have found it really nice so far, but am struggling on one point. What I want to be able to do is take a system command and "pipe" it to a scrollable windo

[Tkinter-discuss] Dynamic output of "DOS" command in tkinter

2008-04-24 Thread AbsoluteMatt
Hi Guys, This is my first post here and my first time developing a tkinter app - so please go easy:-) I have to say I have found it really nice so far, but am struggling on one point. What I want to be able to do is take a system command and "pipe" it to a scrollable window, however I would lik