Re: Installer install from web on Linux

2014-12-16 Thread David Harrburger
Hi Alex, Hi everybody ! Good new : no problem with the installer ths morning !? Will test the RC this sunday Thanks a lot and have a nice day (or a nice night!) david -Message d'origine- From: Alex Harui Sent: Tuesday, December 16, 2014 8:55 PM To: dev@flex.apache.org Subject: Re: In

Re: [DISCUSS] Release Apache Flex 4.14.0

2014-12-16 Thread piotrz
Alex, flex-config.xml for both SDK are the same except rsl urls. I have in both libs/player/{targetPlayerMajorVersion}.{targetPlayerMinorVersion}/playerglobal.swc I will try later today reinstall my intellij. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View th

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

2014-12-16 Thread OmPrakash Muppirala
On Dec 16, 2014 10:24 PM, "Alex Harui" wrote: > > > > On 12/16/14, 5:18 PM, "Mahmoud Ali" wrote: > > >> > >> { > >> skinClass: ClassReference("flatspark.skins.ButtonSkin"); > >> } > >> > >> I see the new flatspark skins fine this way. > > > > > >That's weird. This just works in my machine if I im

Re: [DISCUSS] Release Apache Flex 4.14.0

2014-12-16 Thread Alex Harui
Hi Piotr, Compare the frameworks/flex-config.xml files for 4.14.0 and 4.13.0. I think that’s where the default list of SWCs comes from. -Alex On 12/16/14, 10:45 PM, "piotrz" wrote: >Alex, > >Yes flashplayergloba.swc is in frameworks/libs. In the project settings >playerglobal.swc is missing -

Re: [DISCUSS] Release Apache Flex 4.14.0

2014-12-16 Thread piotrz
Alex, Yes flashplayergloba.swc is in frameworks/libs. In the project settings playerglobal.swc is missing - This is strange. Flex SDK 4.14.0 RC project settings -> http://images.devs-on.net/Image/Acfx4XqEnEs9uAYT-Obszar.png Flex SDK 4.13.0 project settings -> http://images.devs-on.net/Image/Mm7eq

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

2014-12-16 Thread Erik de Bruin
> I don't know if this relates to the problem, but I'm trying this on > Windows. Erik and Dany, which OS are you using? I'm on a Mac. EdB -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht T. 06-51952295 I. www.ixsoftware.nl

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

2014-12-16 Thread Alex Harui
On 12/16/14, 5:18 PM, "Mahmoud Ali" wrote: >> >> { >> skinClass: ClassReference("flatspark.skins.ButtonSkin"); >> } >> >> I see the new flatspark skins fine this way. > > >That's weird. This just works in my machine if I import the swc to my >project. If I use it directly from the SDK I get the

Re: Installer install from web on Linux

2014-12-16 Thread Alex Harui
Hi David, I don’t have an easy answer. You can always try using Ant to install if you want. Download the binary package http://apacheflexbuild.cloudapp.net:8080/job/flex-sdk_release-candidate/las tSuccessfulBuild/artifact/out/apache-flex-sdk-4.14.0-bin.zip Unzip it and run “ant -f installer.xml

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

2014-12-16 Thread Alex Harui
On 12/16/14, 9:36 PM, "DarkStone" wrote: >Hi Alex, > >Why this needs to be fixed is simple: > >1. Using MySkinnableComponent.setStyle("skinClass", SkinA) to apply an >initial skin is ok. > >2. Then using MySkinnableComponent.styleName = "skinB" won't work, the >skin won't change. > >The styleCh

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

2014-12-16 Thread DarkStone
Hi Alex, Why this needs to be fixed is simple: 1. Using MySkinnableComponent.setStyle("skinClass", SkinA) to apply an initial skin is ok. 2. Then using MySkinnableComponent.styleName = "skinB" won't work, the skin won't change. The styleChanged() function in SkinnableComponent doesn't handle

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

2014-12-16 Thread Mahmoud Ali
> > the release notes state that FlatSpark is a new theme so that description > should be updated (replace 'theme' with 'skins'?) I think that would be more appropriate for now.

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

2014-12-16 Thread Subscriptions
the release notes state that FlatSpark is a new theme so that description should be updated (replace 'theme' with 'skins'?) Lee Burrows ActionScripter On 17/12/2014 01:18, Mahmoud Ali wrote: FlatSpark still doesn't work as a "theme". This was not intended before the donation mainly because it

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

2014-12-16 Thread Mahmoud Ali
> > *1.) Specifying skinClass inline:* > > Looks like the wiki page has an error > > https://github.com/akamud/FlatSpark/wiki/How-to-use-FlatSpark-in-your-project The wiki was outdated, I changed the namespaces to lowercase just to follow the convention in the sdk projects. I was planning to upda

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

2014-12-16 Thread OmPrakash Muppirala
These are my tests: *1.) Specifying skinClass inline:* Looks like the wiki page has an error https://github.com/akamud/FlatSpark/wiki/How-to-use-FlatSpark-in-your-project flatSpark.skins.RadioButtonSkin must actually be (no camel case in flatspark): flatspark.skins.RadioButtonSkin I was able to

Re: BlazeDS not compiling for clean copy of SDK source

2014-12-16 Thread Alex Harui
On 12/16/14, 2:07 PM, "Gordon Smith" wrote: >> [Alex:] flex-falcon relies on flex-sdk being built first, so I thought >>that was fair precedence > >OK, that's fair. But if I make flex-falcon build what it needs in >flex-sdk, would you be willing to make flex-sdk build what it needs in >flex-bl

Re: [DISCUSS] Release Apache Flex 4.14.0

2014-12-16 Thread Alex Harui
Is playerglobal.swc in a subfolder in frameworks/libs? What do the project properties say about which SWCs will be compiled into the project? Is playerglobal.swc one of the SWCs? Is the path to it correct? -Alex On 12/16/14, 1:37 PM, "piotrz" wrote: >Alex, > >There is no change and I have th

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

2014-12-16 Thread Mahmoud Ali
Thanks, Om. I just did another test: copied the flatspark.swc from the downloaded Flex SDK 4.14.0 into my "libs" project folder and again it worked. So it looks like it just won't work when referencing the skin from the SDK itself...

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

2014-12-16 Thread OmPrakash Muppirala
On Tue, Dec 16, 2014 at 3:17 PM, Mahmoud Ali wrote: > > I downloaded the SDK again, FlatSpark is now included in libs folder, but > I'm getting the error "Unable to build font" for all the fonts FlatSpark > uses. > > I did a quick test using the flatspark.swc directly from my local Flex SDK > buil

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

2014-12-16 Thread Mahmoud Ali
> > All the fonts are added via css, they are declared the same way the > Android mobile theme declares them: > src:url("flatspark/assets/fonts/lato/Lato_Regular.otf"); > I forgot to mention, I'm also adding them to the compile-config.xml: flatspark/assets/fonts/awesome/FontAwesome.otf s

Re: [DISCUSS] Release Apache Flex 4.14.0

2014-12-16 Thread Mihai Chira
Could you please send me a simple text file instead of html? It will make the comparison much easier. Or was it the default way in which ls exported its output? That would be strange. On 16 December 2014 at 23:00, piotrz wrote: > Thanks Mihai. > > This is my diff report. I have SDK 4.14.0 RC with

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

2014-12-16 Thread Mahmoud Ali
I downloaded the SDK again, FlatSpark is now included in libs folder, but I'm getting the error "Unable to build font" for all the fonts FlatSpark uses. I did a quick test using the flatspark.swc directly from my local Flex SDK build (built on release4.14.0 branch) and everything worked fine. All

Re: [DISCUSS] Release Apache Flex 4.14.0

2014-12-16 Thread piotrz
Thanks Mihai. This is my diff report. I have SDK 4.14.0 RC with flash player 14 and Air 14 http://www16.zippyshare.com/v/32558895/file.html There are some differences but I don't know how can they affect on these issues. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this mess

Re: [DISCUSS] Release Apache Flex 4.14.0

2014-12-16 Thread Mihai Chira
if you're on Windows, open a git bash (otherwise open a console window), navigate to the SDK installation folder (which should be "cd H:\flexsdk\ApacheFlex_Nightly"), and run this command: ls -R > out.txt It will take a while (mine took about 2 minutes), and at the end in the SDK folder you'll ha

Re: [DISCUSS] Release Apache Flex 4.14.0

2014-12-16 Thread piotrz
Mihai, I'm not familiar with this command ls -R ? Where I should use it ? - 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-tp43390p43610.html Sent from the Apache Flex Deve

Re: [DISCUSS] Release Apache Flex 4.14.0

2014-12-16 Thread Mihai Chira
I just checked my IntelliJ output, and it looks much the same as yours, piotr, except it works (strangely). It just did, as soon as I managed to install Flex 4.14.0 RC. My first idea would be to check if the contents of our installations are identical or not (maybe a script didn't run well, or som

RE: BlazeDS not compiling for clean copy of SDK source

2014-12-16 Thread Gordon Smith
> [Alex:] flex-falcon relies on flex-sdk being built first, so I thought that > was fair precedence OK, that's fair. But if I make flex-falcon build what it needs in flex-sdk, would you be willing to make flex-sdk build what it needs in flex-blazeds? - Gordon > From: aha...@adobe.com > To:

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

2014-12-16 Thread Mahmoud Ali
Sorry for the delay to answer this. I downloaded the 4.14 SDK this morning and I had the same problem Dany is having. All the FlatSpark sources are there, but the .swc is not getting generated in the libs folder. I downloaded the SDK via the installer. I'll try to download it again, as Erik instr

Re: [DISCUSS] Release Apache Flex 4.14.0

2014-12-16 Thread piotrz
Alex, There is no change and I have the same errors. This is what I did: Downloaded once again SDK: Flash Player 15 and Air 15 - The same errors. I have created new Flex project and got -> http://images.devs-on.net/Image/W0H1KTEMTB1Dpuvz-Obszar.png Downloaded SDK with Flash Player 14 and Air 14

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

2014-12-16 Thread Chris Martin
Ugh, one test and it worked, and now the other it is not. The -n file is not clobbering the file as noted in the help, but the error is still being presented and the script stops. Chris > From: chrsm...@outlook.com > To: dev@flex.apache.org > Subject: RE: git commit: [flex-sdk] [refs/heads/r

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

2014-12-16 Thread Chris Martin
Yeah, we can use uname[1]. I try my best to avoid OS detection only because there are many out there. This issue stems from how .exe files are handled in Cygwin. Basically they treat 'file.exe' and 'file' to be the same thing as 'file' is an executable in *nix[2]. Judging by how the rsync c

[INSTALLER] Update to options -- was RE: [4.14] testing is easy!

2014-12-16 Thread Neil Madsen
So I think I have it all sorted out now. I had to add in some logic that shows/hides certain options based on the version of the SDK the user has selected to install. In 4.13.0 (and lower) "Remoting Support" needs to be shown but in 4.14.0 (and higher) the remoting bits from BlazeDS are going to b

Re: Installer install from web on Linux

2014-12-16 Thread David Harrburger
Alex, No problem to go on this page with a browser. I can get the xml directly with the browser at http://apacheflexbuild.cloudapp.net:8080/job/flex-sdk_release-candidate/lastSuccessfulBuild/artifact/out/apache-flex-sdk-installer-config.xml I'm sorry, I have no idea why it doesn't work... than

Re: Installer install from web on Linux

2014-12-16 Thread Alex Harui
Can you use a browser to get to here? http://apacheflexbuild.cloudapp.net:8080 I’m wondering if there is some security setting blocking you from getting to that server. -Alex On 12/16/14, 11:41 AM, "David Harrburger" wrote: >Hi dear Flexers, > >I'm jumping into the Flex Train :o) >I'm new on

Re: Installer install from web on Linux

2014-12-16 Thread David Harrburger
Hi dear Flexers, I'm jumping into the Flex Train :o) I'm new on this mailing list so let me know if I'm not on the good thread or if I make something wrong. And my English is also very bad... so please excuse me if you don't understand me... I'll try to do my best :o) Seems I have a problem with

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

2014-12-16 Thread Alex Harui
On 12/16/14, 10:46 AM, "Erik de Bruin" wrote: >>>A few tiny downloads (that's all we're really talking about, right?) >>>won't break break the (credits) bank. >> >> I don’t think it is a “few”, it is at least two per install times >>however >> many installs per month. If Flex becomes wildly po

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

2014-12-16 Thread Erik de Bruin
>>A few tiny downloads (that's all we're really talking about, right?) >>won't break break the (credits) bank. > > I don’t think it is a “few”, it is at least two per install times however > many installs per month. If Flex becomes wildly popular, will I end up > paying? The Azure T&C’s also said

Re: git commit: [flex-sdk] [refs/heads/release4.14.0] - add cachefile for osmf

2014-12-16 Thread Mihai Chira
No rush, just making sure we're not forgetting about branch fixes. Good luck with Mustella. On 16 December 2014 at 17:48, Erik de Bruin wrote: > Yes, I will. But we're focussing on 4.14 release now, so I'm not > putting time in to do that if there are other things that need doin'. > Currently the

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

2014-12-16 Thread Alex Harui
On 12/16/14, 9:52 AM, "Erik de Bruin" wrote: >A few tiny downloads (that's all we're really talking about, right?) >won't break break the (credits) bank. I don’t think it is a “few”, it is at least two per install times however many installs per month. If Flex becomes wildly popular, will I

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

2014-12-16 Thread Erik de Bruin
Do you have any idea how we may special case the copy of these files, so they are excluded when the script runs on Cygwin? EdB On Tue, Dec 16, 2014 at 6:46 PM, Chris Martin wrote: > Hey everyone, > > The original shell file ran fine on Cygwin. > > Chris > >> From: e...@ixsoftware.nl >> Date: T

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

2014-12-16 Thread Erik de Bruin
Justin, Please revert this commit until you have found a solution that allows it to keep working on Cygwin as well. You may also want to revert the changes to the doc that were seemingly made possible by this commit. Thanks for your cooperation, EdB On Tue, Dec 16, 2014 at 9:41 AM, wrote: >

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

2014-12-16 Thread Erik de Bruin
> I’m just wondering if there are restrictions on using the free Azure > instance for this kind of thing and how much bandwidth it will turn out to > be. If I could find another server to store the MD5s on that would be > preferred. The Azure instances are not free. You just pay for them with the

Re: git commit: [flex-sdk] [refs/heads/release4.14.0] - add cachefile for osmf

2014-12-16 Thread Erik de Bruin
Yes, I will. But we're focussing on 4.14 release now, so I'm not putting time in to do that if there are other things that need doin'. Currently the Mustella jobs are having difficulties, that's keeping me pretty busy :-( EdB On Tue, Dec 16, 2014 at 6:06 PM, Mihai Chira wrote: > Will we merge

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

2014-12-16 Thread Chris Martin
Hey everyone, The original shell file ran fine on Cygwin. Chris > From: e...@ixsoftware.nl > Date: Tue, 16 Dec 2014 17:05:35 +0100 > Subject: Re: git commit: [flex-sdk] [refs/heads/release4.14.0] - add adl and > act to list of files to copy > To: dev@flex.apache.org > > > Also wanted to mak

Re: git commit: [flex-tlf] [refs/heads/develop] - FLEX-34649 Handle situation where textlines don't exist because they've been scrolled off-screen

2014-12-16 Thread Mihai Chira
> I’m not sure what you are referring to Sorry, I was just referring to the formatting of the source code, not to the bug itself. Because the lines you added appear to have less whitespace at the beginning than the ones they're surrounded by. But as I said, I assume it's because you're using spaces

Re: git commit: [flex-sdk] [refs/heads/release4.14.0] - add cachefile for osmf

2014-12-16 Thread Mihai Chira
Will we merge this back onto develop? On 16 December 2014 at 15:51, wrote: > Repository: flex-sdk > Updated Branches: > refs/heads/release4.14.0 19a8576d5 -> dafcb3c70 > > > add cachefile for osmf > > > Project: http://git-wip-us.apache.org/repos/asf/flex-sdk/repo > Commit: http://git-wip-us.a

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

2014-12-16 Thread Alex Harui
On 12/16/14, 8:50 AM, "OmPrakash Muppirala" wrote: >On Dec 16, 2014 8:43 AM, "Alex Harui" wrote: >> >> IMO, there are two issues: >> >> 1) Adobe keeps updating the downloads and we get out of sync and there >>are >> failures until we get synced up >> 2) Folks using the installer seem to get ba

Re: git commit: [flex-tlf] [refs/heads/develop] - FLEX-34649 Handle situation where textlines don't exist because they've been scrolled off-screen

2014-12-16 Thread Alex Harui
On 12/16/14, 7:45 AM, "Mihai Chira" wrote: >Might there have been some formatting differences in terms of spaces >vs. tabs there? Or were the original Adobe files tab-formatted, and >since now we're using spaces your lines are "correct" and the others >are not? I’m not sure what you are referr

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

2014-12-16 Thread OmPrakash Muppirala
On Dec 16, 2014 8:43 AM, "Alex Harui" wrote: > > IMO, there are two issues: > > 1) Adobe keeps updating the downloads and we get out of sync and there are > failures until we get synced up > 2) Folks using the installer seem to get bad downloads more often than > using Ant/Browser. > > For 1), I’v

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

2014-12-16 Thread Alex Harui
IMO, there are two issues: 1) Adobe keeps updating the downloads and we get out of sync and there are failures until we get synced up 2) Folks using the installer seem to get bad downloads more often than using Ant/Browser. For 1), I’ve been pondering having MD5 checker leave .md5 files on the CI

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

2014-12-16 Thread Bertrand Delacretaz
Hi, On Tue, Dec 16, 2014 at 5:10 PM, Erik de Bruin wrote: > ...Can't we make MD5 checking optional in the installer?... >From a general Apache point of view, encouraging people to download binaries without verifying them is very bad. Giving people the option to shoot themselves in the foot can

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

2014-12-16 Thread Tom Chiverton
The trouble being that sometimes the Apache mirrors are screwed, and the only way to tell is to check the checksums (or explode when the files are unpacked, if you get lucky). Tom On 16/12/14 16:10, Erik de Bruin wrote: Hi, Can't we make MD5 checking optional in the installer? Even downloads

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

2014-12-16 Thread Mihai Chira
I think we should keep it at least as a warning. Twice when the md5 check failed on the sdk the sdk hadn't downloaded completely (though the installer thought it had), so it can still be a useful debugging tool. On 16 December 2014 at 16:10, Erik de Bruin wrote: > Hi, > > Can't we make MD5 checki

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

2014-12-16 Thread Alex Harui
On 12/16/14, 8:10 AM, "Erik de Bruin" wrote: >Hi, > >Can't we make MD5 checking optional in the installer? Even downloads >from Apache's website don't force you to check the MD5 sigs of a >download, and it's causing all kinds of problems with downloads >through the installer. If you get a bad

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

2014-12-16 Thread OmPrakash Muppirala
On Tue, Dec 16, 2014 at 8:10 AM, Erik de Bruin wrote: > > Hi, > > Can't we make MD5 checking optional in the installer? Even downloads > from Apache's website don't force you to check the MD5 sigs of a > download, and it's causing all kinds of problems with downloads > through the installer. > > +

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

2014-12-16 Thread Alex Harui
Hi Darkstone, Can you provide more details on why this change is needed? In theory, the SkinnableComponent.styleChanged() method should have seen the styleName change. -Alex On 12/16/14, 1:27 AM, "DarkStone" wrote: >Hi, > >I found a bug of SkinnableComponent, when use the styleName property t

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

2014-12-16 Thread Erik de Bruin
I just used the installer to download the (Show Dev Builds) 4.14.0 RC and created the following app using it: http://ns.adobe.com/mxml/2009"; xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600"> Which showed me a pe

[INSTALLER] can't we make MD5 checking optional

2014-12-16 Thread Erik de Bruin
Hi, Can't we make MD5 checking optional in the installer? Even downloads from Apache's website don't force you to check the MD5 sigs of a download, and it's causing all kinds of problems with downloads through the installer. EdB -- Ix Multimedia Software Jan Luykenstraat 27 3521 VB Utrecht

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

2014-12-16 Thread Erik de Bruin
> Also wanted to make sure it was noted that the bat file also does not copy > the adt and adl files as I think we are expecting. Are we expecting those > files to also be copied if they use the bat file? No, I think we aren't expecting that. *.bat only runs on Windows, so only needs to copy th

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

2014-12-16 Thread Chris Martin
> I'm not 100% sure that the script worked before on cygwin, could someone > check? *raises his hand* I'll take a peek. Also wanted to make sure it was noted that the bat file also does not copy the adt and adl files as I think we are expecting. Are we expecting those files to also be cop

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

2014-12-16 Thread Dany Dhondt
http://ns.adobe.com/mxml/2009"; xmlns:s="library://ns.adobe.com/flex/spark" xmlns:mx="library://ns.adobe.com/flex/mx" xmlns:flatspark="flatspark.components.*" minWidth="955" minHeight="60

Re: [4.14] testing is easy!

2014-12-16 Thread Alex Harui
That’s correct, turn off download cache for now. Thanks for finding that. I’ve updated the installer.xml so it shouldn’t require turning off the download cache. Please test again with cache on after the next RC build. FWIW, I think we have to use format=raw otherwise you get HTML, not the raw d

Re: git commit: [flex-tlf] [refs/heads/develop] - FLEX-34649 Handle situation where textlines don't exist because they've been scrolled off-screen

2014-12-16 Thread Mihai Chira
Might there have been some formatting differences in terms of spaces vs. tabs there? Or were the original Adobe files tab-formatted, and since now we're using spaces your lines are "correct" and the others are not? On 12 December 2014 at 04:40, wrote: > Repository: flex-tlf > Updated Branches: >

Fwd: [JIRA](FLEX-34649) Help needed for tlf bug

2014-12-16 Thread Mihai Chira
After epic (and still unsuccessful) efforts to turn my source SDK into a working IDE SDK, I've now managed to retest this on the 4.14 RC and the bug has been fix by Alex's commit[1]. Thanks, Alex. [1] https://github.com/apache/flex-tlf/commit/9280a37b9d26bc3f957c0801661793422b0b9a2b

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

2014-12-16 Thread okrue...@edscha.com
https://issues.apache.org/jira/browse/FLEX-34690 Thanks for help! -- View this message in context: http://apache-flex-development.247.n4.nabble.com/4-14-Skin-for-BusyIndicator3605-cannot-be-found-tp43499p43561.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

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

2014-12-16 Thread Alex Harui
On 12/16/14, 7:29 AM, "Erik de Bruin" wrote: >Can you try the same, but add >"xmlns:flatspark="flatspark.components.*" to the Application tag? Actually, the issue may be the need to “import flatspark.skins.ButtonSkin;”. I verified that the fonts are in the SWC from my last install of the RC.

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

2014-12-16 Thread Erik de Bruin
Never mind, I used that for ButtonIcon. I'm not having the best of luck helping out with this theme ;-) I'll let Mahmoud do the talking from now on. EdB On Tue, Dec 16, 2014 at 4:29 PM, Erik de Bruin wrote: > Can you try the same, but add > "xmlns:flatspark="flatspark.components.*" to the App

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

2014-12-16 Thread Erik de Bruin
Can you try the same, but add "xmlns:flatspark="flatspark.components.*" to the Application tag? EdB On Tue, Dec 16, 2014 at 4:25 PM, Dany Dhondt wrote: > Tried all this, nothing works: > > > > > > > > @namespace s "library://ns.adobe.com/flex/spark"; > > s|Button { >

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

2014-12-16 Thread Dany Dhondt
Tried all this, nothing works: @namespace s "library://ns.adobe.com/flex/spark"; s|Button { skinClass: ClassReference("flatspark.skins.ButtonSkin"); } Sure the fonts are in the swc? Can I download them manually to test further? Dany

Re: [4.14] testing is easy!

2014-12-16 Thread Mihai Chira
When I turn on verbose traces, it tells me this: "check-sum: Validating download: C:\FlexSDK4.14/frameworks/libs/osmf.swc progress 266698 266698 put-in-cache: [copy] Copying 1 file to C:\Users\evolverine\Downloads\Flex Download Cache\adobe\flexsdk\code\HEAD\tree\trunk\frameworks\libs\OSMF2

Re: [1/3] git commit: [flex-sdk] [refs/heads/develop] - FLEX-26703 changed the batch file instructions in README to what actually works in Windows.

2014-12-16 Thread Mihai Chira
In line with my belief that it's very useful to make all (or most) commits related to a Jira ticket, I piggy-backed on this old ticket for README instructions (FLEX-26703). I'll close it now, if no one disagrees, and I'll open others if I need to. On 16 December 2014 at 13:02, wrote: > Repositor

Re: [4.14] testing is easy!

2014-12-16 Thread Mihai Chira
Ok, now that worked (it's quite flaky though), but (three times now) failed to open OSMF after downloading it (I can confirm the file is there): "... Downloading OSMF2_0.swc?format=raw from: http://sourceforge.net/adobe/flexsdk/code/HEAD/tree/trunk/frameworks/libs Validating download: C:\Users\evo

Re: [DISCUSS] Release Apache Flex 4.14.0

2014-12-16 Thread Mihai Chira
Piotr, that was the same error I was getting when trying to make the develop branch of the sdk a working Flex SDK in the IDE. I kept thinking I wasn't doing it right, but it might be a wider issue about the sdk. Please let us know what you find. On 16 December 2014 at 07:00, piotrz wrote: > Alex,

Re: [4.14] testing is easy!

2014-12-16 Thread Mihai Chira
Just tried to install it, and after three attempts I still get "The Apache Flex SDK MD5 Signature of the downloaded files does not match the reference value. The file is invalid, installation is aborted. Aborting Installation" The first two times I checked the log it was evident that the sdk had no

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

2014-12-16 Thread Mahmoud Ali
> > > Actually this skinClass="flatspark.skins.ButtonSkin" also should work :) > > It should work, last time I checked I used the flatspark.swc from libs folder directly into FlatSpark's demo and I had no problem. I'll take a look a this and write the wiki page. > OK, you should have permissions

Re: git commit: [flex-sdk] [refs/heads/release4.14.0] - Revert "Merge commit '1884960242f835879f5ca6504659072a2305f120' into release4.14.0"

2014-12-16 Thread OmPrakash Muppirala
Thanks much! Om On Dec 16, 2014 12:49 AM, "Erik de Bruin" wrote: > All done. I've also included the mobile skin fix as a bonus. > > The release branch should now be back in it's 'original' state, with a > little detour along the way ;-) > > EdB > > > > On Tue, Dec 16, 2014 at 9:40 AM, Erik de Br

Re: Installer install from web on Linux

2014-12-16 Thread OmPrakash Muppirala
On Dec 16, 2014 1:44 AM, "Justin Mclean" wrote: > > Hi, > > > Here's the current staging build: > > http://flex.staging.apache.org/installer.html > > Which is currently returning "The application was unable to retrieve the configuration file." for me. > Crossdomain issue. Should be fine in prod.

Re: Debugging Tests

2014-12-16 Thread piotrz
Hi Harbs, At our last debugging session I couldn't correctly setup for you test environment in IDE. I get back to this yesterday and I know what I have missed. You have to import following projects to IDE (Flash Builder or Intellij): - automation_apps (build project to: bin -> flex-tlf\automatio

Re: Installer install from web on Linux

2014-12-16 Thread Justin Mclean
Hi, > Here's the current staging build: > http://flex.staging.apache.org/installer.html Which is currently returning "The application was unable to retrieve the configuration file." for me. Justin

Re: Installer install from web on Linux

2014-12-16 Thread Tom Chiverton
Here's the current staging build: http://flex.staging.apache.org/installer.html If there are no comments I'll push it live tommorrow. Tom On 15/12/14 14:18, Alex Harui wrote: Yes. Make it so. Sent via the PANTECH Discover, an AT&T 4G LTE smartphone. Tom Chiverton wrote: Linux .deb builds o

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

2014-12-16 Thread DarkStone
Hi, I found a bug of SkinnableComponent, when use the styleName property to change the skin, in certain circumstances it does not work, the skin won't change! I've already created the JIRA issue for this bug: https://issues.apache.org/jira/browse/FLEX-34689 I've already figured it out how to fi

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

2014-12-16 Thread Erik de Bruin
In which case, we've found an issue... EdB On Tue, Dec 16, 2014 at 9:58 AM, piotrz wrote: > Erik, > > Actually this skinClass="flatspark.skins.ButtonSkin" also should work :) > > Piotr > > > > - > Apache Flex PMC > piotrzarzyck...@gmail.com > -- > View this message in context: > http://a

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

2014-12-16 Thread piotrz
Erik, Actually this skinClass="flatspark.skins.ButtonSkin" also should work :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/4-14-how-to-use-the-new-FlatSpark-theme-tp43479p43552.html Sent from the

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

2014-12-16 Thread Erik de Bruin
I also managed to get this error when I forgot to put the curly braces inside the property declaration, like so: good: skinClass="{flatspark.skins.ButtonSkin}", but I had: skinClass="flatspark.skins.ButtonSkin" HTH, EdB On Tue, Dec 16, 2014 at 9:26 AM, Dany Dhondt wrote: > Eric, > > flatspar

Re: git commit: [flex-sdk] [refs/heads/release4.14.0] - Revert "Merge commit '1884960242f835879f5ca6504659072a2305f120' into release4.14.0"

2014-12-16 Thread Erik de Bruin
All done. I've also included the mobile skin fix as a bonus. The release branch should now be back in it's 'original' state, with a little detour along the way ;-) EdB On Tue, Dec 16, 2014 at 9:40 AM, Erik de Bruin wrote: > I'm on it. No worries... it was still Monday on your end ;-) > > EdB

Re: git commit: [flex-sdk] [refs/heads/release4.14.0] - Revert "Merge commit '1884960242f835879f5ca6504659072a2305f120' into release4.14.0"

2014-12-16 Thread Erik de Bruin
I'm on it. No worries... it was still Monday on your end ;-) EdB On Tue, Dec 16, 2014 at 9:33 AM, OmPrakash Muppirala wrote: > Damn it, it's not my day. I have packed up for the night. Can someone > else fix this, please? > > I am going to go hide in a hole in the meantime :-( > > Thanks, >

Re: git commit: [flex-sdk] [refs/heads/release4.14.0] - Revert "Merge commit '1884960242f835879f5ca6504659072a2305f120' into release4.14.0"

2014-12-16 Thread OmPrakash Muppirala
Damn it, it's not my day. I have packed up for the night. Can someone else fix this, please? I am going to go hide in a hole in the meantime :-( Thanks, Om On Dec 15, 2014 11:42 PM, "Erik de Bruin" wrote: > I'm seeing the same thing :-) Looks like all changes to the 'release' > branch have be

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

2014-12-16 Thread Dany Dhondt
Eric, flatspark.swc is there but I still get the errors. It has to do with the fonts I think. First, there are a lot of these: exception during transcoding: client And then these: unable to build font 'FontAwesome' same for Lato, LatoBlack etc.. Dany > Op 15-dec.-2014, om 18:08 heeft