Greg Brown-2 wrote: > >> First: I am trying to use the "corner" component of a tabpane to display >> a >> menubutton. However I noticed that if I open a large number of tabs, the >> corner component gets hidden by the tabs, is this a bug? > > Possibly. It was originally done this way by design, but that may not have > been the right approach. >
Could you suggest me a simple way to modify/extend TabPaneSkin so to have the desired behaviour? Or just the functions that I have to override. > Second: is it possible to have all the tab buttons with the same size? There isn't any way to specify this via TabPane itself, but you could give the tab pane's tab data renderer a fixed preferred width. That should have the same effect. G -- View this message in context: http://apache-pivot-users.399431.n3.nabble.com/TabPane-corner-and-button-style-tp2778983p2779741.html Sent from the Apache Pivot - Users mailing list archive at Nabble.com.
