wxpython-users Digest, Vol 8, Issue 15

* 05/10/2008, wxpython-users-request@lists.wxwidgets.org wrote :

    self.Tree.Bind ( wx.EVT_RIGHT_DOWN, self.OnRightDown )
    self.Tree.Bind ( wx.EVT_CONTEXT_MENU, self.OnShowPopup )

Under winXP,
right mouse click generates both events
Under Ubuntu, only the Right_Down event
and not the Context_Menu event.

you use event.Skip() ?

Now I want to look for Customctlr.py,
but I can't find it under Ubuntu.
Where can I find that file ?

$ sudo find /usr -name customctrl.py -print

···

--
Never try to teach a pig to sing.
It wastes your time and annoys the pig.