Re: Apache Flex 4.12 RC1

2014-02-13 Thread Tom Chiverton
On 13/02/2014 04:38, Alex Harui wrote: TomChi said he'd do it. He usually does his emails on the dev list while I'm sleeping. If he hasn't done it or given an eta by the time I get going tomorrow I'll do it. I'll try to make sure it is done before I think you usually get started. I've built ou

Re: [Installer] Localization assistance needed

2014-02-13 Thread Erik de Bruin
nl_NL: flex-utilities/installer/src/properties: OK flex-sdk/installer.properties: committed last bits of translated text to repo flex-sdk/apache-flex-sdk-installer-config.xml: OK EdB On Wed, Feb 12, 2014 at 9:29 AM, Justin Mclean wrote: > Hi, > > > In the new Installer, I've externalized the

RE: [Installer] Localization assistance needed

2014-02-13 Thread Maurice Amsellem
Fr_FR: flex-sdk\apache-flex-sdk-installer-config.xml : completed, OK D:\ApacheFlex\git_source\flex-sdk\installer.properties\fr_FR.properties: OK En_US: D:\ApacheFlex\git_source\flex-sdk\installer.properties\en_US.properties: minor fixes Maurice -Message d'origine- De : Erik de Bruin

Re: [Installer] Localization assistance needed

2014-02-13 Thread 윤도선
Hi, It's good news ;) I can make ko_KR locale for Korean. see you soon. Thanks 2014-02-12 17:47 GMT+09:00 Justin Mclean : > Hi, > > Currently the SDK supports these locales: > da_DK el_GR en_GB fi_FI it_IT nb_NO > pt_PT zh_CN > de_CH en_AU en_US

Improving @Resource MXML directive

2014-02-13 Thread Cosma Colanicchia
Just a random thought: I never used the @Resource directive, because it does not allow locale change at runtime, so I end up in lots of ugly text=“{resourceManager.getString(‘myBundleName’, ‘my.resource.name’)}” that does not help code readability. Maybe we could improve it? I’ll just throw some i

Re: [Installer] Localization assistance needed

2014-02-13 Thread Alex Harui
That would be great! As you can see from others changes there are three files: In the flex-sdk repo: editapache-flex-sdk-installer-config.xml add installer.properties/ko_KR.properties In the flex-utilties repo: Add installer/src/properties/ko_KR.properties There is a utility call

Fwd: Rendering Spark Datagroup

2014-02-13 Thread Oleg Konovalov
Hi, I am trying to create Spark custom component which represents a table row which includes TextInputs, DropDownList and CheckBox, that is to Add/Edit/Delete data (rows) to DB. I am pretty new to component development, looking at somebody else's code who did something similar (kind of re

Re: Improving @Resource MXML directive

2014-02-13 Thread Alex Harui
I would think the most efficient mechanism for supporting runtime locale changes would be to create a data class around the resourceManager something like this: Class ResourceModel extends EventDispatcher { Private var _myResourceName:String; [Bindable("localeChanged")] Pu

Re: Pepperflash and PopUpMananger

2014-02-13 Thread Jake Churchill
Alex, I ended up going through the framework code and monkey patching together a solution for this chrome bug. I will leave it to you and more experienced people to determine if it's correct or can be implemented in the framework or if it should be left and eventually fixed by chromium people. I

Re: Pepperflash and PopUpMananger

2014-02-13 Thread Jake Churchill
Yes, setting that style is the simplest workaround. It just doesn't get you the blurred affect for the modal overlay, however it accomplishes what I suspect most people are wanting. I'm not sure if changes to the framework are necessary either, but as I said, if any were made, I'd add that visibi

Re: Pepperflash and PopUpMananger

2014-02-13 Thread Alex Harui
So can folks set modalTransparencyDuration to 0 as the simplest workaround? Seems like you should add that info the the Chrome bugs you linked to yesterday. Feel free to open a JIRA issue in our bug base. We might just close it as external, but at least it will document your findings. I'm not q

Re: Apache Flex 4.12 RC1

2014-02-13 Thread Sean Thayne
Just a heads up on Pootle. I know it creates .properties files. I use it for my own projects. The biggest pitfall I ran into was hooking it up to mysql. I missed setting the db type to utf8_bin, and it took me hours of debugging to find that was the problem. Other than that one caveat, it was a eas

Re: [Installer] Version UI for other packages

2014-02-13 Thread OmPrakash Muppirala
On Mon, Feb 10, 2014 at 3:20 PM, OmPrakash Muppirala wrote: > It should be pretty straightforward add the string "JS" after "flex" when > FlexJS is selected. Hi, > >> >> I just added the two logos - flexjs and flex falcon. You can see them here: https://git-wip-us.apache.org/repos/asf?p=flex-u

Re: [Installer] Version UI for other packages

2014-02-13 Thread Alex Harui
Excellent. I'll find a way to switch between them and then start prepping an RC. -Alex On 2/13/14 12:14 PM, "OmPrakash Muppirala" wrote: >On Mon, Feb 10, 2014 at 3:20 PM, OmPrakash Muppirala >wrote: > >> It should be pretty straightforward add the string "JS" after "flex" >>when >> FlexJS is s

Re: [Installer] Version UI for other packages

2014-02-13 Thread OmPrakash Muppirala
On Thu, Feb 13, 2014 at 12:24 PM, Alex Harui wrote: > Excellent. I'll find a way to switch between them and then start prepping > an RC. > > Cool. I will give a shot at getting the tracking to differentiate between flex, flexjs and falcon in the meantime. Thanks, Om > -Alex > > On 2/13/14 12

Re: [Installer] Version UI for other packages

2014-02-13 Thread Alex Harui
Oh yeah, should we do that before an installer RC? -Alex On 2/13/14 12:26 PM, "OmPrakash Muppirala" wrote: >On Thu, Feb 13, 2014 at 12:24 PM, Alex Harui wrote: > >> Excellent. I'll find a way to switch between them and then start >>prepping >> an RC. >> >> >Cool. I will give a shot at gettin

Re: [Installer] Version UI for other packages

2014-02-13 Thread OmPrakash Muppirala
On Thu, Feb 13, 2014 at 12:31 PM, Alex Harui wrote: > Oh yeah, should we do that before an installer RC? > > Would be good to have that in the first RC. What if that becomes the golden one? ;-) Give me a few hours. Thanks, Om > -Alex > > On 2/13/14 12:26 PM, "OmPrakash Muppirala" wrote: > >

Re: Pepperflash and PopUpMananger

2014-02-13 Thread Jake Churchill
I've left comments on the 2 chromium bugs with the workaround and created this ticket in JIRA: https://issues.apache.org/jira/browse/FLEX-34085 Let me know if there's anything else you'd like me to do with this. Thanks! -Jake On Thu, Feb 13, 2014 at 1:22 PM, Jake Churchill wrote: > Yes, set

Re: [Installer] Version UI for other packages

2014-02-13 Thread OmPrakash Muppirala
On Thu, Feb 13, 2014 at 12:34 PM, OmPrakash Muppirala wrote: > On Thu, Feb 13, 2014 at 12:31 PM, Alex Harui wrote: > >> Oh yeah, should we do that before an installer RC? >> >> > Would be good to have that in the first RC. What if that becomes the > golden one? ;-) > Give me a few hours. > > Don

Re: Pepperflash and PopUpMananger

2014-02-13 Thread Sean Thayne
Good job Jake -Sean Thayne On Thu, Feb 13, 2014 at 2:03 PM, Jake Churchill wrote: > I've left comments on the 2 chromium bugs with the workaround and created > this ticket in JIRA: > > https://issues.apache.org/jira/browse/FLEX-34085 > > Let me know if there's anything else you'd like me to do

Re: [Installer] Version UI for other packages

2014-02-13 Thread Alex Harui
On 2/13/14 1:18 PM, "OmPrakash Muppirala" wrote: >On Thu, Feb 13, 2014 at 12:34 PM, OmPrakash Muppirala >wrote: > >> On Thu, Feb 13, 2014 at 12:31 PM, Alex Harui wrote: >> >>> Oh yeah, should we do that before an installer RC? >>> >>> >> Would be good to have that in the first RC. What if tha

Re: [Installer] Version UI for other packages

2014-02-13 Thread Alex Harui
I can cut an Installer RC this evening or maybe tomorrow (I'll have a Windows and Mac then as well). I'll need the production key. Please send it to me off-list. Thanks -Alex On 2/13/14 2:50 PM, "Alex Harui" wrote: > > >On 2/13/14 1:18 PM, "OmPrakash Muppirala" wrote: > >>On Thu, Feb 13, 201

Re: [Installer] Localization assistance needed

2014-02-13 Thread Alex Harui
Excellent. Thanks. I forgot to point out that 4 strings are in the flex-utilities/installer/src/properties/en_US.properties file that don't seem to be in the other properties files. I added the last 3, but the first one didn't seem to get propagated whenever it was added. They are: INFO_SELECT

Re: [Installer] Version UI for other packages

2014-02-13 Thread OmPrakash Muppirala
I've done a FlexJS and an SDK install. Hopefully they show up in the > analytics > > I dont see them. Not sure what's happening. When I try to run the app (built from code), I dont see FlexJS as one of the options. I can see that the Installer does indeed load the config file from: http://flex

Re: [Installer] Version UI for other packages

2014-02-13 Thread Alex Harui
To see dev builds, right-click and choose "Show dev builds". We need to hide them so we don't get in trouble for advertising unreleased builds to the "public". I'll look into ignoring the mirrors for the xml file. -Alex On 2/13/14 3:14 PM, "OmPrakash Muppirala" wrote: >I've done a FlexJS and

Re: [Installer] Version UI for other packages

2014-02-13 Thread Alex Harui
Oh, and I'll bet when the code goes into the ant_on_air install it never comes back and calls the tracker code. I'll fix that too. -Alex On 2/13/14 3:20 PM, "Alex Harui" wrote: >To see dev builds, right-click and choose "Show dev builds". We need to >hide them so we don't get in trouble for a

Re: [Installer] Version UI for other packages

2014-02-13 Thread OmPrakash Muppirala
On Thu, Feb 13, 2014 at 2:58 PM, Alex Harui wrote: > I can cut an Installer RC this evening or maybe tomorrow (I'll have a > Windows and Mac then as well). I'll need the production key. Please send > it to me off-list. > Sent to your aha...@adobe.com email id. Thanks, Om > > Thanks > -Alex

Re: [Installer] Version UI for other packages

2014-02-13 Thread Alex Harui
OK, I see it On 2/13/14 3:30 PM, "OmPrakash Muppirala" wrote: >On Thu, Feb 13, 2014 at 2:58 PM, Alex Harui wrote: > >> I can cut an Installer RC this evening or maybe tomorrow (I'll have a >> Windows and Mac then as well). I'll need the production key. Please >>send >> it to me off-list. >> >

RE: [Installer] Localization assistance needed

2014-02-13 Thread Maurice Amsellem
>Also I noticed that the flex-sdk/installer.properties/fr_FR.properties has a >few values that are still in english. They are: >unable.to.find.java=Unable to find Java executable. Please set JAVA_HOME >environment variable >install.complete.echo=${basedir} is now an IDE compatible folder >find

Re: [Installer] Localization assistance needed

2014-02-13 Thread Alex Harui
OK. I was on the release branch. Thanks, -Alex On 2/13/14 4:46 PM, "Maurice Amsellem" wrote: >>Also I noticed that the flex-sdk/installer.properties/fr_FR.properties >>has a few values that are still in english. They are: >>unable.to.find.java=Unable to find Java executable. Please set >>JAV

Re: [Installer] Version UI for other packages

2014-02-13 Thread OmPrakash Muppirala
I see a couple of failure calls now: http://flex.apache.org/track-installer.html?failure=true&label=Apache%20Flex%20SDK%204.11.0&version=4.11.0&os=windows http://flex.apache.org/track-installer.html?failure=true&label=Apache%20FlexJS%20Nightly&version=4.0.1&os=mac A couple of success calls and we

Re: [Installer] Version UI for other packages

2014-02-13 Thread Alex Harui
Well, the builds server seems to be down. I'm trying a locally built FlexJS install right now. -Alex On 2/13/14 5:25 PM, "OmPrakash Muppirala" wrote: >I see a couple of failure calls now: >http://flex.apache.org/track-installer.html?failure=true&label=Apache%20Fl >ex%20SDK%204.11.0&version=4.1

Working with '>', '<' in Web Service

2014-02-13 Thread Oleg Konovalov
Hi, I am using a Web service between Flex client and Java based server, some proprietary Web Service (which included REST/SOAP bridge). We have noticed when client puts '>' or '<' in their data [lets say in Description field he notes "if myValue is >0"], it creates exceptions in that Web Service.

Re: [Installer] Version UI for other packages

2014-02-13 Thread Alex Harui
OK, I ran a FlexJS and a SDK local install with a newer installer that should have the tracker call after the ant_on_air install. Let me know if you see it in the analytics. -Alex On 2/13/14 6:13 PM, "Alex Harui" wrote: >Well, the builds server seems to be down. I'm trying a locally built >Fl

Re: Working with '>', '<' in Web Service

2014-02-13 Thread Quentin Le Hénaff
I think the service should use CDDATA http://stackoverflow.com/questions/2784183/what-does-cdata-in-xml-mean On Thu, Feb 13, 2014 at 8:25 PM, Oleg Konovalov wrote: > Hi, > > I am using a Web service between Flex client and Java based server, > some proprietary Web Service (which included REST/

Re: [Installer] Version UI for other packages

2014-02-13 Thread OmPrakash Muppirala
On Thu, Feb 13, 2014 at 8:42 PM, Alex Harui wrote: > OK, I ran a FlexJS and a SDK local install with a newer installer that > should have the tracker call after the ant_on_air install. > > Let me know if you see it in the analytics. > > I see these two: /track-installer.html?label=Apache Flex SDK