[flexcoders] Re: language switch on mac does not work?

2009-11-23 Thread seanmcmonahan
I'd start by ensuring you have the Greek framework resources setup for Flex 
(see: 
http://labs.adobe.com/wiki/index.php/Flex_3:Feature_Introductions:_Runtime_Localization#Huh.3F_French_framework_resources.3F).
  It's possible that pasting works because you are pasting in UTF-8 characters 
but typing won't because Flex expects the locale to be whatever it was when you 
started the app.

I used the linked article to setup a localized app (in English, French and 
German so far) and it was an invaluable resource.

Also, the Mac equivalent of Windows' Alt-Shift is Option-Shift.  In AIR the key 
code is the same: Keyboard.ALTERNATE.

--- In flexcoders@yahoogroups.com, Fotis Chatzinikos fotis.chatzini...@... 
wrote:

 To clarify a bit more I am interested in ALT-SHIFTing (in windows - what is
 needed on a Mac) into a different language than the default. Foe example
 from English to Greek, German, or any other 2nd, 3rd ... language.
 
 If i copy and paste Greek text into a text box this works.. But typing
 directly via the keyboard the character set remains English (even though the
 browser shows Greek as the input...)
 
 Anybody from Adobe can throw some light?
 
 TIA,
 Fotis
 
 On Mon, Nov 23, 2009 at 3:02 PM, fotis.chatzinikos 
 fotis.chatzini...@... wrote:
 
 
 
  Hello all,
 
  I have tried to google this but I do not seem to find anything...
 
  Anyone knows if this is a known bug? Is there a solution?
 
  TIA,
  Fotis
 
   
 





Re: [flexcoders] Re: language switch on mac does not work?

2009-11-23 Thread Fotis Chatzinikos
Thanks for the link, i will have a look and let people know if i get it to
work...

I have a hunch that it might not apply in my case because all localization
is server side.. but you never know..

Thanks again,
Fotis
On Mon, Nov 23, 2009 at 9:10 PM, seanmcmonahan s...@seanmonahan.org wrote:



 I'd start by ensuring you have the Greek framework resources setup for Flex
 (see:
 http://labs.adobe.com/wiki/index.php/Flex_3:Feature_Introductions:_Runtime_Localization#Huh.3F_French_framework_resources.3F).
 It's possible that pasting works because you are pasting in UTF-8 characters
 but typing won't because Flex expects the locale to be whatever it was when
 you started the app.

 I used the linked article to setup a localized app (in English, French and
 German so far) and it was an invaluable resource.

 Also, the Mac equivalent of Windows' Alt-Shift is Option-Shift. In AIR the
 key code is the same: Keyboard.ALTERNATE.


 --- In flexcoders@yahoogroups.com flexcoders%40yahoogroups.com, Fotis
 Chatzinikos fotis.chatzini...@... wrote:
 
  To clarify a bit more I am interested in ALT-SHIFTing (in windows - what
 is
  needed on a Mac) into a different language than the default. Foe example
  from English to Greek, German, or any other 2nd, 3rd ... language.
 
  If i copy and paste Greek text into a text box this works.. But typing
  directly via the keyboard the character set remains English (even though
 the
  browser shows Greek as the input...)
 
  Anybody from Adobe can throw some light?
 
  TIA,
  Fotis
 
  On Mon, Nov 23, 2009 at 3:02 PM, fotis.chatzinikos 
  fotis.chatzini...@... wrote:
 
  
  
   Hello all,
  
   I have tried to google this but I do not seem to find anything...
  
   Anyone knows if this is a known bug? Is there a solution?
  
   TIA,
   Fotis