Hi Jeroen, How are you creating the component? Are you using actionscript to create it? If yes, can you paste the code here?
Generally when you instantiate a component, it should start accepting the data. And you can do addChild whenever you want. I think there could be something typical in the way you are creating the component. Regards, Venkat www.venkatv.com On Fri, Oct 17, 2008 at 7:13 AM, Varun Shetty <[EMAIL PROTECTED]> wrote: > make getters and setters for the variables that you want to pass value to. > > setting values through get/set works and not plain public variables. > > regards, > Varun Shetty > > > On Thu, Oct 16, 2008 at 4:36 PM, jeroen <[EMAIL PROTECTED]> wrote: > >> >> Yes i understand that for the first component that is completed , but >> how do I fire it off to components that have not been created yet... >> >> Can I force them to be created? >> >> On Oct 16, 4:31 pm, HISSAM <[EMAIL PROTECTED]> wrote: >> > use creationcomplete event >> > >> > On Thu, Oct 16, 2008 at 6:47 PM, jeroen <[EMAIL PROTECTED]> wrote: >> > >> > > I am trying to pass data to a component that has not been loaded..only >> > > once you press a button does it get loaded...problem is that the data >> > > doesn't get passed to that component... >> > >> > > How to I initialize a component from the onset so that it can accept >> > > data? >> > >> > -- >> > ----------------------------- >> > Warm Regards, >> > HISSAM, >> > Soft Engg, >> > iThinkLabs Pvt Ltd. >> > India. >> > website:http://www.ithink-labs.com >> > http://www.yureekah.com >> > ------------------------------ >> >> > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/flex_india?hl=en -~----------~----~----~----~------~----~------~--~---

