Yep same here.
-Kyle Rickey
···
-----Original Message-----
From: Hinton_Phil@emc.com [mailto:Hinton_Phil@emc.com]
Sent: Wednesday, January 23, 2008 12:33 PM
To: wxPython-users@lists.wxwidgets.org
Subject: [wxPython-users] ListCtrl EVT_LIST_COL_RIGHT_CLICK bug?
I recently decided to try wxPython and installed:
wx-2.8-msw-unicode
wxPython 2.8.7.1
I created an app using a ListCtrl and ran into a problem with ListCtrl
EVT_LIST_COL_RIGHT_CLICK events where ListEvent::GetColumn() does not
return the correct column index if the window is scrolled horizontally
so that column 0 is not visible.
I confirmed this behavior in the wxPython Demo; just open the demo,
navigate to Core Windows / Controls, and start the ListCtrl demo.
Resize window width and drag the vertical splitter right to make the
ListCtrl window narrower and scroll horizontally so that the "Artist"
column does not show. Left click on the "Title" column and "OnColClick:
1" is logged. But right click on "Title" column and "OnColRightClick: 0
(u'Artist', 0, 165, -1)" is logged.
Anyone else see this?
--Phil Hinton
---------------------------------------------------------------------
To unsubscribe, e-mail: wxPython-users-unsubscribe@lists.wxwidgets.org
For additional commands, e-mail: wxPython-users-help@lists.wxwidgets.org