From: SourceForge.net <no...@so...> - 2008-07-15 05:17:12
|
Feature Requests item #2018407, was opened at 2008-07-15 07:17 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462819&aid=2018407&group_id=51305 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: None Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: m.a.k. (mak83) Assigned to: Nobody/Anonymous (nobody) Summary: Mouse events with TreeListCtrl Initial Comment: It seems as if the wxTreeListCtrl (http://wxcode.sourceforge.net/components/treelistctrl/) is not able to catch mouse events: I just want to receive an event when the user clicks on an item, but when I try to set an event handler, for example with m_treelist->Connect(ID_TREELISTCTRL, wxEVT_LEFT_DOWN, wxMouseEventHandler(MainWindow::OnLeftDown), NULL, this); and I click somewhere on the tree list control it just happens - nothing... ;( The same for all other mouse events like mouse move, right click etc. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=462819&aid=2018407&group_id=51305 |