-
disable list component
Hi everyone,
Having a small problem and hoping someone can help! To cut a long story short - I have a list component which is being disabled while an animation is playing using
PHP Code:
list.enabled = false;
It's all working perfectly but I can't for the life of me work out how to stop the whole list component going grey when it is disabled! I've changed all of the cell and component skins but it still goes grey.
I just want it to stay the same colour when its disabled, or at least change it to a colour that fits with my design.
Can anyone help, it's driving me nuts.
-
The CellRenderer class only seems to provide me with disabledSkin and selectedDisabledSkin which do not effect things when the whole list is disabled. I also tried
PHP Code:
list.setRendererStyle("backgroundDisabledColor", 0x003300);
Please help!!