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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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:
>
>
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
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
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
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
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
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
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
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
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
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
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.
>>
>
>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
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
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
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
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.
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
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/
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
36 matches
Mail list logo