Re: [Matplotlib-users] wx.aui.AuiNotebook with a matplotlib figure on each page CTRL-TAB page to page navigation does not work in OSX works in windows

2012-11-11 Thread hari jayaram
Hello all, It turns out the command-(APPLE) -TAB does work to change the focus from page to page but only if the mouse is centered on top of the actual tab area . In windows mouse focus anywhere on the figure allows CTRL-TAB page flipping. But in OSX it only works when focussed on the acutal tab re

[Matplotlib-users] wx.aui.AuiNotebook with a matplotlib figure on each page CTRL-TAB page to page navigation does not work in OSX works in windows

2012-10-21 Thread hari jayaram
Hi I am using wxpython : 2.9.4.0 matplotlib : 1.3 osx Lion In my application I have a number of matplotlib figure objects, one on each page of the wx.aui.AuiNotebook .The pages are each a figure and arranged as tabs on the top of the wxpython frame like embedding in wx5 example from the matplotli