Re: [OT] 360|Flex 2014

2013-11-18 Thread Jevans
Roundtable on changing perceptions. It's hard to find anything in the media that isn't old or advising developers to run. Enterprise development roadmap. I would like to tell my developers to start moving away from mx:hasNoFuture components. -- View this message in context: http://apache-flex-

Re: Build failed in Jenkins: flex-sdk_mustella #544

2013-11-18 Thread Erik de Bruin
I was (am) a little confused about the version numbering of the new FP (I assumed 12, Justin indicated it might be 12.0), so our beams crossed and we ended up with a combination of the possible values. That didn't work out well ;-) I've change 'my' part to 12.0 and now at least the builds are runn

Re: git commit: [flex-sdk] [refs/heads/develop] - UPDATED - Tentative FIX of FLEX-33166 Mobile TextInput with native StageTextInput cannot be included in scrollable forms - updated mustella baseline b

2013-11-18 Thread Justin Mclean
Hi, I checked all the before and after bitmaps and found one issue. In the ActionBar_TitleDisplay_TextDecoration test, the underline on the text Default Style is incorrect on the after bitmap as it turns black where it crosses the descender of the "y". Thanks, Justin

RE: [dev] Build failed in Jenkins: flex-sdk_mustella-mobile #369

2013-11-18 Thread Maurice Amsellem
Got it: In Mustella FakeSoftKeyboard.as , line #71: if (!(comp.needsSoftKeyboard || getQualifiedClassName(comp).indexOf("StyleableStageText") > 0)) return; :-( Maurice -Message d'origine- De : Maurice Amsellem [mailto:maurice.amsel...@systar.com] Envoyé : mardi 19 novembre 2

RE: [dev] Build failed in Jenkins: flex-sdk_mustella-mobile #369

2013-11-18 Thread Maurice Amsellem
FYI, I am still struggling with the last Mutella failure: mobile/SoftKeyboard/properties/SK_StageText_Properties SoftKeyboard_StageText_property_resizeForSoftKeyboard_false: Failed DispatchMouseEvent(body:step 10) Timeout waiting for softKeyboardActivate from navigator.activeView.notes It's

RE: Mobile TextInput Implementation status

2013-11-18 Thread Maurice Amsellem
Just received results of Om testing on Android (Tested on Samsung Galaxy SIII (Android 4.1.2) and Samsung Galaxy Tab 2 (Android 4.2.2)). It's working fine. Thanks you Om for the quick testing, that's really good news. Maurice -Message d'origine- De : Maurice Amsellem [mailto:maurice.amse

Re: [FLEXJS] Overlays and SWC Refactoring

2013-11-18 Thread Erik de Bruin
>>They are actually overrides of the defaults set in the Configuration >>class and it's super classes. Nothing special, nothing dynamic ;-) > OK, I'll have to look into it. I'm specifically interested in how the > -js-lib entries get set. 'sdk-js-lib' is handled in JSGoogConfiguration. EdB --

Re: [FlexJS] Cannot start app

2013-11-18 Thread Erik de Bruin
Yeah, my bad. I was so focussed on getting the release code to work that I forgot to check the debug code. Fixed now. EdB On Mon, Nov 18, 2013 at 9:30 PM, Peter Ent wrote: > Hi, > > I'm building the ListsTests using the latest FalconJX and flexjs repository > pull. > > I had to make a fix to

Re: [FLEXJS] Overlays and SWC Refactoring

2013-11-18 Thread Alex Harui
On 11/18/13 1:33 PM, "Erik de Bruin" wrote: >>>By the way, did you see my commit for the defaults for the command >>>line arguments to FalconJx? Having those should make the launch files >>>a bit lighter, not having to set these arguments and all. >> No, I missed that. How does it work? Falco

Re: [FLEXJS] Overlays and SWC Refactoring

2013-11-18 Thread Erik de Bruin
>>By the way, did you see my commit for the defaults for the command >>line arguments to FalconJx? Having those should make the launch files >>a bit lighter, not having to set these arguments and all. > No, I missed that. How does it work? FalconJX is also picking up the > -library-path and main

Re: [FLEXJS] Overlays and SWC Refactoring

2013-11-18 Thread Alex Harui
OK, I've moved the as code into a subfolder. The ant build for FlexJSUI.swc is probably broken, but I'll be working on it and a uber-script now. But you should be able to modify AS classes after pulling and any further work I do should not result in a conflict. -Alex On 11/18/13 12:30 PM, "Alex

[FlexJS] Cannot start app

2013-11-18 Thread Peter Ent
Hi, I'm building the ListsTests using the latest FalconJX and flexjs repository pull. I had to make a fix to org.apache.flex.html.staticControls.Image but once that was completed (and now pushed) I get the following two errors when I run ListsTests in the browser: Error: Undefined nameToPath

Re: [FLEXJS] Overlays and SWC Refactoring

2013-11-18 Thread Alex Harui
On 11/18/13 12:19 PM, "Erik de Bruin" wrote: >I'm clear. Sounds awesome! Let me know when the ant script is done, >I'll work it into a Jenkins job so we get a fresh overlay for each >commit to either Falcon(Jx) or FlexJS. Another advantage, besides >being always up to date, is that this way the

Re: [FLEXJS] Overlays and SWC Refactoring

2013-11-18 Thread Erik de Bruin
I'm clear. Sounds awesome! Let me know when the ant script is done, I'll work it into a Jenkins job so we get a fresh overlay for each commit to either Falcon(Jx) or FlexJS. Another advantage, besides being always up to date, is that this way there will be a fixed URL pointing to the latest and gre

[FlexJS] Better FB Integration

2013-11-18 Thread Alex Harui
I just posted a new FlexJSOverlay.zip at FlexJSOverlay.zip at [1]. It contains most recent dependency management and strict output corrections from Erik, and also contains better FB integration. You will need to remove your old FlexJS launch configurations and import new ones to get the benefit o

[FLEXJS] Overlays and SWC Refactoring

2013-11-18 Thread Alex Harui
Right now, you can play with FlexJS by getting a FlexJSOverlay.zip and following a set of instructions. The reason it is called FlexJSOVERLAY is because it overlays a hacked up copy of framework.swc on top of the framework.swc in a working Flex SDK. Framework.swc is used by MXMLC when it compiles

Re: [dev] Build failed in Jenkins: flex-sdk_mustella-mobile #369

2013-11-18 Thread Alex Harui
On 11/18/13 11:19 AM, "Maurice Amsellem" wrote: > >So does the old StyleableStageText really have less memory requirement >even in that case? Not so sure... I don't know the code that well, but my understanding is that, if you don't have popups, you can save on memory. But is it enough to matte

RE: [dev] Build failed in Jenkins: flex-sdk_mustella-mobile #369

2013-11-18 Thread Maurice Amsellem
>Well, if you think nobody will ever need StageTextInputSkin, then your version >should simply replace it. If you think there may be performance or memory >trade-offs where someone >will want the old one because they aren't scrolling >their StageText's then we should keep them. I made some m

RE: Air Stage Text Issue

2013-11-18 Thread Maurice Amsellem
Thank you for the information -Message d'origine- De : Alex Harui [mailto:aha...@adobe.com] Envoyé : lundi 18 novembre 2013 18:58 À : dev@flex.apache.org Objet : Re: Air Stage Text Issue I asked him today. He pretty much confirmed what I said. The AIR team was in the process of trying

Re: Air Stage Text Issue

2013-11-18 Thread Alex Harui
I asked him today. He pretty much confirmed what I said. The AIR team was in the process of trying to provide the solution, so we didn't invest time on it. -Alex On 11/18/13 7:41 AM, "Maurice Amsellem" wrote: >>I can try to ask the engineer who worked on it to see if he remembers > >Hi Alex,

Re: [dev] Build failed in Jenkins: flex-sdk_mustella-mobile #369

2013-11-18 Thread Alex Harui
On 11/18/13 9:38 AM, "Maurice Amsellem" wrote: > >Anyway, I checked the xml DL, and the coordinates/extents are exactly the >same, expect that the new skin has a bitmap, so there is no computation >error and nothing we can really do about that, apart from updating the >baselines. OK, then it is

RE: [dev] Build failed in Jenkins: flex-sdk_mustella-mobile #369

2013-11-18 Thread Maurice Amsellem
Sorry again...I understood that you have "seen" the diffs and found the two use cases. Actually, I have only seen the first case : a few gray pixels to the edge of the TI round rect border. Maurice -Message d'origine- De : Maurice Amsellem [mailto:maurice.amsel...@systar.com] Envoyé

RE: [dev] Build failed in Jenkins: flex-sdk_mustella-mobile #369

2013-11-18 Thread Maurice Amsellem
>I haven't seen the image diffs, so I don't know what you mean by sub-pixel. >There are two common cases: 1) a few pixels are different in corners and edges >because the anti-aliasing >chose slightly different values, You are correct, I have seen the diffs as well and there are a few different

Re: [dev] Build failed in Jenkins: flex-sdk_mustella-mobile #369

2013-11-18 Thread Alex Harui
On 11/18/13 8:25 AM, "Maurice Amsellem" wrote: >> the code paths these tests used to verify are still there >Sorry, I send the email too quick. > >In fact, the only visual differences between old and new baselines are >because of sub-pixel diff. The rendering is the same. And the scrolling >be

RE: Build failed in Jenkins: flex-sdk_mustella-mobile #370

2013-11-18 Thread Maurice Amsellem
Analyzing the failure. Maurice -Message d'origine- De : flex.muste...@gmail.com [mailto:flex.muste...@gmail.com] Envoyé : lundi 18 novembre 2013 17:39 À : comm...@flex.apache.org; e...@ixsoftware.nl; jmcl...@apache.org; Maurice Amsellem Objet : Build failed in Jenkins: flex-sdk_mustella

RE: [dev] Build failed in Jenkins: flex-sdk_mustella-mobile #369

2013-11-18 Thread Maurice Amsellem
> the code paths these tests used to verify are still there Sorry, I send the email too quick. In fact, the only visual differences between old and new baselines are because of sub-pixel diff. The rendering is the same. And the scrolling behavior (that is the only changed behavior) is not teste

RE: [dev] Build failed in Jenkins: flex-sdk_mustella-mobile #369

2013-11-18 Thread Maurice Amsellem
>Sorry, I haven't had time to follow the details. The baselines should not be >removed if they are correct for StageTextInputSkin. We may need additional >tests for the new skin classes. If >you want to rename tests, and reorganize >as well, that's fine, but my understanding is that the code p

Re: [dev] Build failed in Jenkins: flex-sdk_mustella-mobile #369

2013-11-18 Thread Alex Harui
Sorry, I haven't had time to follow the details. The baselines should not be removed if they are correct for StageTextInputSkin. We may need additional tests for the new skin classes. If you want to rename tests, and reorganize as well, that's fine, but my understanding is that the code paths the

Mobile TextInput Implementation status

2013-11-18 Thread Maurice Amsellem
Memory profiling of the new skins: It's as expected: alloc memory = pixel width x pixel height x 4bytes per pixel. First figure is for iPad , second is for iPad retina. - 25KB / 100 KB of bitmap memory allocated for a single line TI with default size - ~500KB / ~ 2 MB for a pages stuffed w

RE: Air Stage Text Issue

2013-11-18 Thread Maurice Amsellem
>I can try to ask the engineer who worked on it to see if he remembers Hi Alex, Do you think you will be able to reach the above mentioned engineer in the coming days, to know why StyleableStageText was implemented that way ? Maurice -Message d'origine- De : Alex Harui [mailto:aha...@a

blog.flexexamples.com is down...

2013-11-18 Thread Miguel Ferreira
Hi people, only to notify that the site from peter is again down. The information there is price less, this will be solved or is for sure that the famous blog will be down? Kind regards,Miguel

RE: [dev] Build failed in Jenkins: flex-sdk_mustella-mobile #369

2013-11-18 Thread Maurice Amsellem
Updated the mustella baselines for mobile/components/ActionBar failing tests. Note: the bitmaps only differ by a few pixels, and the xml DL files have the same coordinates and excent but bitmap instead of stageText, something like: [...] (StyleableStageText includes StageText , but it do

Re: Flex and AIR 4.0

2013-11-18 Thread Alexander Doroshko
Probably you misread the following: "The Actionscript Compiler 2.0 has been incorporated into the AIR SDK 4.0 (named “AIR SDK 4.0 & Compiler”) and retired as a separate download from Adobe Labs on March 14, 2013". Here's nothing new to us. AIR SDK is still published in 2 variants: with ASC 2.

AW: AW: How can I check if an swf has advanced-telemetry enabled?

2013-11-18 Thread christofer.d...@c-ware.de
Hi Alex, thanks for that pointer. I guess SwfxPrinter seems to be exactly what I was looking for ... will give this a spin the next time I can free some time for Flexmojos :-) Chris Von: Alex Harui [aha...@adobe.com] Gesendet: Montag, 18. November 2013

Re: [dev] Build failed in Jenkins: flex-sdk_mustella-mobile #369

2013-11-18 Thread OmPrakash Muppirala
On Sun, Nov 17, 2013 at 11:56 PM, Maurice Amsellem < maurice.amsel...@systar.com> wrote: > Checked the .bad.png. > All are the same: sub-pixel shift when the action bar contains a text > input. > This is because the text input now displays a bitmap instead of the > StageText. > Although they have