[DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC3

2014-03-02 Thread Alex Harui
This is the discussion thread. Caching should be working now for legacy installs. Note that the problem about the flex-config.xml still having tokens in it is actually a problem in the SDK's installer.xml so it will require installing a nightly or an SDK RC4 someday to see that it works. Thanks,

[VOTE] Release Apache Flex SDK Installer 3.0 - RC3

2014-03-02 Thread Alex Harui
Please vote to approve Apache Flex SDK Installer version 3.0 to be released. Issues addressed in this release: - Installer upgraded to run ant scripts in the binary packages it installs. - Dev builds are now hidden by default. To see dev builds, right-click and choose "Show Dev Builds" - You ca

[CANCEL][VOTE] Release Apache Flex SDK Installer 3.0 - RC2

2014-03-02 Thread Alex Harui
Gonna do an RC3 with fixes to caching. On 3/1/14 8:17 PM, "Nicholas Kwiatkowski" wrote: >+1 (binding) > >Only minor issue I saw on the binary installs was the that the progress >bar >doesn't reset to zero before the next operation begins (it looks like it >waits for the next frame). Otherwise,

Re: [DISCUSSION] Apache Flex 4.12.0 release candidate 3

2014-03-02 Thread Alex Harui
I'll try removing the hard coded ones. I left them around so it would be easier to see them in source control. In theory, they are not used anymore and were accurately copied to the .properties files. The .properties files should be even more current. There were some strings tin the hard coded

Re: Regression with DPI calculation

2014-03-02 Thread Justin Mclean
Hi, Change back to if (iOS) - would be nice if there was another way as it punishes iPhone uses. Given that the OS doesn't change at runtime you could probably calculate that once and use a cached result for all future calls. Thanks, Justin

Re: [DISCUSSION] Apache Flex 4.12.0 release candidate 3

2014-03-02 Thread Justin Mclean
Hi, > I would expect the installer 3.0 RC to get one, but not all of them, > unless you change languages. Are you saying installer 2.7 loads every one > of them at startup? It only load when you change locale. Just seems a bit strange to me to have the duplication of resources in 3 places ie h

Re: [DISCUSSION] Apache Flex 4.12.0 release candidate 3

2014-03-02 Thread Justin Mclean
Hi, > I just checked, no such calls are made from Installer 2.7. Justin, are you > sure you are not testing 3.0? I'm testing 3.0 as in theory we should be release that at the same time as the new SDK. Justin

RE: Regression with DPI calculation

2014-03-02 Thread Maurice Amsellem
>Will changing it back to isIOS (rather than isIPad) have the same issue in the >emulator? No, it will be fine in the emulator, because "IOS" is in version, which is the same on ADL and device (IIRC). Note: maybe you would want to change Platform.isIPad ASDOC comment to mention that is returns

Re: Regression with DPI calculation

2014-03-02 Thread Justin Mclean
Hi, Will changing it back to isIOS (rather than isIPad) have the same issue in the emulator? And this is not a regression as such as that code in question hadn't been released in 4.11. Thanks, Justin

RE: Regression with DPI calculation

2014-03-02 Thread Maurice Amsellem
Well, the test is on iOS only and extent be 1024 or 2048. AFAIK, iPads are the only iOS devices so far to have the above characteristics. http://en.wikipedia.org/wiki/List_of_iOS_devices This could change in the future, but for now, it's true. I know this is kind of hacky, but I couldn't find a

Re: Regression with DPI calculation

2014-03-02 Thread Justin Mclean
Hi, Anyway you can see to avoid those calculations on non iPad devices? Justin

Re: Windows version of checkAllPlayerGlobals : .bat script for ide scripts

2014-03-02 Thread Greg Dove
Sure, done! https://issues.apache.org/jira/browse/FLEX-34125 Greg Dove Dove Software Development Ltd http://greg-dove.com On Sun, Mar 2, 2014 at 7:44 PM, OmPrakash Muppirala wrote: > Greg, thanks for the contribution! It would be great if you could open a > ticket here [1] and attach it there.

ViewStack, states and validator

2014-03-02 Thread Oleg Konovalov
Hi, I have a popup where user enters data, currently implemented as TitleWindow with a ViewStack and several NavigationContent containers, having Forms with a bunch of components. When user clicks submit, it does validation and saves entered data to the database. I could have implemented

Regression with DPI calculation

2014-03-02 Thread Maurice Amsellem
Hi Justin, While testing 4.12 RC3 I just noticed a regression in the way RuntimeDPIProvider computes runtime DPI on iPad. The intent is to get 160 DPI on iPad and 320 DPI on iPAD retina. This is done by testing version includes iOS and extent = 1024 ( 2048 for retina). I didn't test "os" cont

RE: [DISCUSSION] Apache Flex 4.12.0 release candidate 3

2014-03-02 Thread Maurice Amsellem
Answer to question from the [VOTE] thread: Alex, I have just installed the nightly build, using the installer, and the *config.xml files are now correct (only tokens are version and locale). The compile error in FB has disappeared. Thanks again. Maurice -Message d'origine- De : Mauri

RE: [VOTE] Apache Flex 4.12.0 RC3

2014-03-02 Thread Maurice Amsellem
I will do. Thanks for the fix. -Message d'origine- De : Alex Harui [mailto:aha...@adobe.com] Envoyé : dimanche 2 mars 2014 17:47 À : dev@flex.apache.org Objet : Re: [VOTE] Apache Flex 4.12.0 RC3 Maybe. But it could be that we package -config.xml files differently now. We changed wheth

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC2

2014-03-02 Thread Alex Harui
Hi Justin, I think I've fixed the caching issue. I've posted a new dmg here: http://people.apache.org/~aharui/Installer/apache-flex-sdk-installer-3.0.0- bin.dmg Let me know if you're still seeing problems. Thanks, -Alex On 2/28/14 9:59 PM, "Justin Mclean" wrote: >Hi, > >> I'm not seeing eit

Re: [VOTE] Apache Flex 4.12.0 RC3

2014-03-02 Thread Alex Harui
Maybe. But it could be that we package -config.xml files differently now. We changed whether they are checked into version control, for example, so that might be fooling the older installer. Hopefully the new installer will be ready soon and it will upgrade the old installers anyway. I just pus

RE: [VOTE] Apache Flex 4.12.0 RC3

2014-03-02 Thread Maurice Amsellem
Or fix the issue so that 2.7 installs correctly. I will try to understand why the difference. -Message d'origine- De : Alex Harui [mailto:aha...@adobe.com] Envoyé : dimanche 2 mars 2014 17:15 À : dev@flex.apache.org Objet : Re: [VOTE] Apache Flex 4.12.0 RC3 IIRC, 4.11 required installer

Re: [VOTE] Apache Flex 4.12.0 RC3

2014-03-02 Thread Alex Harui
IIRC, 4.11 required installer 2.7 in order to pick up OSMF2 so we've done this sort of thing before. But it does mean I'd better hurry to get the kinks out of the new installer. On 3/2/14 7:50 AM, "Maurice Amsellem" wrote: >Also, ( but I am not sure of that) it seems that SDK does not install >

RE: [VOTE] Apache Flex 4.12.0 RC3

2014-03-02 Thread Maurice Amsellem
Also, ( but I am not sure of that) it seems that SDK does not install correctly with current Installer 2.7. [ mobile app does not start with ADL error 4 ]. So if this is confirmed, we must state that new SDK 4.12 requires Installer 3.0.0. WDYT ? Maurice -Message d'origine- De : Mauric

RE: [VOTE] Apache Flex 4.12.0 RC3

2014-03-02 Thread Maurice Amsellem
-1 (Binding) 1) *-config.xml files are not correct (contains tokens such as {playerGlobalHome} and {airHome} ); Flex project does not compile in FB 4.7 Note: the issue appears only when installing the SDK with the installer. If the SDK is manually built, the tokens are correctly replaced. 2)

RE: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC2

2014-03-02 Thread Maurice Amsellem
ok -Message d'origine- De : Alex Harui [mailto:aha...@adobe.com] Envoyé : dimanche 2 mars 2014 16:34 À : dev@flex.apache.org Objet : Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC2 OK. I ran it and also see the problem. I will work on a fix for SDK RC4. Thanks for cat

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC2

2014-03-02 Thread Alex Harui
OK. I ran it and also see the problem. I will work on a fix for SDK RC4. Thanks for catching that. -Alex On 3/2/14 7:19 AM, "Maurice Amsellem" wrote: >>link you posted said rc2 in it. > >That was the link for the installer ( 3.0 RC2). > I couldn't find rc3 for the installer. > >Installed Flex

RE: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC2

2014-03-02 Thread Maurice Amsellem
>link you posted said rc2 in it. That was the link for the installer ( 3.0 RC2). I couldn't find rc3 for the installer. Installed Flex SDK was 4.12 RC3: Extract from sdk-description: Apache Flex 4.12.0 FP12.0 AIR4.0 fr_FR 4.12.0 20140301 Maurice -Message d'origine- De : Alex Harui [m

falcon bug related to var names equals to package names

2014-03-02 Thread Carlos Rovira
Hi, I have a package names like "event" or "model". If I try to use a var that match the package name a error like this shows up: /Users/carlosrovira/dev/apacheflex/flex-asjs/examples/TodoListSampleApp/src/controller/TodoListController.as:37 Warning: Definition name is the same as an imported pac

Re: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC2

2014-03-02 Thread Alex Harui
I agree, but the link you posted said rc2 in it. Can you verify you installed rc3? Make sure the installer.xml matches what is checked into git. -Alex On 3/2/14 6:53 AM, "Maurice Amsellem" wrote: >More precisely, I am getting the following error when compiling a fresh >flex project in FB 4.7:

RE: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC2

2014-03-02 Thread Maurice Amsellem
More precisely, I am getting the following error when compiling a fresh flex project in FB 4.7: unable to open 'D:\ApacheFlex\testing\testing_RC\Flex_SDL_412_RC3\SKD_AIR_4.0_INSTALLER\frameworks\C:\Program Files (x86)\Apache Flex\Apache_Flex_SDK_410_GA\frameworks\libs\player\12.0\playerglobal.

RE: [DISCUSS] Discuss Release Apache Flex SDK Installer 3.0 - RC2

2014-03-02 Thread Maurice Amsellem
> about the flex-config.xml having the wrong player/swf versions is actually a > problem in the SDK's installer.xml so it will require installing a nightly or > an SDK RC3 someday to see that it works I have installed Flex SDK 4.12 RC3 using latest installer 3.0.0 from : https://dist.apache.org

RE: [DISCUSSION] Apache Flex 4.12.0 release candidate 3

2014-03-02 Thread Maurice Amsellem
I have tried installing 4.12 RC3 with the latest installer (3.0.0, from https://dist.apache.org/repos/dist/dev/flex/installer/3.0/rc2/binaries/) But the result is worse: Generated air-confi.xml and air-mobile-config.xml are not good Contains : {airHome}/frameworks/libs/air/airglobal.

RE: showcase my app problem

2014-03-02 Thread Maurice Amsellem
You need to register to create a ticket, Then you will then see a button "Create an Issue" at the top of the window. Then Select project "Apache Flex" in the "Create Issue" dialog box and fill-in the different field. Maurice -Message d'origine- De : Hadi Tavakoli [mailto:taha...@gmail

showcase my app problem

2014-03-02 Thread Hadi Tavakoli
Hi flex.apache, I am trying to submit my new AS3 app https://play.google.com/store/apps/details?id=air.com.doitflash.scientificCa lculator To http://flex.apache.org/community-showcase.html but I don't seem to be able to find "Create a ticket of type "Task" on https://issues.apache.org/ji

RE: [DISCUSSION] Apache Flex 4.12.0 release candidate 3

2014-03-02 Thread Maurice Amsellem
False alert: I was using an old version of the installer (2.7.0) instead of latest that I installed for testing and forgot to remove. Will check with the latest installer now. -Message d'origine- De : Maurice Amsellem [mailto:maurice.amsel...@systar.com] Envoyé : dimanche 2 mars 2014 11

RE: [DISCUSSION] Apache Flex 4.12.0 release candidate 3

2014-03-02 Thread Maurice Amsellem
Issue with RC3: When I compile mobile app with SDK 4.12 RC3 + AIR 4.0 , that was built from src, and run it with ADL => the app start correctly However, I also installed RC3 using Apache Installer,with AIR 4.0 / FP12.0 The same mobile app compile fine, but when started with ADL I am getting the