Tabpanels don't work

Hi there.
I’m trying to compile one of my app for linux… I use a lot of containers with many tabpanels inside it… and the tabpanels simply do nothing… If I click on a tab it does nothing!
I use the last xojo version and I’ve tried on an ubuntu 8 desktop.
Any suggestion?

Many thanks

It looks like a bug. MouseDown does not fire either when a TabPanel is in a ContainerControl.

The only workaround seems to be to use System.MouseDown in a timer, and change the TabPanel value when the mouse clicked in one of the tabs…

[quote=254529:@Michel Bujardet]It looks like a bug. MouseDown does not fire either when a TabPanel is in a ContainerControl.

The only workaround seems to be to use System.MouseDown in a timer, and change the TabPanel value when the mouse clicked in one of the tabs…[/quote]
Are you saying that I have to do this for every tabpanel?

You can create a subclass of TabPanel using the workaround, and make it super of your tabpanels.

I do not see any other solution.

That said, you want to file a bug report to have any hope this be resolved by Xojo.

do you actually have controls on the tab panels ?

Yes… There are labels, fields, listboxes…

Please, put that case in your top list in the Feedback app to gain the xojo attention about this issue…
<https://xojo.com/issue/34637>