Thorsten Henninger wrote:
Hi all,
is it possible to use different skins for wxPython applications?
For example like winamp, icq ...
On and off, I've been writing a skinnable music player (ala winamp
and all the others out there) completely in wxPython, and I've been
able to do everything I've wanted so far. Here's some screenshots
to show you it's quite possible:
http://www.rakradio.com/screenshots.php
I have an xml layout file that specifies horizontal and vertical
sections, which translate directly to Sizers. Then I added special
items like <bitmap>, <button>, <animation>, and <text> to handle
the various elements I wanted to be able to place in a skin. In the
app you can switch between skins and it swaps out the UI with a new
panel.
Jeff Marshall
jmarshall@maxis.com