Re: TabLayoutPanel selectTab() not working correctly

2011-07-08 Thread Mark Wengranowski
Making some progress but still having the same problem. If i change my onClick event to onMouseDown it works. Why it works on the mousedown and not the onclick im not sure. It seems to be something to do with the order that events are being triggered. If i call the add function to add a tab to

TabLayoutPanel selectTab() not working correctly

2011-07-07 Thread Mark Wengranowski
Hi everyone, I'm having a wierd problem with a TabLayoutPanel where the selectTab() function does not work when called from my custom header composite. So far this is what i've done. 1. Create a new UI binder composiete that has a tablayoutpanel 2. Create a custom header UI binder composite