> 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
>> 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
>>
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