thunder
05-09-2010, 09:05 AM
I have some external resource bundles saved in $IA_PROJECT_DIR$\mylocales\custom_en, and all strings in that files declared with _ia.MYSTR.Intro=XXXXXX.
I use caProxy.getValue(" _ia.MYSTR.Intro") to load those strings then use caProxy.setValue methord to set strings into my custom panel.
it works well on IA2009, but after I update my project to IA2010, all strings can't displayed on custom panel and other place.
I have tried to rename my resouce bundle file to custom_en.properties and added into Project>Locales>External Resource Bundle Settings with "Preserve layout of the locale files". but all strings can't load form my external resource bundles, why this happend?
Any suggestions?
Thanks,
Thunder.
I use caProxy.getValue(" _ia.MYSTR.Intro") to load those strings then use caProxy.setValue methord to set strings into my custom panel.
it works well on IA2009, but after I update my project to IA2010, all strings can't displayed on custom panel and other place.
I have tried to rename my resouce bundle file to custom_en.properties and added into Project>Locales>External Resource Bundle Settings with "Preserve layout of the locale files". but all strings can't load form my external resource bundles, why this happend?
Any suggestions?
Thanks,
Thunder.