separation of label and button in styles

For some odd reason my border property of buttons won’t stick.
I set them to ‘default’ and when I quit Servoy and start it again then the property is back to ‘Empty’.

I narrowed it down to my Style setting. If I don’t use the style setting the property sticks.
I tried to save the styles again with a button in the form but that didn’t help either.

Anyone experianced something like this?
It happends in 1.2rc9 and all older versions.
Mac OS X 10.3.1 (java 1.4.1)
MySQL 3.23.45-blueworld.com (LP6)

If you have a form with a style, and you change something, the style will overwrite this, after a restart.

make a style, with only one button.
Don’t make different styles of a label and a button.
(for example; ‘bevel’ for label and ‘empty’ for button)

For some reason, the style of labels and buttons are the same in Servoy

save the style and apply it.
Than it will work

Ahh, that’s it then. I use images (who are also considered as label/buttons) as buttons. Ofcourse I don’t want to see a border in those.

So it looks like I have to skip using styles altogether until Servoy makes it more versatile. :(

Like using styles PER element and have seperate image-, label- and button objects. I guess that is a feature request right here. :)