you can have the varriable declaried in the parent app , and refer it with outerDocument.variable name google it ,there are plenty of examples. :-)
Dinukx On Thu, Nov 5, 2009 at 12:18 PM, Arindam Dhar <[email protected]> wrote: > Hi, > > I have a header renderer class(CompaniesHeaderRenderer) which extends > mx.controls.advancedDataGridClasses.Advanced DataGridHeaderRenderer, and use > it the following way, > > <mx:AdvancedDataGrid Column headerText=" Companies" dataField="Companies" > headerRenderer= "CompaniesHeader Renderer" /> > > I have declared a variable inside CompaniesHeaderRenderer class, which must > be set from outside. How do I populate this var from outside? Anyone knows > ? > > regards, > > Arindam > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

