2/2/2011 7:30:58 AM
Title:
ColorPickerValue binding to TextInput Color
Hello All
I am new to flex , I am having following issue
I am having one 'TextInput' and one 'ColorPicker'
When I change the colorPicker Value, the next text Color in TextInput will be changed.
can u please reply ASAP.
Thanking you
2/2/2011 7:41:16 AM
I solved,
TextInput.setStyle("color",clrPicker.selectedColor);