You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flex.apache.org by "Denis Kokorin (JIRA)" <ji...@apache.org> on 2014/10/23 12:51:34 UTC

[jira] [Created] (FLEX-34622) IResourceManager.localeChain is not bindable

Denis Kokorin created FLEX-34622:
------------------------------------

             Summary: IResourceManager.localeChain is not bindable
                 Key: FLEX-34622
                 URL: https://issues.apache.org/jira/browse/FLEX-34622
             Project: Apache Flex
          Issue Type: Bug
          Components: Runtime Localization
    Affects Versions: Apache Flex 4.11.0
            Reporter: Denis Kokorin
            Priority: Trivial


In IResourceManager there is several bindable functions. But direct binding to localeChaing property is not possible. \[Bindable("change")\] will fix that.

Workaround: copy IResourceManager to your project and add metadata:
{code}
[Bindable("change")]
function get localeChain():Array /* of String */;
{code}





--
This message was sent by Atlassian JIRA
(v6.3.4#6332)