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

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
wxCode-users mailing list
wxCode-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wxcode-users

Reply via email to