RE: [flexcoders] How can i localize and internationalize a flex application

2010-03-24 Thread Robert Vollmar
Could you please send the compiler options which you have set in Flex Builder? From: Gordon Smith Sent: Wednesday, March 24, 2010 2:05 PM To: flexcoders@yahoogroups.com Cc: Robert Vollmar Subject: RE: [flexcoders] How can i localize and internationalize a flex application If these folders exist

Re: [flexcoders] Localization without SDK modification?

2009-02-20 Thread Robert Vollmar
Hello, The frameworks/flex-config.xml file contains this entry, which tells the compiler to look for a directory for the locale: path-elementlocale/{locale}/path-element First, you can remove this entry or create an empty frameworks/locale/Your_Locale directory to make the compiler happy. I

Re: [flexcoders] Re: Localization without SDK modification?

2009-02-20 Thread Robert Vollmar
the empty directory inside the installed Flex Builder SDK? That would still mean manually modifying the SDK, though just by adding an empty directory. Thanks, Borek --- In flexcoders@yahoogroups.com, Robert Vollmar rvoll...@... wrote: Hello, The frameworks/flex-config.xml file contains this entry

Re: [flexcoders] Location of FlightReservation samples?

2008-08-26 Thread Robert Vollmar
Hi, Hop up one level to: http://labs.adobe.com/wiki/index.php/Flex_3:Feature_Introductions Scroll down to the Runtime Localization section to find the download links. - Rob On 8/26/08 9:41 AM, ivo [EMAIL PROTECTED] wrote: Hey all, Where can I find the Flex samples FlightReservation and

Re: [flexcoders] embedding multiple locales

2008-06-25 Thread Robert Vollmar
The syntax is: -locale aa_AA bb_BB or -locale=aa_AA,bb_BB not -locale aa_AA,bb_BB - Rob On 6/25/08 11:14 AM, Jonathon Stierman [EMAIL PROTECTED] wrote: Has anyone tried compiling using multiple locales? According to the docs

Re: [flexcoders] Re: Compilation error when using localization

2008-02-12 Thread Robert Vollmar
Do you have chart resources for the fi_FI locale? On 2/12/08 1:28 AM, tuomas.glad [EMAIL PROTECTED] wrote: Nope, still got the error. --- In flexcoders@yahoogroups.com, robertvollmar [EMAIL PROTECTED] wrote: Hi, Does this info. help?

Re: [flexcoders] International date formatting

2008-01-02 Thread Robert Vollmar
No, Flex 3's runtime localization will not pick up this information from the OS. These things have to be defined in .properties files for the desired locales. - Rob On 1/2/08 2:43 PM, Vadim Melnik [EMAIL PROTECTED] wrote: Flex 3 has runtime localization. Out of curiosity question about

RE: [flexcoders] Flex 3 Beta 2 : Resource Bundle Problem

2007-10-25 Thread Robert Vollmar
You shouldn't need en_US. It looks like the properties files required by the framework (collections, containers, etc...) needed to be copied to your locale/nl directory. If you copy those, and translate them if you want, then the framework will have the resources it needs. -Original

RE: [flexcoders] How can I change the color of DataGrid header's bottom border?

2006-11-30 Thread Robert Vollmar
Hi Ben, The code below changes that bottom border. Is this what you're trying to do? I am sending along a screen shot. ?xml version=1.0 encoding=utf-8? mx:Application xmlns:mx=http://www.adobe.com/2006/mxml; layout=absolute mx:DataGrid height=400 borderColor=0xff

RE: [flexcoders] Re: Programmatic Skinning bug in Flex?

2006-09-14 Thread Robert Vollmar
Hello, I apologize if this is a duplicate message; my messages do not seem to be appearing on the Yahoo forum. A friend looked this over and he found what was going on: - GridBorders.as and GridBorders.mxml are both going to create a class called GridBorders, which is bad. The mxml one takes

RE: [flexcoders] TextArea scrollbar not showing at runtime

2006-08-08 Thread Robert Vollmar
Hello Mike, I am pasting some sample code below, and it seems to work ok as I click on the rows of the DataGrid. If this works for you, could you please send me your sample code and I'll take a look at how you're implementing it? By the way, if you send your code in a zip file, please