overrideStyle problem

Hello,

it seems that overrideStyle does not override all styles. I do manage to see the font size changed for fields (take from the new style), but (at least) the background color of forms is still taken from the original style.

Thanks
Patrick

I had some problems too with this, but you have to call this function, right away when you open the solution! (preferable the first thing in the start-up method)

At least that fixed in our case some issues.

I do that. It is the very very first line. The font size changes (so it does work somehow), but not the form bgcolor.