[flexcoders] Re: 3 questions

2009-07-10 Thread ag_rcuren
--- In flexcoders@yahoogroups.com, 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 /




[flexcoders] Re: 3 questions

2009-07-10 Thread ag_rcuren
The ButtonBar allows you to specify 3 different styles:

mx:ButtonBar
 firstButtonStyleName=firstButton
 buttonStyleName=middleButton
 lastButtonStyleName=lastButton
 /


This lets you provide separate styles for both end buttons and the ones
in the middle

--- In flexcoders@yahoogroups.com, 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