Re: [flexcoders] Scriptable data binding

2007-04-04 Thread Janis Radins
I'm talking about enabling runtime language switching. Like whenever i need to change language I call server side method which return all captions in requested language. Probably that is causing too much mess, requiring restart of application after language switch isn't too much asked. 04 Apr 200

Re: [flexcoders] Scriptable data binding

2007-04-04 Thread Tom Chiverton
On Wednesday 04 Apr 2007, Janis Radins wrote: > Array({id:1, caption:"aa"}, {id:2, caption:"bb"}) afterwards I'd like to be > able to make lets say button to have it's label from that object like > Button.label = Dictionary.getLableById(1) > So far everything is good except that I don't see any way

[flexcoders] Scriptable data binding

2007-04-03 Thread Janis Radins
Hello people! I was wondering if anyone has idea how to set up binding of custom values. I'm building app here, for which I would like to be able to import all captions from data base in order to enable multi language environment. Therefor i might receive array of captions from data base in form