flex3 - Setting disabled button appearance in Flex -


i'm making trivia in air application, question, 3 buttons, after choose one, right button gets coloured green, wrong ones coloured red. trying changing styles, created button.right , button.wrong style, need disable buttons don't clicked more once while i'm showing correct answers.

so i'm having trouble making buttons don't greyish , alpha turned down when set enabled property false.

i'm trying minimalistic possible here, changing disabled-overlay-alpha or disabledoverlayalpha in css file doesn't seem trick, neither changing disabledbordercolor

any fast tricks this?

this might dirty workaround, try disabling buttons setting mouseenabled property false forbid them interacting mouse.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -