only one of two styles imported

In my customers solution I have two styles [style_mac and style_win]. On the forms property the style_win is default, but on the startup methode I activate the style for the Mac or Win platform who was dedected as client [var vStyle = application.overrideStyle(‘style_win’, ‘style_mac’);]. That works in Servoy 3.5.7 developer, but when I import the repository to the customer server there is only the style_win . The style_mac is not imported by the new repository and I always have to create it manually in the servoy dev. on the customer server! While the import is running some times I click override existing style sometimes not depending on modifications.
How can I fix that issue?

Thomas

Hi Thomas,

I suggest you create an extra (dummy) form that links the Mac stylesheet. This way Servoy will export/import both styles.

Hope this helps.

Hi Robert,

thank you for your reply. I have done that and will now watch what’s up next repository import.

Thomas