[flexcoders] Re: passing parameters to components

2008-04-24 Thread markgoldin_2000
Subject: [flexcoders] Re: passing parameters to components Alright, I see. But a bit more detail. 1. Create the internal components in an override of createChildren () In the main container, HBox, right? 2. Write a setter for the data Isn't it supposed to be on internal dataGrid class

[flexcoders] Re: passing parameters to components

2008-04-24 Thread Kevin
: [flexcoders] passing parameters to components I am wondering why this is weird? Could there be a case where someone wanted to have a write-only property? I agree that it is pretty uncommon, but I am wondering if it problematic from an architecture standpoint? - Kevin On Apr

[flexcoders] Re: passing parameters to components

2008-04-23 Thread markgoldin_2000
Speaking about Communicating between Components. In reality everything is custom, specifically custom renderers. What I have been having problem with is to how to populate properties of a custom component and how to execute its methods before the component is added to a parent container,

RE: [flexcoders] Re: passing parameters to components

2008-04-23 Thread Gordon Smith
] Re: passing parameters to components Speaking about Communicating between Components. In reality everything is custom, specifically custom renderers. What I have been having problem with is to how to populate properties of a custom component and how to execute its methods before the component

[flexcoders] Re: passing parameters to components

2008-04-23 Thread markgoldin_2000
, April 23, 2008 5:28 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: passing parameters to components Speaking about Communicating between Components. In reality everything is custom, specifically custom renderers. What I have been having problem with is to how to populate

RE: [flexcoders] Re: passing parameters to components

2008-04-23 Thread Gordon Smith
mailto:flexcoders%40yahoogroups.com [mailto:flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com ] On Behalf Of markgoldin_2000 Sent: Wednesday, April 23, 2008 5:28 AM To: flexcoders@yahoogroups.com mailto:flexcoders%40yahoogroups.com Subject: [flexcoders] Re: passing parameters to components

[flexcoders] Re: passing parameters to components

2008-04-23 Thread markgoldin_2000
: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of markgoldin_2000 Sent: Wednesday, April 23, 2008 1:43 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: passing parameters to components What I am trying to do is bit different. I am trying to build a dataGrid with one

RE: [flexcoders] Re: passing parameters to components

2008-04-23 Thread Gordon Smith
:[EMAIL PROTECTED] On Behalf Of markgoldin_2000 Sent: Wednesday, April 23, 2008 1:56 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: passing parameters to components That's is going to be my next step. Loop thru my data and add canvas from left to right. --- In flexcoders

[flexcoders] Re: passing parameters to components

2008-04-23 Thread markgoldin_2000
, 2008 1:56 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: passing parameters to components That's is going to be my next step. Loop thru my data and add canvas from left to right. --- In flexcoders@yahoogroups.com mailto:flexcoders% 40yahoogroups.com , Gordon Smith

RE: [flexcoders] Re: passing parameters to components

2008-04-23 Thread Gordon Smith
Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of markgoldin_2000 Sent: Wednesday, April 23, 2008 2:28 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: passing parameters to components Alright, I see