- Author was Featured
- Bought between 10 and 49 items
- Croatia
- Exclusive Author
- Has been a member for 2-3 years
- Referred between 10 and 49 users
- Sold between 10 000 and 50 000 dollars
Can not set the selectedColor property of ColorPicker component in CS5 .5
ColorPicker(cp1_mc).selectedColor = 0xffffff; or ColorPicker(cp1_mc).selectedColor = 16777215;
does not work, it shows
selectedColor = 0 _selectedColor = 0xffffff
biut _selectedColor is private property… The color can not be set from code, only after selecting a color manually by clicking on it, the selectedColor property updates. Anybody has a solution for this?
