Re: [flexcoders] Flex 2 - setting the color of a DataGrid row

2005-11-14 Thread Sandip Patil



If you want to give alternate row color to datagrid rowsalternatingRowColors="[0xff,0x66CCFF]" insert this in your mx:DataGrid tag.solgraphics [EMAIL PROTECTED] wrote:  I am trying to set the color of a DataGrid row usingdg.setPropertiesAt(1, {0x00} );and I am having no luck. Did this change with Flex 2?  SPONSORED LINKS Web site design development   Computer software development   Software design and development Macromedia flex   Software development best practice   
		 Yahoo! FareChase - Search multiple travel sites in one click.

 

 





--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com








  
  
SPONSORED LINKS
  
  
  

Web site design development
  
  
Computer software development
  
  
Software design and development
  
  


Macromedia flex
  
  
Software development best practice
  

   
  







  
  
  YAHOO! GROUPS LINKS



  Visit your group "flexcoders" on the web.
  To unsubscribe from this group, send an email to:[EMAIL PROTECTED]
  Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.



  









[flexcoders] Flex 2 - setting the color of a DataGrid row

2005-11-11 Thread solgraphics
I am trying to set the color of a DataGrid row using
dg.setPropertiesAt(1, {0x00} );
and I am having no luck. Did this change with Flex 2?





 Yahoo! Groups Sponsor ~-- 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
 




Re: [flexcoders] Flex 2 - setting the color of a DataGrid row

2005-11-11 Thread Aldo Bucchi
I don't know about the API call being valid or not, but the statement
itself is incorrect:

{0x00} is not a valid Object Literal, it should be in the following format:

{myProp:0x00}

best,
aldo



On 11/11/05, solgraphics [EMAIL PROTECTED] wrote:
 I am trying to set the color of a DataGrid row using
 dg.setPropertiesAt(1, {0x00} );
 and I am having no luck. Did this change with Flex 2?






 --
 Flexcoders Mailing List
 FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
 Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com
 Yahoo! Groups Links









--
: Aldo Bucchi :
mobile (56) 8 429 8300


 Yahoo! Groups Sponsor ~-- 
Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life.
http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM
~- 

--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com 
Yahoo! Groups Links

* To visit your group on the web, go to:
http://groups.yahoo.com/group/flexcoders/

* To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]

* Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/