rolloverImageMedia settings

I use custom tabs in my solution.
For users with no access to certain tabs I’d like to disable the rolloverImageMedia setting programaticly.

Ron

HI Ron,

have you tried, just disabling the element that contains the rollover image??

element.myRollOverButton.enable = false

Good tip Harjo!

thanks,

Ron

Harjo’s tip worked for me because my tabs have no images.
Only the tab gets a darker shade, and I can live with that.

But disabled images get (also) greyed out and this can be an unwanted situation.
OK, it can be worked around, with extra elements, but rolloverImageMediaEnabled = true/false would
make things a lot easier.

Regards,

Ron