2/2/2012 2:47:09 AM
Title:
Flex Canvas and Flex Color Picker Tool
Hi,
I have 2 problem in Flex 4. One of them Canvas problem. When I Canvas disabled mode true, its color changing and It seems grey passive color. I'd it seems same, it doesnt be passive color. I must canvas disable mode true and doesnt change color.
Another problem about color picker tool. When I click color picker it has blue hightlight bounds. I dont want to hightlight. I'd It seems same, like dont click mode.
I am waiting your replay.
Thanks,
Derya
Kiney
Points: 600
Posts:0
2/15/2012 8:17:28 AM
you can change the disabled color of canvas component using the style "backgroundDisabledColor". It will show the color you specify when disabled not the default grey color.
For color picker tool in flex you can use the "focusColor" style of color picker to specify the original color so that it does not look changed.
2/20/2012 5:54:19 AM
Hi,
"focusColor" style solved color picker tool problem. But "backgroundDisabledColor" havent solved my problem. Because if I set backgroundDisabledColor it shows white field like draw a shape over canvas. But I have some objects over canvas so they didnt see. White shape cover my objects. Is there another way for this problem?