In looking through the existing JIRA issues for Pivot, it looks like there is an issue that would address your use case: Pivot-592 (http://issues.apache.org/jira/browse/PIVOT-592), which has not been resolved yet....
~Roger Whitcomb -----Original Message----- From: gdeshors [mailto:[email protected]] Sent: Friday, June 22, 2012 6:55 AM To: [email protected] Subject: Re: Context menu on a Tab Pane Hi Thanks for your answer. I had tried, as in the context menu tutorial : I also tried getComponentAt, I tried to call these methods on my tabpane rather than the window or the direct container, but it didn't help in any case. The problem I have is that the components of the tab bar get created automatically and I can't find a link betwwen them and the actual tab below, or simply know the index of the tab. I also tried to replace the tabData with a personalised object, but the menuHandler doesnt do anything in this case, I would say it gets removed by the tabPane when it creates the listeners. I didn't do any progress ! Thanks Guillaume -- View this message in context: http://apache-pivot-users.399431.n3.nabble.com/Context-menu-on-a-Tab-Pan e-tp4021914p4021918.html Sent from the Apache Pivot - Users mailing list archive at Nabble.com.
