The attached file shows the problem.
It doesn't make any difference if there is a manifest file or not.
testListCtrl.py (3.93 KB)
···
-----Mensaje original-----
De: Robin Dunn [mailto:robin@alldunn.com]
Enviado el: Martes, 20 de Enero de 2004 17:03
Para: wxPython-dev@lists.wxwindows.org
Asunto: Re: [wxPython-dev] 2.5.1p5 preview release
Echeverria Rabi, Cristián wrote:
SetItemCount was changed to not refresh the display so that there is no
flicker when it is called frequently (for example items are being
appended to the list but are not visible.) If you call
RefreshItems(start, end) after you do the SetItemCount then the visible
items (between start and end) will be redrawn.I tried with RefreshItems, but it looks as it doesn't work.
Can you provide a patch to the virtual listctrl sample in the demo that
shows this problem? Also, does it make any difference if there is a
manifest file or not?
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-dev-unsubscribe@lists.wxwindows.org
For additional commands, e-mail: wxPython-dev-help@lists.wxwindows.org