Re: [flexcoders] Bindable variables and modules

2008-10-09 Thread Haykel BEN JEMIA
The application and the module are different objects, you can't access the variables of one object from the other one without referencing the first one some how! It's better to use the ResourceManager to handle the different languages. When you get the strings from the db, just set them in the

[flexcoders] Bindable variables and modules

2008-10-09 Thread Deniz Davutoglu
Hi,As I yesterday mentioned we started some app to write in flex+amfphp one thing that we need to do is to seperate appliacation in modules. As this application needs to be multilingual I got all content from database in one ArrayCollection and Bind every part with rigth object. but here some