On Feb 22, 2013, at 12:28 PM, Bogdan DINU wrote:

> Hi,
> 
> 1) indeterminate ProgressBar can be made by customizing the skin. You can
> also customize the labelFunction to display whatever you need.

Hmm. But there's no easy way to change the mode. I think I'll modify the class 
and create a JIRA ticket when I'm done. If anyone like my modifications they 
can pull it into the main component. I think a convenience label setter would 
be nice.

> 2) ColorPicker doesn't allow you to set dataProvider - indeed you can
> extend it to suit your needs (overriding childrenCreated() will allow you
> to set any dataProvider you need).

Okay. Ditto on the above.

> 3) Alert has a skin : note that if in your skin messageDisplay is not
> defined, message will not show.

Further investigation indicates that the problem was with my setup. The styles 
did not assign the AlertSkin. It was using PanelSkin…

> All the best,
> Bogdan Dinu
> 
> 
> On Fri, Feb 22, 2013 at 10:18 AM, Gavriel Harbater <gavha...@gmail.com>wrote:
> 
>> 2) ColorPicker: It does not seem to allow setting the dataProvider or
>> handle anything beyond an Array of color values. Arrays of Objects for
>> named colors is pretty important. If this in fact missing, I guess I'll
>> work at expanding the component…
>> 
>> 3) Alert: Does not show the error message. It looks to me that the problem
>> is here that the messageDisplay is null.
>>            if (messageDisplay) {
>>                messageDisplay.text = _message;
>>            }
>> 
>> On Feb 21, 2013, at 10:20 PM, Harbs wrote:
>> 
>>> Some questions on the components:
>>> 
>>> 1) ProgressBar: It does not seem to have feature parity with the mx
>> version. There does not seem to be a way to specify an indeterminate
>> progress bar. There's no mode property. Am I missing something? There's
>> also no label property. Is the text set by specifying the
>> percentDisplay.text? Will that get overwritten as the progressbar updates?
>> 
>> 
> 
> 
> -- 
> http://www.badu.ro

Reply via email to