[ wxwindows-Patches-1729348 ] wxListCtrl Report mode, virtual,
EVT_LIST_ITEM_DESELECTED
SourceForge.net
noreply at sourceforge.net
Fri Jun 1 11:01:37 PDT 2007
Patches item #1729348, was opened at 2007-06-01 08:33
Message generated for change (Comment added) made by roebling
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=309863&aid=1729348&group_id=9863
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: GTK specific
Group: bug fix
>Status: Closed
>Resolution: Rejected
Priority: 9
Private: No
Submitted By: Lloyd (lloydkl)
Assigned to: Nobody/Anonymous (nobody)
Summary: wxListCtrl Report mode, virtual, EVT_LIST_ITEM_DESELECTED
Initial Comment:
wxListCtrl in Virtual and Report mode style is not firing
EVT_LIST_ITEM_DESELECTED event. This problem is present in wxGtk2.8.4 too..
----------------------------------------------------------------------
>Comment By: Robert Roebling (roebling)
Date: 2007-06-01 18:01
Message:
Logged In: YES
user_id=77100
Originator: NO
This is also what I remembered, but I wasn't sure anymore.
----------------------------------------------------------------------
Comment By: Robin Dunn (robind)
Date: 2007-06-01 15:55
Message:
Logged In: YES
user_id=53955
Originator: NO
I think this is by design. The listctrl in virtual mode will not do
anything that could cause every item to be visited, because if you have
billions of items then that could take way too long to do. Since you can
easily select all items with a shift-click, and then deselect them all by
clicking on another item, it won't send deselect events at all.
Robert, wxMSW behaves the same.
----------------------------------------------------------------------
Comment By: Lloyd (lloydkl)
Date: 2007-06-01 09:30
Message:
Logged In: YES
user_id=1805805
Originator: YES
Sorry, I am not using MSW, so I am not sure about that. I am also attahing
a code which I have written to test this...
File Added: wxtemplate.cpp
----------------------------------------------------------------------
Comment By: Robert Roebling (roebling)
Date: 2007-06-01 08:49
Message:
Logged In: YES
user_id=77100
Originator: NO
Do the events get fired under wxMSW?
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=309863&aid=1729348&group_id=9863
More information about the wx-dev
mailing list