Hi,

On Feb/13/2007, Tony Cappellini wrote:

> Does anyone have a Python example of how to use a Thread to keep a gui
> from becoming unresponsive?

for example, I create a thread and then I send Events to main thread
(who containts de GUI). To send events I use setData and postEvent. main
thread receives these events and updates the process bar

-- 
Carles Pina i Estany            GPG id: 0x8CBDAE64
        http://pinux.info       Manresa - Barcelona

_______________________________________________
PyKDE mailing list    [email protected]
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to