I belive making a variable bindable is good practice since a static variable goes n sits in the STACK so even if u dont need its there its not garbage collected
On Wed, Mar 4, 2009 at 4:18 PM, sudhi <[email protected]> wrote: > > Dear Gerald, > > I think instead of making it [Bindable] you can make it a static > variable of that class. > > From all the places you can change the value of that static variable. > and you dont need to have an instance of that class to refer to that > static variable > > If you make a variable Bindable then the assignments to that variable > will be reflected in the other places where you have used it. > Dont know if that will help your cause > > Regards > Sudhi > > > -- ----------------------------- Regards, HISSAM, ------------------------------ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

