--- In [email protected], "christophe_jacquelin" 
<christophe_jacque...@...> wrote:
>
> Hello, 
> 
> I have 3 questions 
> 
> - How to initialize a DateField with the date of the day ? 
> 
> - How to add a skin for the buttons of a buttonbar ?
> 
> - How to display in red a given row of a DataGrid ?
> 
> Thank you,
> Christophe
>

A ButtonBar allows you to specify styles for the first button, the last button, 
and the buttons in the middle.

<mx:ButtonBar
    firstButtonStyleName="firstButton"
    buttonStyleName="middleButton"
    lastButtonStyleName="lastButton" />


Reply via email to