Re:Re: [4.13.0][FLEX-34689] SkinnableComponent change skin bug (Already solved, awaiting review by others)

2014-12-18 Thread DarkStone
Hi Alex, You are right, I tried using Type Selector to set default skinClass for the custom SkinnableComponent, it worked. In the constructor function of the custom SkinnableComponent (test.TestComponent): super(); //getQualifiedClassName(this) returns test::TestComponent var fullClassName:St

Re: [4.14] how to use the new FlatSpark theme?

2014-12-18 Thread Erik de Bruin
> Erik, I committed them to 'release4.14' branch as you instructed. Mahmoud, thanks for your contribution. For future reference: it is easier if you do more granular (smaller) commits, e.g. one for each fix and feature. That way, if something is wrong with one of them, you don't lose the rest whe

Re : Re: FishEye accounts

2014-12-18 Thread Frédéric THOMAS
One more thing, I just remembered I had some issues with chrome and Jira and had to switch back to firefox a while ago, could it be the same for you ? --- Message initial --- De : "Frédéric THOMAS" Envoyé : 19 décembre 2014 07:05 A : dev@flex.apache.org Objet : Re : Re: FishEye accounts And ye

Re : Re: FishEye accounts

2014-12-18 Thread Frédéric THOMAS
And yes it works when I ckick on the link --- Message initial --- De : "Mihai Chira" Envoyé : 19 décembre 2014 03:16 A : dev@flex.apache.org Objet : Re: FishEye accounts What happens when you click on "1 commit"? I think it works for you because you're (somehow) logged into fisheye. See this s

Re : Re: FishEye accounts

2014-12-18 Thread Frédéric THOMAS
No need to be authenticate to see the action of Fisheye, once installed, if the user write the relative ticket number in the commit message, it will show up the files relative to the commit in the activity tab. I dont know it ask you to authenticate for you, it shouldnt, I guess now it could co

Re: FishEye accounts

2014-12-18 Thread Justin Mclean
HI, > solution, because it means that people browsing our repo cannot easily > see the commits made against tickets.) If the JIRA ticket is mention in the commit it will show up without fisheye. Justin

Re: FishEye accounts

2014-12-18 Thread Mihai Chira
What happens when you click on "1 commit"? I think it works for you because you're (somehow) logged into fisheye. See this screenshot[1] for what it tells me in the activity panel. And when I do try to authenticate, and I pretend that I forgot my password, it tells me "Could not find user 'mihai.c

[4.14] # Apache Flex SDK 4.14 nightly build 39: Successful

2014-12-18 Thread flex . ci . builds
flex-sdk_release-candidate - Build #39 - Successful Changes since last build: [akamud] Several FlatSpark bug fixes, resolves FLEX-34692 and FLEX-34694 For more information, check the console output at http://apacheflexbuild.cloudapp.net:8080/job/flex-sdk_release-candidate/39/.

Re: [4.14] release status update

2014-12-18 Thread Mahmoud Ali
> > OK, you should be able to assign issues to yourself now. > Thank you Alex. I already resolved FLEX-34694 and FLEX-34692, both were reported by Olaf and were related to FlatSpark.

RE: FishEye accounts

2014-12-18 Thread Frédéric THOMAS
Hi Mihai, As you can see, it works for me and I've got no idea why it doesn't for you: http://i58.tinypic.com/mbkh8h.jpg Frédéric THOMAS > From: mihai.ch...@gmail.com > Date: Thu, 18 Dec 2014 23:29:03 + > Subject: Re: FishEye accounts > To: dev@flex.apache.org > > I still see the same scre

Re: [4.14] how to use the new FlatSpark theme?

2014-12-18 Thread Mahmoud Ali
Olaf, thank you for your help on fixing FLEX-34692. I replicated them to ButtonIconSkin too. I just committed changes that fix pretty much everything you reported so far. Thank you so much for testing! Erik, I committed them to 'release4.14' branch as you instructed.

Re: FishEye accounts

2014-12-18 Thread Mihai Chira
I still see the same screen asking me to log into fisheye. (I am logged into Jira.) On 18 December 2014 at 21:58, Frédéric THOMAS wrote: > > > > Hi guys, > > It took me some time to find the emails relative to this and was about to > raise myself an issue (as one as to be authenticate at Atlass

[4.14] # Apache Flex SDK 4.14 nightly build 38: Successful

2014-12-18 Thread flex . ci . builds
flex-sdk_release-candidate - Build #38 - Successful Changes since last build: [bigosmallm] Add skin for web and desktop version of BusyIndicator. [bigosmallm] Update comments to keep up with latest visual changes [bigosmallm] Update visuals to make it show 12 spokes instead of circular disk (to

Re: [DISCUSS] Release Apache Flex 4.14.0

2014-12-18 Thread Harbs
Thanks for the observations. I’ll look more tomorrow. The real question is what changed that’s causing this error. Changing something that I have not touched in TLF is not the right way to fix this IMO. I need to figure out what I broke and address the source of the problem before I try to work

Re: [DISCUSS] Release Apache Flex 4.14.0

2014-12-18 Thread piotrz
Harbs, After debugging I see something like this: http://images.devs-on.net/Image/jg5EXavR0Yo3N065-Obszar.png We are doing undo on _memento, but it doesn't have our deleted text in the MementoList, because our text is inside delSelOp.undo(). Doing _memento.undo() we are getting these error, bu

Re: [4.14] how to use the new FlatSpark theme?

2014-12-18 Thread Mahmoud Ali
Thank you Olaf. I assigned the issue to me.

RE: FishEye accounts

2014-12-18 Thread Frédéric THOMAS
Hi guys, It took me some time to find the emails relative to this and was about to raise myself an issue (as one as to be authenticate at Atlassian to raise it) but then I checked one of the last JIRA and I've been able to reach the fisheye link so, as a test, please check https://issues.

Re: [DISCUSS] Release Apache Flex 4.14.0

2014-12-18 Thread piotrz
Exactly. I'm trying to understand why public function getChildIndex(child:FlowElement):int { var hi:int = _numChildren-1; // one hole here - if child is null and this has no children then we'll return 0 if (h

Re: [DISCUSS] Release Apache Flex 4.14.0

2014-12-18 Thread Harbs
You don’t get back the text because of the error. I only get the stack trace when going through the debugger. Here’s a sample stack trace: ArgumentError: Child to remove not found at flashx.textLayout.elements::FlowGroupElement/removeChild()[/Users/harbs/Documents/ApacheFlex/flex-tlf/te

Re: [DISCUSS] Release Apache Flex 4.14.0

2014-12-18 Thread piotrz
False alarm I do get this error. Sorry. :( - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/DISCUSS-Release-Apache-Flex-4-14-0-tp43390p43752.html Sent from the Apache Flex Development mailing list archive at Na

Re: [DISCUSS] Release Apache Flex 4.14.0

2014-12-18 Thread piotrz
Harbs, Saying "Undo" you mean simple ctrl + z (cmd + z on Mac) yes ? I've created simple application with RichEditableText and add there TextFlow. I did this scenario and I didn't have runtime error, however after hit ctrl + z (undo) I have not back my deleted text. Piotr - Apache Flex PMC

Re: AW: [4.14] Skin for ... BusyIndicator3605 cannot be found.

2014-12-18 Thread OmPrakash Muppirala
On Thu, Dec 18, 2014 at 11:25 AM, Alex Harui wrote: > > > > On 12/18/14, 11:15 AM, "OmPrakash Muppirala" wrote: > > >On Thu, Dec 18, 2014 at 10:54 AM, okrue...@edscha.com > > > >wrote: > >> > >> >I believe the users are having these problems on non-mobile apps > >> Yes, you're right! > >> I've pu

Re: AW: [4.14] Skin for ... BusyIndicator3605 cannot be found.

2014-12-18 Thread Alex Harui
On 12/18/14, 11:15 AM, "OmPrakash Muppirala" wrote: >On Thu, Dec 18, 2014 at 10:54 AM, okrue...@edscha.com > >wrote: >> >> >I believe the users are having these problems on non-mobile apps >> Yes, you're right! >> I've put this info into the 'environment' field of the issue 34690: >> "Environme

Re: AW: [4.14] Skin for ... BusyIndicator3605 cannot be found.

2014-12-18 Thread OmPrakash Muppirala
On Thu, Dec 18, 2014 at 10:54 AM, okrue...@edscha.com wrote: > > >I believe the users are having these problems on non-mobile apps > Yes, you're right! > I've put this info into the 'environment' field of the issue 34690: > "Environment: Flex 'Desktop' project..." > Next time it would be better to

Re: AW: [4.14] Skin for ... BusyIndicator3605 cannot be found.

2014-12-18 Thread okrue...@edscha.com
>I believe the users are having these problems on non-mobile apps Yes, you're right! I've put this info into the 'environment' field of the issue 34690: "Environment: Flex 'Desktop' project..." Next time it would be better to place this kind of info to the "description"! However, many thanks for

[4.14] # Apache Flex SDK 4.14 nightly build 37: Successful

2014-12-18 Thread flex . ci . builds
flex-sdk_release-candidate - Build #37 - Successful Changes since last build: [chrsmrtn] modified script to detect emulated environments on windows versus unix and build the main file list to copy accordingly For more information, check the console output at http://apacheflexbuild.cloudapp.net

Re: AW: [4.14] Skin for ... BusyIndicator3605 cannot be found.

2014-12-18 Thread OmPrakash Muppirala
On Dec 18, 2014 8:44 AM, "Alex Harui" wrote: > > I haven’t tried it myself, but a quick look makes it appear that > BusyIndicator is in the Spark project, but the only default skin I see for > it is in the mobile theme, so if you aren’t using the mobile theme, I > can’t see how you’d get a skin fo

RE: git commit: [flex-sdk] [refs/heads/release4.14.0] - add adl and act to list of files to copy

2014-12-18 Thread Chris Martin
Okay, committed to release4.14.0 branch. Will need someone with a Mac to give the script a test. Basically just make sure adl and adt are present in the target framework's bin folder. And that adl.exe and adt.bat are not present. Chris > From: e...@ixsoftware.nl > Date: Thu, 18 Dec 2014 08

Re: [DISCUSS] Release Apache Flex 4.14.0

2014-12-18 Thread Harbs
Both of those issues affect non-table TextFlows. There is definitely at least one issue that’s bound to affect at least some people: 1) Create a TextFlow. 2) Select All the text. 3) Hit Enter 4) Undo You get a runtime error. The RTE only happens when using Enter to delete the text, and somethi

RE: [FlexJS] Randori, tools, etc.

2014-12-18 Thread Michael A. Labriola
>I really enjoyed C# programming when I used it more. Why didn't you continue >down the C# path for Randori? We did. There are Randori versions for both C# and ActionScript and several big deployed apps on both. However, TypeScript launched and began gaining popularity. IMO, it makes a lot more

Re: TLF and images

2014-12-18 Thread Alex Harui
On 12/18/14, 8:37 AM, "Miguel Ferreira" wrote: >To overcome the problem after i import the image from XML I read all >elements and i reset an embed image. I’m not quite sure what you meant by this. What does it mean to “import an image from XML” and “reset an embed” and are you saying that al

Re: [INSTALLER] can't we make MD5 checking optional

2014-12-18 Thread Alex Harui
To be clear, then the next opportunity we have to make this switch is for 4.15. The changes are in the Flex SDK install scripts, not in the Installer. If someone wants to help keep the MD5s up-to-date in the interim, then the window for folks to get false errors will be smaller. -Alex On 12/18/

Re: AW: [4.14] Skin for ... BusyIndicator3605 cannot be found.

2014-12-18 Thread Alex Harui
I haven’t tried it myself, but a quick look makes it appear that BusyIndicator is in the Spark project, but the only default skin I see for it is in the mobile theme, so if you aren’t using the mobile theme, I can’t see how you’d get a skin for it. Did BusyIndicator get moved to Spark without its

RE: TLF and images

2014-12-18 Thread Miguel Ferreira
To overcome the problem after i import the image from XML I read all elements and i reset an embed image. Because in this case is an logo that the app knows. Something nice to add would be an inline BASE64 image. So the basic idea is we have a Xhtml inline image for example in xml: then when we i

Re: [DISCUSS] Release Apache Flex 4.14.0

2014-12-18 Thread Erik de Bruin
I hope we'll get some feedback from regular TLF users/projects, see if they experience any regressions. If we have no regressions in the 'normal' (non-table) TLF, I have no problems releasing with a few known issues in the new table functionality. EdB On Thu, Dec 18, 2014 at 5:19 PM, Harbs wro

Re: [DISCUSS] Release Apache Flex 4.14.0

2014-12-18 Thread Harbs
Here’s the TLF issues that I know of: 1) There’s an issue related to SplitParagraphOperation that seems to cause things to go off in certain cases. I have two separate test cases where it’s failing. One is with tables, and the other is without. I’ve been working on tracking this down, but I hav

RE: TLF and images

2014-12-18 Thread Miguel Ferreira
Ok, I will do it. I don't know if it is a bug or maybe is missing something on my side. > Subject: Re: TLF and images > From: harbs.li...@gmail.com > Date: Thu, 18 Dec 2014 18:13:32 +0200 > CC: us...@flex.apache.org > To: dev@flex.apache.org > > Can you create a JIRA issue with a sample app whic

Re: TLF and images

2014-12-18 Thread Harbs
Can you create a JIRA issue with a sample app which shows the problem?[1] On Dec 18, 2014, at 5:38 PM, Miguel Ferreira wrote: > Neverthless the image problem is not fixed i saw that the > InlineGraphicElement did not load the image i will search what i need to do > to load it. > I installed t

Re: [DISCUSS] Release Apache Flex 4.14.0

2014-12-18 Thread Erik de Bruin
I've switched the Mustella VM to 1.8 as well. No problems (relating to Java) there. I think we can safely claim that we "do" Java (1.)8 ;-) Anyone up for changing the README? EdB On Sat, Dec 13, 2014 at 5:30 AM, OmPrakash Muppirala wrote: > On Dec 12, 2014 8:29 PM, "Justin Mclean" wrote: >>

Re: [4.14] Apache Flex SDK 4.14 nightly build (#36): Successful

2014-12-18 Thread Alex Harui
Well, the emails from flex.ci.builds were going into moderation. I think I’ve fixed that. -Alex On 12/18/14, 8:02 AM, "Erik de Bruin" wrote: >So, this works as expected now, but I notice a significant delay >between the sending and delivery of these notifications. So, for now, >it seems to tak

Re: [4.14] Apache Flex SDK 4.14 nightly build (#36): Successful

2014-12-18 Thread Erik de Bruin
So, this works as expected now, but I notice a significant delay between the sending and delivery of these notifications. So, for now, it seems to take about an hour after the build completes before this list is notified. Just FYI. EdB On Thu, Dec 18, 2014 at 3:54 PM, wrote: > flex-sdk_releas

[4.14] Apache Flex SDK 4.14 nightly build (#36): Successful

2014-12-18 Thread flex . ci . builds
flex-sdk_release-candidate - Build #36 - Successful Changes since last build: [erik] Updated with recently resolved JIRAs For more information, check the console output at http://apacheflexbuild.cloudapp.net:8080/job/flex-sdk_release-candidate/36/.

Re: [4.14] Problems to get the latest SDK build using the installer

2014-12-18 Thread Alex Harui
IMO, we are seeing bad downloads from apacheflexbuilds, not some problem with the MD5 signatures or the Installer (other than my suspicion that AIR just doesn’t handle big downloads as well as other libraries). So, as long as folks want to use the AIR-based Installer, either we nicely tell them t

Re: [4.14] release status update

2014-12-18 Thread Alex Harui
OK, you should be able to assign issues to yourself now. On 12/18/14, 2:05 AM, "Mahmoud Ali Neto" wrote: >I have a JIRA account created (akamud), I can't assign issues to me. but >I'm already resolving FLEX-34692 and FLEX-34682.

RE: TLF and images

2014-12-18 Thread Miguel Ferreira
I tried the new SDK. It seems ok but the Font quality is poor all my application look kind of foogy now! Neverthless the image problem is not fixed i saw that the InlineGraphicElement did not load the image i will search what i need to do to load it. I installed the SDK by the installer just to i

RE: FishEye accounts

2014-12-18 Thread Frédéric THOMAS
Hi, Will try to get time tonight to find the communication I had with INFRA about it, anyway, at the time of the request I sent back the infos to this list (should still be in the archives), basically we have no control on fisheye, the only thing I did was to ask them to plug it to our JIRA, rep

AW: [4.14] how to use the new FlatSpark theme?

2014-12-18 Thread Krüger , Olaf
> I've just found that using flatspark and setting the applications chrome > color results in an error: > ... >I will take at look at this tonight, are you using the same example in the >GitHub page, just changing the chrome color? Thank you! To make sure we do not forget this I've created an J

RE: [INSTALLER] can't we make MD5 checking optional

2014-12-18 Thread Neil Madsen
After the release should be fine. Less moving targets at that point. -Original Message- From: Tom Chiverton [mailto:t...@extravision.com] Sent: December-18-14 4:05 AM To: dev@flex.apache.org Subject: Re: [INSTALLER] can't we make MD5 checking optional I think there is enough going on alr

Re: [4.14] Problems to get the latest SDK build using the installer

2014-12-18 Thread Tom Chiverton
Seems to me there are two issues. The installer changes to support the 4.14 SDK, and the 4.14 install itself. If you are only interested in testing theSDK, use the Ant-based method to install the binaries. By all means we do need to test the installer changes too, but there is no reason why

Re: [3/3] git commit: [flex-sdk] [refs/heads/release4.14.0] - Changed 'prepare SDK' section again

2014-12-18 Thread Mihai Chira
I'm glad to hear it was the same problem for you too. > Ha So simple! :) ...yet so painful :D

Re: FishEye accounts

2014-12-18 Thread Mihai Chira
Frédéric, on this thread[1] we were talking about FishEye, though not very much about its integration in Jira. I mentioned it a while ago, and now again, that it would be very useful to see all the commits made against a particular ticket when looking at the Jira issue. Currently this[2] is what ha

AW: [4.14] Problems to get the latest SDK build using the installer

2014-12-18 Thread Krüger , Olaf
Only to make sure that I did not something wrong I attach my installer.log Please have a look on it. Is everything ok, especially the SDK download URL? Version 3.1.0 (windows) Using Locale: de_DE Ermitteln von mirror URL über CGI-Skript erfolgreich. AIR version 15.0 Flash Player version 15.0 Crea

Re: [4.14] Problems to get the latest SDK build using the installer

2014-12-18 Thread Erik de Bruin
Alex, everyone, Can't we disable the MD5 check for 'experimental' (RC and Nightly) installs, at least? The problems with the Installer are now interfering with the people willing to help us test 4.14, which is less than motivating, I can imagine... EdB On Thu, Dec 18, 2014 at 2:35 PM, Krüger,

Re: AW: [4.14] Skin for ... BusyIndicator3605 cannot be found.

2014-12-18 Thread Erik de Bruin
OK, going back on topic: The problem with the BusyIndicator has not gone away, even with the fix. At least, not for several people on the 'users@' list and Olaf on this one... Om? Anyone? Thought? EdB On Thu, Dec 18, 2014 at 11:41 AM, Krüger, Olaf wrote: >> Olaf, please try again and see if

Re: [4.14] Problems to get the latest SDK build using the installer

2014-12-18 Thread Erik de Bruin
Olaf, Thanks for sticking with this. Let's use this thread to address the download/install problems. And let's use the 'old' thread for the BusyIndicator issue, as it seems clear now that the fix was all but a fix ;-) EdB On Thu, Dec 18, 2014 at 2:35 PM, Krüger, Olaf wrote: > To avoid the pol

[4.14] Problems to get the latest SDK build using the installer

2014-12-18 Thread Krüger , Olaf
To avoid the pollution of other topics with the above topic I create a new one. To test some minor fixes that are only available with the latest build I'd like to install the latest build of '4.14.0 RC' using the installer. I've installed the '4.14.0 RC' build several times (sometimes it fails c

Re: FishEye accounts

2014-12-18 Thread Erik de Bruin
I get the same thing. I think Fred addressed this a while ago, maybe you can look through the email archives to see if (and how) this was resolved? EdB On Thu, Dec 18, 2014 at 12:46 PM, Mihai Chira wrote: > This actually worked for a while, and now it asks me again to log into > fisheye[1] if

Re: [4.14] release status update

2014-12-18 Thread Erik de Bruin
Thank you. I've updated the RELEASE_NOTES and the 'want to fix' JIRA ticket. EdB On Thu, Dec 18, 2014 at 12:42 PM, Mihai Chira wrote: > Both FLEX-26478 and FLEX-34609 are resolved, and now (after making > sure they're in the 4.14 RC) I marked them as resolved in Jira. > > On 18 December 2014

Re: FishEye accounts

2014-12-18 Thread Mihai Chira
This actually worked for a while, and now it asks me again to log into fisheye[1] if I want to see what commits were made for a ticket. How can I help solve this? [1] http://oi58.tinypic.com/6ied81.jpg On 12 September 2014 at 11:11, Mihai Chira wrote: > Shall we open an INFRA ticket for this? >

Re: [4.14] release status update

2014-12-18 Thread Mihai Chira
Both FLEX-26478 and FLEX-34609 are resolved, and now (after making sure they're in the 4.14 RC) I marked them as resolved in Jira. On 18 December 2014 at 09:22, Erik de Bruin wrote: > Hi, > > I've just cherry-picked the changes from the release branch into the > develop branch. I've chosen to che

Re: [INSTALLER] can't we make MD5 checking optional

2014-12-18 Thread Tom Chiverton
I think there is enough going on already, and there's no urgent need ? Tom On 16/12/14 19:31, Alex Harui wrote: OK, I’m willing to see a small charge, I just don’t want to get hit with a big bill if we do become popular. Anyway, do you want us to take on switching to this for 4.14 or after?

Fwd: Fwd: [4.14] testing is easy!

2014-12-18 Thread Mihai Chira
(forwarding to dev) -- Forwarded message -- From: Mihai Chira Date: 18 December 2014 at 11:17 Subject: Re: Fwd: [4.14] testing is easy! To: us...@flex.apache.org FYI Yesterday I compiled TrafficLIVE (pretty big application; many sub-projects) against 4.14.0, and the smoke test

AW: AW: [4.14] Skin for ... BusyIndicator3605 cannot be found.

2014-12-18 Thread Krüger , Olaf
> Olaf, please try again and see if the error is gone. I tried to install '4.14.' and the 'nightly build' also several times yesterday and today. The installer always stops after downloading cause of problems with 'Verifying Apache Flex SDK MD5 Signature'. (By installing 4.13. no errors occurred

Re: [4.14] release status update

2014-12-18 Thread Mahmoud Ali
I have a JIRA account created (akamud), I can't assign issues to me. but I'm already resolving FLEX-34692 and FLEX-34682.

Re: [4.14] how to use the new FlatSpark theme?

2014-12-18 Thread Mahmoud Ali
> > Sure, it is an issue with a new feature. Please commit to > 'release4.14', it will be merged into develop after we've released. Okay :)

[4.14] Apache Flex SDK 4.14 nightly build (#35): Successful

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

[4.14] release status update

2014-12-18 Thread Erik de Bruin
Hi, I've just cherry-picked the changes from the release branch into the develop branch. I've chosen to cherry-pick rather than merge because of the issues we had with a failed merge earlier this week, which made the release branch a bit of a mess. I plan to do this more regularly from now on, in