Bug in ListCtrl on Windows?

Running on Windows XP, wxPython 2.6.2.1, Activestate Python 2.4:

Look at the ListCtrl example in the demo app, click on the "Title" header to sort. The sort works, but the header blanks out until something causes a repaint. The other columns work correctly.

Has this been reported (and/or fixed)?

···

--
Don Dwiggins
Advanced Publishing Technology

Hello Don,

this does not happen on Windows XP, Python 2.4.3 and wxPython 2.6.3.2. So, probably you could upgrade to the new version. However, I don’t remember such behavior on previous versions…

Andrea.

···

On 5/11/06, Don Dwiggins ddwiggins@advpubtech.com wrote:

Running on Windows XP, wxPython 2.6.2.1, Activestate Python 2.4:

Look at the ListCtrl example in the demo app, click on the “Title”

header to sort. The sort works, but the header blanks out until
something causes a repaint. The other columns work correctly.

Has this been reported (and/or fixed)?


Don Dwiggins
Advanced Publishing Technology


To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org

For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org


“Imagination Is The Only Weapon In The War Against Reality.”

http://xoomer.virgilio.it/infinity77/

Andrea Gavana wrote:

Hello Don,
     this does not happen on Windows XP, Python 2.4.3 and wxPython 2.6.3.2 <http://2.6.3.2>. So, probably you could upgrade to the new version. However, I don't remember such behavior on previous versions...
Andrea.

This prompted me to upgrade Python and wxPython; thanks. After a bit of investigation, I've concluded that it's probably an artifact of Windows Remote Desktop (I work from home a lot). When I run the demo "directly" on my home computer, it doesn't happen. (If I remember, I'll try it on the office computer when I'm there next.) Still, it's a bit odd that it only happens on one of the three headers.

···

--
Don Dwiggins
Advanced Publishing Technology

On 5/11/06, *Don Dwiggins* <ddwiggins@advpubtech.com > <mailto:ddwiggins@advpubtech.com>> wrote:

    Running on Windows XP, wxPython 2.6.2.1 <http://2.6.2.1>,
    Activestate Python 2.4:

    Look at the ListCtrl example in the demo app, click on the "Title"
    header to sort. The sort works, but the header blanks out until
    something causes a repaint. The other columns work correctly.