You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@flex.apache.org by mark goldin <ma...@gmail.com> on 2016/11/29 21:10:10 UTC

Trouble shooting Resources

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

Re: Trouble shooting Resources

Posted by mark goldin <ma...@gmail.com>.
Well, after clearing cache it worked. Thanks for the help.

On Wed, Nov 30, 2016 at 11:47 AM mark goldin <ma...@gmail.com> wrote:

> Previously existing keys are working fine. Might be a cache issue. Will
> clear it and try again.
>
> On Wed, Nov 30, 2016 at 11:44 AM Clint M <cm...@gmail.com> wrote:
>
> what get's assigned
>
> On Wed, Nov 30, 2016 at 9:36 AM, mark goldin <ma...@gmail.com>
> wrote:
>
> > Yes, it does.
> >
> > On Wed, Nov 30, 2016 at 10:33 AM Clint M <cm...@gmail.com> wrote:
> >
> > > Does any text get assigned to the label property?
> > >
> > > On Tue, Nov 29, 2016 at 1:10 PM, mark goldin <ma...@gmail.com>
> > > 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
> > > >
> > >
> >
>
>

Re: Trouble shooting Resources

Posted by mark goldin <ma...@gmail.com>.
Previously existing keys are working fine. Might be a cache issue. Will
clear it and try again.

On Wed, Nov 30, 2016 at 11:44 AM Clint M <cm...@gmail.com> wrote:

> what get's assigned
>
> On Wed, Nov 30, 2016 at 9:36 AM, mark goldin <ma...@gmail.com>
> wrote:
>
> > Yes, it does.
> >
> > On Wed, Nov 30, 2016 at 10:33 AM Clint M <cm...@gmail.com> wrote:
> >
> > > Does any text get assigned to the label property?
> > >
> > > On Tue, Nov 29, 2016 at 1:10 PM, mark goldin <ma...@gmail.com>
> > > 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
> > > >
> > >
> >
>

Re: Trouble shooting Resources

Posted by Clint M <cm...@gmail.com>.
what get's assigned

On Wed, Nov 30, 2016 at 9:36 AM, mark goldin <ma...@gmail.com> wrote:

> Yes, it does.
>
> On Wed, Nov 30, 2016 at 10:33 AM Clint M <cm...@gmail.com> wrote:
>
> > Does any text get assigned to the label property?
> >
> > On Tue, Nov 29, 2016 at 1:10 PM, mark goldin <ma...@gmail.com>
> > 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
> > >
> >
>

Re: Trouble shooting Resources

Posted by mark goldin <ma...@gmail.com>.
Yes, it does.

On Wed, Nov 30, 2016 at 10:33 AM Clint M <cm...@gmail.com> wrote:

> Does any text get assigned to the label property?
>
> On Tue, Nov 29, 2016 at 1:10 PM, mark goldin <ma...@gmail.com>
> 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
> >
>

Re: Trouble shooting Resources

Posted by Clint M <cm...@gmail.com>.
Does any text get assigned to the label property?

On Tue, Nov 29, 2016 at 1:10 PM, mark goldin <ma...@gmail.com> 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
>