Re: TabLayoutPanel not displaying properly after button push

2013-05-20 Thread Michael Galuza
> > I solved this by using a TabPanel instead of a TabLayoutPanel. > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscr...@goog

Re: TabLayoutPanel not displaying properly after button push

2013-05-17 Thread Michael Galuza
Does anyone have any suggestions at all? I've tried everything I can think of and no matter what, if I add the tab panel in my click handler the tabs are not displayed. Does anyone see anything I'm doing wrong in the code in my original post? Is there another way to achieve what I want that w

TabLayoutPanel not displaying properly after button push

2013-05-16 Thread Michael Galuza
Hi, I am trying to use a TabLayoutPanel and it seems to be working fine when it is the first thing I put on the page, but when I do it after a button push (for example) it is not displaying properly. For example, if I do something like this it works fine: TabLayoutPanel tlp = new TablLayoutP