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 likemyCanvas generates.where myCanvas is set by the tab.And in addition, you do not have to use a switch case :)
BenOn Aug 26, 2013, at 3:58 PM, Erwan Douaille <douailleerwan@gmail.com> 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.