I'm attempting to learn wxPython by writing a card game. After reading the excellent tutorials here as well as wxPython in Action, I still don't know how to put over-lapping objects in the right order. The biggest problem is in correctly stacking playing card images (StaticBitmaps) as in PySol. It appears that each type of widget is assigned a fixed layer. The StaticBitmaps seem to be at the bottom, even sliding below text. There doesn't seem to be a nice command like "SetLayer". It was very easy to make images go behind or in front of other images in VB. Am I missing the layering command? Or is there another cross-platform language better suited to universality? Thanks for any suggestions.
vic

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.