[flexcoders] Re: Draw colored shape

2008-07-01 Thread markgoldin_2000
, color,dataIndex) ; } } } # # - Original Message From: markgoldin_2000 markgoldin_ 2000@ To: [EMAIL PROTECTED] ups.com Sent: Monday, June 30, 2008 2:21:52 PM Subject: [flexcoders] Re: Draw colored shape Here is my

Re: [flexcoders] Re: Draw colored shape

2008-07-01 Thread Enjoy Jake
Yes. And the example I provided most recently should do that for you. - Original Message From: markgoldin_2000 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, July 1, 2008 4:47:44 AM Subject: [flexcoders] Re: Draw colored shape Yes, it will show row background

[flexcoders] Re: Draw colored shape

2008-07-01 Thread markgoldin_2000
: markgoldin_2000 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Tuesday, July 1, 2008 4:47:44 AM Subject: [flexcoders] Re: Draw colored shape Yes, it will show row background, but, .. no column background anymore. So, it's the same as not to have column background in the first place

[flexcoders] Re: Draw colored shape

2008-06-30 Thread markgoldin_2000
Alex, I am trying to create a solution that will allow me to change rows colors from external to a dataGrid events. For example, from a contextMenu or from a click of a button. What would you suggest? If drawRowBackground it is then how do I execute it on demand? --- In

Re: [flexcoders] Re: Draw colored shape

2008-06-30 Thread Enjoy Jake
: Monday, June 30, 2008 1:38:24 PM Subject: [flexcoders] Re: Draw colored shape Alex, I am trying to create a solution that will allow me to change rows colors from external to a dataGrid events. For example, from a contextMenu or from a click of a button. What would you suggest

[flexcoders] Re: Draw colored shape

2008-06-30 Thread markgoldin_2000
: [flexcoders] Re: Draw colored shape Alex, I am trying to create a solution that will allow me to change rows colors from external to a dataGrid events. For example, from a contextMenu or from a click of a button. What would you suggest? If drawRowBackground it is then how do I execute

Re: [flexcoders] Re: Draw colored shape

2008-06-30 Thread Enjoy Jake
Message From: markgoldin_2000 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, June 30, 2008 1:52:10 PM Subject: [flexcoders] Re: Draw colored shape I am familiar with this article (or so I think). But I need to be able to change rows colors from external to DG events

RE: [flexcoders] Re: Draw colored shape

2008-06-30 Thread Alex Harui
Subject: [flexcoders] Re: Draw colored shape Alex, I am trying to create a solution that will allow me to change rows colors from external to a dataGrid events. For example, from a contextMenu or from a click of a button. What would you suggest? If drawRowBackground it is then how do I execute

[flexcoders] Re: Draw colored shape

2008-06-30 Thread markgoldin_2000
. From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of markgoldin_2000 Sent: Monday, June 30, 2008 1:38 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Draw colored shape Alex, I am trying to create a solution that will allow me to change rows colors

Re: [flexcoders] Re: Draw colored shape

2008-06-30 Thread Enjoy Jake
. _ _ __ From: [EMAIL PROTECTED] ups.com [mailto:[EMAIL PROTECTED] ups.com] On Behalf Of markgoldin_2000 Sent: Monday, June 30, 2008 1:38 PM To: [EMAIL PROTECTED] ups.com Subject: [flexcoders] Re: Draw colored shape Alex, I am trying to create a solution that will allow

[flexcoders] Re: Draw colored shape

2008-06-30 Thread markgoldin_2000
); } } } ## - Original Message From: markgoldin_2000 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, June 30, 2008 2:21:52 PM Subject: [flexcoders] Re: Draw colored shape Here is my code: //show data dataProvider = xmlTrainBlocksCars; // highlight west receiving

Re: [flexcoders] Re: Draw colored shape

2008-06-30 Thread Enjoy Jake
: markgoldin_2000 [EMAIL PROTECTED] To: flexcoders@yahoogroups.com Sent: Monday, June 30, 2008 3:24:07 PM Subject: [flexcoders] Re: Draw colored shape I think I know why it's not working for me. I am setting up backgrould colors for all columns: dgc.setStyle( backgroundColor , someColor