wxGuage inside wxListCtrl cell possible?

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

Hi Larry,

···

On 10/17/07, Larry Bates wrote:

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

Something similar was posted last month, see if this message can
answer to your question:

http://lists.wxwidgets.org/cgi-bin/ezmlm-cgi?11:mss:68551:200709:eobbidogagaoihhclenn

Andrea.

"Imagination Is The Only Weapon In The War Against Reality."
http://xoomer.alice.it/infinity77/

Andrea Gavana wrote:

Hi Larry,

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

Something similar was posted last month, see if this message can
answer to your question:

http://lists.wxwidgets.org/cgi-bin/ezmlm-cgi?11:mss:68551:200709:eobbidogagaoihhclenn

Andrea.

"Imagination Is The Only Weapon In The War Against Reality."
http://xoomer.alice.it/infinity77/

That link doesn't seem to point to anything that relates to my question.
Is it the correct one?

Thanks, Larry

···

On 10/17/07, Larry Bates wrote:

Hi Larry,

Andrea Gavana wrote:
> Hi Larry,
>
>> I'm trying to implement progress of multi-file upload
>> to WebDAV server and just wanted to know if this was
>> even possible:
>
> Something similar was posted last month, see if this message can
> answer to your question:
>
> http://lists.wxwidgets.org/cgi-bin/ezmlm-cgi?11:mss:68551:200709:eobbidogagaoihhclenn
>
> Andrea.
>
> "Imagination Is The Only Weapon In The War Against Reality."
> http://xoomer.alice.it/infinity77/

That link doesn't seem to point to anything that relates to my question.
Is it the correct one?

The 6th or 7th message of that thread shows how to embed a wx.Gauge
inside a wx.ListCtrl. The message is this one:

http://lists.wxwidgets.org/cgi-bin/ezmlm-cgi?11:mss:68566:eobbidogagaoihhclenn

Sorry for the confusion.

Andrea.

"Imagination Is The Only Weapon In The War Against Reality."
http://xoomer.alice.it/infinity77/

···

On 10/17/07, Larry Bates wrote:

> On 10/17/07, Larry Bates wrote: