setTabBGColorAt

Wonderfull new feature together with the possibility to set the forground color.

However, either I do something wrong or there is a bug.

Setting the background is easy and it works both on win and mac…

Setting the background color back to default doesn’t work like I expected on win.

I do setTabBGColorAt(2, null). This gives me, as mentioned, a clean tab back on mac but on win the tab is white now…

This is controlled by the native look and feel, you better save the colors with:
var fgcolor = getTabFGColorAt(tabindex)
var bgcolor = getTabBGColorAt(tabindex)
will be availeble in Servoy 2.0 rc1

Thanks again Jan!!!