created issue : https://github.com/apache/royale-asjs/issues/797
3.04.2020 20:35 tarihinde serkan yazdı:
Hi Alex (or anybody interested in),
While using resource from locale, form layout behaves strange.
Here is the example, for the source :
<mx:FormItem id="id_userName" label="Kullanici Adi">
<s:TextInput id="userName"/>
</mx:FormItem>
display is :
when change to :
<mx:FormItem id="id_userName"
label="{resourceManager.getString('messages', 'userName')}">
<s:TextInput id="userName"/>
</mx:FormItem>
display is :
Thanks,
Serkan