Re: Repost: Text not showing up

2005-10-17 Thread Diez B. Roggisch
> The problem is that the changes take effect after gtk has reentered its > event-loop. Which won't happen until your programs terminate. With programs I mean of course the burning commandos. Diez -- http://mail.python.org/mailman/listinfo/python-list

Re: Repost: Text not showing up

2005-10-17 Thread Diez B. Roggisch
>> Hi all, I am new to python and trying to write a simple GUI that would >> call 2 growisofs processes (dvd burning) at the same time, and retrive >> the exit code to be printed on a text box (couldn't find any program >> that could use multiple dvd burners, not even k3b). Excuse me if this >>

Repost: Text not showing up

2005-10-17 Thread Simone
Simone wrote: >Hi all, I am new to python and trying to write a simple GUI that would >call 2 growisofs processes (dvd burning) at the same time, and retrive >the exit code to be printed on a text box (couldn't find any program >that could use multiple dvd burners, not even k3b). Excuse me if t