Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    TabSet inside Window

    Hello, when I try putting a TabSet inside a modal Window, the TabSet is never at the correct size until I resize the window with the mouse.

    The TabSet is inside a VLayout with a HLayout "button bar" underneath it.

    I'm having the same problems in 2.4 and 3.0p.

    Thanks for any working examples or suggestions.

    Scotty

    #2
    In a test case it works setting this:

    tabSet.setOverflow(Overflow.VISIBLE);
    tabSet.setPaneContainerOverflow(Overflow.VISIBLE);

    But I still don't fully understand why it doesn't work in my other class. I'll try to remember to update this when I find out.

    Comment


      #3
      Now the problem is only the first tab is visible when the modal window opens. I can see the others only if I resize the window.

      Comment

      Working...
      X