opacity of an image in Servoy 6.0

HI guys,

I am playing with Servoy 6 a little.
Just made a simple form, with a simpel image on (PNG).

But when I open the form in webclient, the opacity of the image is reduced to 50%.
In the Smart Client there is not opacity loss.

ALso in source-code of the webpage from webclient there is something defining the opacity.

<div id="id2" class="formpart" style="background-color:#000000;">
<div style="white-space:nowrap;background-image:url(resources/servoy/media?id=alarm.png&s=test&l=14676852);background-repeat:no-repeat;background-position:center center;filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;" class="label" id="id4"><span style='display: block; text-align: center;'></span></div>

Why is this? Am I missing something? Or is this a bug.

Thankx in advance

Tweetie,

The opacity is set to 50% when the element is disabled.

Rob

hmm… I can’t seem to remember disabling the object.
But yeah, that does the trick.
I am getting old and forgotting stuff ;-)

Thankx