wxGuage inside wxListCtrl cell possible?

Larry Bates larry.bates at websafe.com
Wed Oct 17 07:13:57 PDT 2007


I'm trying to implement progress of multi-file upload
to WebDAV server and just wanted to know if this was
even possible:


    Files                Upload progress
+-------------------+-------------------------------+
|                   | +-----------------------+     |
| filename1.txt     | | wxGauge control       | 90% | listCtrl
|                   | +-----------------------+     |
+-------------------+-------------------------------+

Or if I could stack controls something like this:

+---------------------------+-------------------+
| +-----------------------+ |                   |
| | filename1.txt         | |                   | listCtrl
| +-----------------------+ |                   |
+---------------------------+-------------------+

The gauge is behind the text in the listCtrl and
shows progress without outlines or anything else.

Thanks in advance.

Regards,
Larry





More information about the wxpython-users mailing list