A Qui, 2004-06-10 �s 23:26, Jonathon McKitrick escreveu:
> Here is what I want to happen:
> 
> I want the splash to come up, with no other windows.
> When everything is done loading, I want the splash to disappear.
> Then, I want the ready-to-use main window to appear.
> 
> I cannot get the splash to appear SEPARATE from the main window.  They are
> either both there, or both invisible.
> 
> Is there I pattern for this?  I've tried combinations of 'time.sleep()' and
> 'gtk.timeout_add()' but haven't gotten the results I need.

  After show()ing the splash window:
        while gtk.events_pending(): gtk.main_iteration()

  Hope it helps.

> 
> jm
-- 
Gustavo Jo�o Alves Marques Carneiro
<[EMAIL PROTECTED]> <[EMAIL PROTECTED]>
The universe is always one step beyond logic.

_______________________________________________
pygtk mailing list   [EMAIL PROTECTED]
http://www.daa.com.au/mailman/listinfo/pygtk
Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/

Reply via email to