A workaround could be that when a tab is selected, it set an instance variable with the correct value.
This way , you can always do something like myCanvas generates. where myCanvas is set by the tab. And in addition, you do not have to use a switch case :) Ben On Aug 26, 2013, at 3:58 PM, Erwan Douaille <[email protected]> wrote: > Hi, > > I'm using TabManager and i would like to know which tab is active. I didn't > found any methods for that. > Any clue ? > > In UIPainter, i will use it to know which tab canvas i have to generate. > > Thanks :) > > -- > Best regards, > > Douaille Erwan <[email protected]>
