python 3.x - Ideas about how to create a splash screen using PyGObject? -
any ideas how create splash screen application using python3 , pygobject ? example : gimp's slpash screen. in case, used time.sleep(...) , makes application start slowly. i'm wondering if should thread slpash screen gui. i've searched in websites , didn't find solution. answers. , sorry bad english.
- create window
- will content
- open it
- force show
- set timeout close said window @ later time
- proceed initialisation
there examples out there, e.g. http://code.activestate.com/recipes/577919-splash-screen-gtk/
Comments
Post a Comment