I have running simple wxpython application reside in Taskbar/System-tray area that shows popup menu when user click on it. Work fine except I need to show popup menu when user click right mouse button on Taskbar icon (mac).
Binding right click like:
self.Bind(wx.EVT_TASKBAR_RIGHT_UP, self.onRight)
do not do anything.