[FlexJS] DefineProperty Code Style

2015-03-12 Thread Alex Harui
I’ve been plugging away trying to convert the FlexJS framework to use Object.defineProperty. I’m looking to get other’s thoughts on how to indent, comment and otherwise format or style the actual code. Here’s what I mean: The old code looked like this: /** * @expose * @return {number} The off

Re: rc_flex-sdk_mustella-mobile - Build # 140 - Still Failing!

2015-03-12 Thread OmPrakash Muppirala
Just took a look. I have no idea why this test is failing, sorry. If I remember something I did related to this, I will take a look again. Thanks, Om On Wed, Mar 11, 2015 at 12:46 AM, Erik de Bruin wrote: > This test: > > mobile/components/ActionBar/styles/ActionBar_Styles > ActionBar_TitleDi

Re: Spark Label get Truncated after + symbol even it have enough width to render.

2015-03-12 Thread Alex Harui
I took a quick look. It appears that the Flash Player breaks the string into two lines at any punctuation symbol (I tried $, not just +) if there is no whitespace to break lines on. But other APIs about word boundaries don’t recognize the punctuation as a word boundary and that messes up the trun

Re: Compiling TourDeFlexMobile

2015-03-12 Thread OmPrakash Muppirala
Maxim, I think it should be okay. Please go ahead and make those changes and check it in. I will test it in FB to make sure nothing is broken. Thanks for looking into this! Regards, Om On Thu, Mar 12, 2015 at 2:33 AM, Maxim Solodovnik wrote: > Hello All, > > I just have tried to import Tour

[Installer 3.2] # Apache Flex SDK Installer 3.2 nightly build 5: Successful

2015-03-12 Thread flex . ci . builds
flex-utilities_installer_release-candidate - Build #5 - Successful Changes since last build: No changes For more information, check the console output at http://apacheflexbuild.cloudapp.net:8080/job/flex-utilities_installer_release-candidate/5/.

Re: [DISCUSSION] MXML pseudo states suggestion

2015-03-12 Thread Alex Harui
On 3/12/15, 1:39 PM, "jude" wrote: >OK now I see the states generated code. I've seen this before. Right, it's >creating a new SetStyle instance. It's creating that at the document >level. >I hear your points and they are valid. I think we could work around it. I agree. I just wanted to make

Re: [DISCUSSION] MXML pseudo states suggestion

2015-03-12 Thread jude
OK now I see the states generated code. I've seen this before. Right, it's creating a new SetStyle instance. It's creating that at the document level. I hear your points and they are valid. I think we could work around it. I'm not saying there won't be conflicts but there are conflicts now with CS

Re: Maintaining Component without parent

2015-03-12 Thread Pawan Yadav
Thanks guys - It worked! Best Regards Pawan On Thu, Mar 12, 2015 at 8:08 PM, Alex Harui wrote: > First some trivia: > > -Adding a component to the stage is what sets the nestLevel. > -I saw yesterday that you can just set nestLevel and skip adding to stage, > but other things may not work like

Re: labs flash 17 update today breaks installer validation of playerglobal.swc

2015-03-12 Thread Alex Harui
I updated the checksum. Please try again. On 3/12/15, 4:42 AM, "Tom Chiverton" wrote: >The Jenkins slave that runs the check was offline because Windows had >rebooted itself. >It's back now, so we should a notice shortly if so. > >Tom > >On 12/03/15 00:49, Greg Dove wrote: >> Just a quick note

Re: Maintaining Component without parent

2015-03-12 Thread Alex Harui
First some trivia: -Adding a component to the stage is what sets the nestLevel. -I saw yesterday that you can just set nestLevel and skip adding to stage, but other things may not work like style lookups. -Calling validateProperties also resets the invalidateProperties flag. Besides the calling o

RE: Spark Label get Truncated after + symbol even it have enough width to render.

2015-03-12 Thread Gowtham S
Screen shots added Before setting the lineBreak http://apaste.info/SNH After Setting the lineBreak="explicit" http://apaste.info/XMc Thanks Regards, Gowtham S -Original Message- From: kevin.godell [mailto:kevin.god...@gmail.com] Sent: Thursday, March 12, 2015 5:15 PM To: dev@flex.a

RE: Spark Label get Truncated after + symbol even it have enough width to render.

2015-03-12 Thread Gowtham S
I tried that too("\u002B" and also HTML encode "+" ), but I get the same behavior. When I try setting the lineBreak="explicit" it is working fine for label but for button text is truncated at the front. What I gave is this "ABCjkqUP+e8Cu62ALgLjkqUPea8Cu62ALgLjkqUPea.aa8Cu6 " but what I get is

Re: Spark Label get Truncated after + symbol even it have enough width to render.

2015-03-12 Thread kevin.godell
Have you tried using the unicode for plus sign, \u002B? This may be a temp workaround for you. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Spark-Label-get-Truncated-after-symbol-even-it-have-enough-width-to-render-tp45508p45510.html Sent from the Apache

Re: labs flash 17 update today breaks installer validation of playerglobal.swc

2015-03-12 Thread Tom Chiverton
The Jenkins slave that runs the check was offline because Windows had rebooted itself. It's back now, so we should a notice shortly if so. Tom On 12/03/15 00:49, Greg Dove wrote: Just a quick note to advise that since a new flash 17 beta release today, I experienced a failure at "Validating do

Spark Label get Truncated after + symbol even it have enough width to render.

2015-03-12 Thread Gowtham S
Dear All, Anyone have any idea why label truncation happen after it identifies a + symbol ? http://ns.adobe.com/mxml/2009"; xmlns:s="library://ns.adobe.com/flex/spark" > PFA the attached screenshot. ORIGINAL POST : http://stac

Re: [GitHub] flex-sdk pull request: deleted "removed = source.splice(index, 1)[...

2015-03-12 Thread Justin Mclean
Hi, I wrote a whoel lot of flex unit test a while ago for Array Collection and related classes, I've not looked at them in a while but it might help. http://people.apache.org/~jmclean/ArrayCollectionTests.fxp Thanks, Justin

Re: [GitHub] flex-sdk pull request: deleted "removed = source.splice(index, 1)[...

2015-03-12 Thread Mihai Chira
Maybe these changes are a good opportunity for a unit test for the affected functions in ArrayList? If no one gets to it till then, I can try to write one late next week. On 9 March 2015 at 07:39, piotrz wrote: > Hi Kevin, > > I've just pushed your changes. It sounds like this line was really un

Re: [2/3] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34625 CAUSE: When focusThickness is set to 0, the BitmapData that HighlightBitmapCaptureSkin.updateDisplayList() tries to create is of 0 wi

2015-03-12 Thread piotrz
Hi Mihai, Something is wrong with your last commit, because flex_sdk_test get stuck in one place. This build has been started 23 hours ago: http://apacheflexbuild.cloudapp.net:8080/job/flex-sdk_test/190/ Maybe we should stop it ? Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View

Compiling TourDeFlexMobile

2015-03-12 Thread Maxim Solodovnik
Hello All, I just have tried to import TourDeFlexMobile [1] project into IntellyJ Idea and compile. Unfortunately I got ~200 errors related to Embeded assets inclusion: assets are located on path src/assets and being referenced from for example src/UIViews/MobileGridView.mxml as "@Embed('assets/ic

Re: Maintaining Component without parent

2015-03-12 Thread Jake Knerr
Try calling invalidateProperties() before calling validateNow() to get commitProperties() to fire. On Wed, Mar 11, 2015 at 9:36 AM, Pawan Yadav wrote: > No luck, It didn't work with nestLevel = 2. > Not getting any call in commitproperties method through validateNow() > > > > Best Regards > Pawa

Re: [2/3] git commit: [flex-sdk] [refs/heads/develop] - FLEX-34625 CAUSE: When focusThickness is set to 0, the BitmapData that HighlightBitmapCaptureSkin.updateDisplayList() tries to create is of 0 wi

2015-03-12 Thread Mihai Chira
Hi Piotr, yes, it seems that our test runner is also getting into a stack overflow, just like my local one did[1] while simply trying to ignore all the parameterised permutations of the 'testReproduce_FLEX_34119_Comprehensive' test in HierarchicalCollectionViewCursor_FLEX_34119_Tests. I'll move