RE: [flexcoders] Updating Static vars

2010-05-11 Thread Gordon Smith
Is is possible to update all the variables that are affected by a change to the affiliate? If you make them static getters rather than static vars, they can return something different every time you access them. Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com

Re: [flexcoders] Updating Static vars

2010-05-10 Thread Oleg Sivokon
I'd consider doing something like this: public static const PHONES:XML = phones contact n=1234567890/ affiliate n=0987654321/ /phones; Les writing, less processing and you can even let the bookkeeper do the work (instead of having the XML coded in the file, you could embed it for