pyt...@bdurham.com wrote:
>
> I'm already using the Python Win32 extensions, so the progressbar.py
> example might be a good fit for me.
>
> I tested it from the command line on Windows 7 and was surprised that
> the progressbar control looked like it was from Windows 95.
>
> Any suggestions on how to have the progressbar get rendered with Themes
> support? Or is this related to the use of manifest files?

Are you building your own exe with py2exe?  If so, then yes, you need a
manifest that declares version 6.0 of the common controls DLL.  Check in
site-packages\py2exe\samples\advanced\setup.py for an example of how
this is done.

-- 
Tim Roberts, t...@probo.com
Providenza & Boekelheide, Inc.

_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to