Hi,
In a new project, I am required to create customizable UI using Flex. The 
application should allow each log-in user or customer to configure their own 
labels, messages and icons. I have two questions:

1) I plan to load different ResourceModule for each log-in user. For example, 
user1 will have user1Resource.swf loaded everytime he logs in into the 
applicatio. user2 will have user2Resource.swf. Is this a good approach? Is 
there any better way?

2) At run time, when a login user configures (through a UI) his/her own label 
for a FormItem and hits save, I need to update the UI immediately with the new 
label he/she entered. What would be a good solution for this? I looked at 
ResourceManger API, but could not find any way to update Resource bundle 
dynamically. Is there any way to update Resource bundle dynamically or is there 
a different way to do the task?

Thanks in advance,
Tung Chau

Reply via email to