I tried initialize() but this gives a error....
After some debugging I found out that the static variable are available on creationComplete....what I need to do is create a eventlistener to listen to the fuction which contains the dynamic variables... I cant seem to get it right to listen to changes made in a fuction On Oct 17, 8:07 am, "subeesh a" <[EMAIL PROTECTED]> wrote: > You can use the initialize() method of the component . If obj is your > component, > > call obj.initialize() before passing the data > > 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? > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

