Page 1 of 1

rolloverImageMedia settings

PostPosted: Fri Aug 14, 2009 9:18 am
by Ron
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

Re: rolloverImageMedia settings

PostPosted: Fri Aug 14, 2009 9:25 am
by Harjo
HI Ron,

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

Code: Select all
element.myRollOverButton.enable = false

Re: rolloverImageMedia settings

PostPosted: Fri Aug 14, 2009 9:47 am
by Ron
Good tip Harjo!

thanks,

Ron

Re: rolloverImageMedia settings

PostPosted: Fri Aug 14, 2009 10:34 am
by 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