Disabled buttons look enabled

Hi,
I’m running a solution in webclient in Mozilla Firefox and IE.
It looks fine on Windows 7 and XP Professional, however on Windows Server 2003 the buttons that are disabled and supposed to look greyed out - they look just like any enabled button.
Only in Mozilla Firefox. IE is fine.
Their status is disabled, meaning they are not clickable, but they don’t look disabled.

What can be done to fix it?

Thanks,
Maria

Hi Maria,

We also where using enable/disable buttons.

We now changed this. We place two buttons right on top of each other.
The “back” one is grey, and the front one has the normal colors.

We then changed all our code : elements.button.enable/disable to elements.button.visible true/false

Regards,

Hans Nieuwenhuis:
Hi Maria,

We also where using enable/disable buttons.

We now changed this. We place two buttons right on top of each other.
The “back” one is grey, and the front one has the normal colors.

We then changed all our code : elements.button.enable/disable to elements.button.visible true/false

Regards,

Yeah, that’s a workaround we’re going to implement but I hope this is temporary.
Is it a Mozilla or Servoy thing?

Cheers,
Maria

Well, I don’t see it as a workaround, it looks better, even in Smartclient.

Regards,

Hans Nieuwenhuis:
Hi Maria,

We also where using enable/disable buttons.

We now changed this. We place two buttons right on top of each other.
The “back” one is grey, and the front one has the normal colors.

We then changed all our code : elements.button.enable/disable to elements.button.visible true/false

Regards,

Hans, assigning a background image to buttons works just as well.
So I did not have to create another set of buttons that would look disabled, or change anything in the code :)