Does any text get assigned to the label property? On Tue, Nov 29, 2016 at 1:10 PM, mark goldin <[email protected]> wrote:
> I am using the following code to have a text for a label:
> label="{resourceManager.getString('module_Alarms','CaseLibraryLabel')}"
>
> At the top of my mxml file I have this:
> <mx:Metadata>
> [ResourceBundle("module_Alarms")]
> </mx:Metadata>
>
> The key definitely is in there because on other screens I see the label.
> How can I trouble shoot this problem?
>
> Thanks
>
