label's displayedmnemonic attribute is not localized

View: New views
5 Messages — Rating Filter:   Alert me  

label's displayedmnemonic attribute is not localized

by Carlsbad Cubes mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,

this line added to Parser.<clinit> would fix the subj.

    LOCALIZED_ATTRIBUTES.add("displayedmnemonic");

By the way, this led me to the question - why not just make all
attributes localized?

Vitali

_______________________________________________
Forum mailing list
Forum@...
http://carlsbadcubes.com/mailman/listinfo/forum_carlsbadcubes.com

Re: label's displayedmnemonic attribute is not localized

by Carlsbad Cubes mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I have just realized that as a workaround this can be fixed without
swixml's sources modification.
I can also call it from my application like:

    Parser.LOCALIZED_ATTRIBUTES.add("displayedmnemonic");

Regards,

Vitali

2005/9/1, Vitali Kiruta <kiruta@...>:

> Hi,
>
> this line added to Parser.<clinit> would fix the subj.
>
>     LOCALIZED_ATTRIBUTES.add("displayedmnemonic");
>
> By the way, this led me to the question - why not just make all
> attributes localized?
>
> Vitali
>

_______________________________________________
Forum mailing list
Forum@...
http://carlsbadcubes.com/mailman/listinfo/forum_carlsbadcubes.com

Re: label's displayedmnemonic attribute is not localized

by Carlsbad Cubes mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message



List for Users of Carlsbad Cubes' Technologies and Products <Forum@...> schrieb am 01.09.05 20:02:23:
>
> I have just realized that as a workaround this can be fixed without
> swixml's sources modification.
> I can also call it from my application like:
>
>     Parser.LOCALIZED_ATTRIBUTES.add("displayedmnemonic");

Sure you can. I thought you would like to have it as permanent fix? But what puzzles me: Whats wrong with the default displayed mnemonics?

Yours,

Frank

>
> Regards,
>
> Vitali
>
> 2005/9/1, Vitali Kiruta <kiruta@...>:
> > Hi,
> >
> > this line added to Parser.<clinit> would fix the subj.
> >
> >     LOCALIZED_ATTRIBUTES.add("displayedmnemonic");
> >
> > By the way, this led me to the question - why not just make all
> > attributes localized?
> >
> > Vitali
> >
>
> _______________________________________________
> Forum mailing list
> Forum@...
> http://carlsbadcubes.com/mailman/listinfo/forum_carlsbadcubes.com



_______________________________________________
Forum mailing list
Forum@...
http://carlsbadcubes.com/mailman/listinfo/forum_carlsbadcubes.com

Re: label's displayedmnemonic attribute is not localized

by Carlsbad Cubes mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

> > I have just realized that as a workaround this can be fixed without
> > swixml's sources modification.
> > I can also call it from my application like:
> >
> >     Parser.LOCALIZED_ATTRIBUTES.add("displayedmnemonic");
>
> Sure you can. I thought you would like to have it as permanent fix?

   Of course permanent fix is preferable.

   However this possibility could be useful in different situation.
Imagine I have a custom
   gui component with custom attributes. Then this way I can specify
which attributes must be localized.
   
> But what puzzles me: Whats wrong with the default displayed mnemonics?
>
   What do you mean by "default mnemonics"?

Regards,
Vitali

_______________________________________________
Forum mailing list
Forum@...
http://carlsbadcubes.com/mailman/listinfo/forum_carlsbadcubes.com

Re: label's displayedmnemonic attribute is not localized

by Carlsbad Cubes mailing list :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

List for Users of Carlsbad Cubes' Technologies and Products wrote:
>    
>
>>But what puzzles me: Whats wrong with the default displayed mnemonics?
>>
>
>    What do you mean by "default mnemonics"?

Forget the question Vitali, my mistake.

Greetings from Berlin,

Frank
>
> Regards,
> Vitali
>
> _______________________________________________
> Forum mailing list
> Forum@...
> http://carlsbadcubes.com/mailman/listinfo/forum_carlsbadcubes.com
>


_______________________________________________
Forum mailing list
Forum@...
http://carlsbadcubes.com/mailman/listinfo/forum_carlsbadcubes.com