globaleaks / APAF

Anonymous Python Application Framework
33 stars 15 forks source link

Splash screen with Progress Bar - Windows #35

Open fpietrosanti opened 12 years ago

fpietrosanti commented 12 years ago

Apaf should provide a splash screen functionality, that can be enabled by the developer, and used to provide a nice splash screen of the application at it's startup operations.

The splash screen functionality must be initially available on Windows.

An howto for the branding of Apaf application should be available explaining:

The splash screen may contain additional dynamic information on the application startup process, that the developer can feed with useful startup information.

It must be supported on the following platforms:

fpietrosanti commented 12 years ago

It seems that making a splash screen on Windows with Python it's quite difficult http://mail.python.org/pipermail/python-win32/2010-March/010293.html .

But here there's an example on how to make it with Pywin32 without any external framework: http://code.activestate.com/recipes/120687-low-resource-win32-splashscreen/