[jira] [Created] (FLEX-33458) Spark ColorPicker

2013-03-28 Thread Cyrill Zadra (JIRA)
Cyrill Zadra created FLEX-33458: --- Summary: Spark ColorPicker Key: FLEX-33458 URL: https://issues.apache.org/jira/browse/FLEX-33458 Project: Apache Flex Issue Type: New Feature

[jira] [Updated] (FLEX-33458) Spark ColorPicker

2013-03-28 Thread Cyrill Zadra (JIRA)
[ https://issues.apache.org/jira/browse/FLEX-33458?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Cyrill Zadra updated FLEX-33458: Description: Make Spark ColorPicker component in experimental project release ready. (was: Make

Re: Spark ColorPicker

2013-03-02 Thread Harbs
Makes sense to me. As far as #1 goes: I added the following two functions to the main component. I think that makes the most sense. Putting it into a utility class would require passing in the colorField and labelField values: public function getColorValue(color:*):uint public function getColorN

Re: Spark ColorPicker

2013-03-01 Thread Nicholas Kwiatkowski
Harbs, I'm personally not a fan of sending untyped data back and forth -- especially if it is at all possible to avoid it. What are your thoughts on sending back a color:uint and colorObject:Object as separate items within the event? -Nick On Fri, Mar 1, 2013 at 10:01 AM, Harbs wrote: > I've

Spark ColorPicker

2013-03-01 Thread Harbs
I've expanded the Bogdan ColorPicker to accept a dataProvider including color objects similar to the way the mx ColorPicker worked. I have a few things that I could use input on: 1) Both the skin and the component have functions to compute the color depending on whether it's a uint or object. A