RE: [flexcoders] runtime localization
> keeping Flex and LCDS locale related swc on server SWCs are used only at compile time. Are you actually trying to load resource module SWFs? Gordon Smith Adobe Flex SDK Team From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Parag Metha Sent: Monday, July 21, 2008 9:13 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] runtime localization Hi All, I am working on runtime localization. I am using Flex 3 and LCDS 2.5. I have few resource bundles specific to application along with some resource bundles in Flex SDK and LCDS. When compile all resource bundles (specific to my app, Flex, LCDS) into a single swf/swc, the application is works properly even in runtime it is able to find all resource bundles. But, When compile only application specific resource bundles into a swf/swc and keeping Flex and LCDS locale related swc on server and try to run the application it is giving error; Error: Could not find resource bundle data At mx.resources::ResourceBundle$/getResourceBundle()[C:\Work\flex\sdk\frame works\projects\framework\src\mx\resources\ResourceBundle.as:143] at mx.data.utils::ResourceTranslator$cinit() at global$init()[C:\depot\flex\branches\enterprise_bridgeman\frameworks\mx\ data\utils\ResourceTranslator.as:30] at mx.data.utils::SerializationProxy$cinit() at global$init()[C:\depot\flex\branches\enterprise_bridgeman\frameworks\mx\ data\utils\SerializationProxy.as:51] at _RIA_FlexInit$/init() at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::d ocFrameHandler()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\manag ers\SystemManager.as:2324] I am looking for compiling only application specific resource bundle and want to use Flex and LCDS locale specific resource bundle as it is. Have any one came across such situation. Any help will be appreciated. Thanks in advance. Regards, Parag DISCLAIMER == This e-mail may contain privileged and confidential information which is the property of Persistent Systems Ltd. It is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you are not authorized to read, retain, copy, print, distribute or use this message. If you have received this communication in error, please notify the sender and delete all copies of this message. Persistent Systems Ltd. does not accept any liability for virus infected mails.
[flexcoders] runtime localization
Hi All, I am working on runtime localization. I am using Flex 3 and LCDS 2.5. I have few resource bundles specific to application along with some resource bundles in Flex SDK and LCDS. When compile all resource bundles (specific to my app, Flex, LCDS) into a single swf/swc, the application is works properly even in runtime it is able to find all resource bundles. But, When compile only application specific resource bundles into a swf/swc and keeping Flex and LCDS locale related swc on server and try to run the application it is giving error; Error: Could not find resource bundle data At mx.resources::ResourceBundle$/getResourceBundle()[C:\Work\flex\sdk\framework s\projects\framework\src\mx\resources\ResourceBundle.as:143] at mx.data.utils::ResourceTranslator$cinit() at global$init()[C:\depot\flex\branches\enterprise_bridgeman\frameworks\mx\data \utils\ResourceTranslator.as:30] at mx.data.utils::SerializationProxy$cinit() at global$init()[C:\depot\flex\branches\enterprise_bridgeman\frameworks\mx\data \utils\SerializationProxy.as:51] at _RIA_FlexInit$/init() at mx.managers::SystemManager/http://www.adobe.com/2006/flex/mx/internal::docFr ameHandler()[E:\dev\3.0.x\frameworks\projects\framework\src\mx\managers\Syst emManager.as:2324] I am looking for compiling only application specific resource bundle and want to use Flex and LCDS locale specific resource bundle as it is. Have any one came across such situation. Any help will be appreciated. Thanks in advance. Regards, Parag DISCLAIMER == This e-mail may contain privileged and confidential information which is the property of Persistent Systems Ltd. It is intended only for the use of the individual or entity to which it is addressed. If you are not the intended recipient, you are not authorized to read, retain, copy, print, distribute or use this message. If you have received this communication in error, please notify the sender and delete all copies of this message. Persistent Systems Ltd. does not accept any liability for virus infected mails.
Re: [flexcoders] runtime localization
Runtime localization, shouldn't it be easy to do with modules? I have not really worked on Localization stuff after I left Macromedia (Adobe), things must have changed a lot. What I remember, all resources were compiled in .swc files... I guess, we can use modules to load resources based on locale? Might be totally wrong though.. -abdul On 1/25/07, João Fernandes <[EMAIL PROTECTED]> wrote: Hi there, since we got runtime CSS with the update, couldn't we get runtime Localization for flex 2.0.2 ? João Fernandes
[flexcoders] runtime localization
Hi there, since we got runtime CSS with the update, couldn't we get runtime Localization for flex 2.0.2 ? João Fernandes