Hi All I have a ToggleButtonBar across the top of my application that I use to load different modules into a view stack. This toggle button bar width is set to 100% and it is in a VBOX that is also set to width="100%". The application is also set to 100%
When the browser is maximised on my 1280*1024 screen the toggle button stretches across the whole of the top of the screen with the buttons not shrunk at all. If I restore the window however some of the button labels have... at the end and the label is shown on mouse over. If the window is not maximised when I start the app all of the buttons in the button bar are full size and a result the whole application is stretched out of the right hand side of the screen. If I maximise then restore again this fixes the problem. If I replace the toggle button bar with a tabBar it all works fine. I notice that TabBar actually extends Togglebuttonbar but I couldn't see any code in there that would fix this problem. Any suggestions? Has anyone encountered this? I'll try to do a simple test case at some point if I have time.

