Re: MSDN Subscription Renewal

2013-06-21 Thread Bertrand Delacretaz
On Thu, Jun 20, 2013 at 7:11 PM, Jeffry Houser wrote: > > ...Did I miss something? Do members of Apache Flex somehow get complimentary > MSDN subscriptions?... AFAIK the complimentary MSDN subscriptions for Apache committers are still available, see this (committers-only) link: https://svn.apa

Re: MSDN Subscription Renewal

2013-06-21 Thread Bertrand Delacretaz
On Fri, Jun 21, 2013 at 11:15 AM, Bertrand Delacretaz wrote: > ...AFAIK the complimentary MSDN subscriptions for Apache committers are > still available, see this (committers-only) link: > > https://svn.apache.org/repos/private/committers/donated-licenses/msdn-subscription.html And also https://

Adding support for CSS background and borders

2013-06-21 Thread jude
In HTML and CSS you can specify the background and border on any container and I think on any control. So for a button or div you can do this: You can also point the background to an SVG file with url("button-up.svg"). In my opinion, this is one area where Flex is sorely lacking. Is there a wa

Re: Skinning FlexJS

2013-06-21 Thread jude
Hi Om, I have been trying to think of a way to be able to reuse the skin you create in Flex with HTML 5 as well. I think it may require a new Flex component or MXML Skins with certain constraints (such as no ActionScript in the skin). Off the top of my head I have listed some ways we can create t

RE: FlexUnit

2013-06-21 Thread Michael A. Labriola
>Hey Mike, would that same compatibility issue impact how IDEA is calling >FlexUnit, or would your changes likely break that integration as well? Likely >IF it would, my net question would be to ask if the new socket server features >of FP 11.8 and AIR 3.8 might be able to be leveraged to provi

Re: Adding support for CSS background and borders

2013-06-21 Thread Alex Harui
Seems like you could create a CSSBackground component that subclasses Skin that becomes the base class of every skin of your theme. Since most components don't have CSS background styles set, the code wouldn't do much unless needed. One possible gotcha would be any components who derive their siz

RE: File modes

2013-06-21 Thread Gordon Smith
Alex, you're the only person in the log for the second of these two particular files, so we should be able to figure it out. Are you on Windows or Mac? What Git client are you using? - Gordon -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: Thursday, June 20, 2013 8:

Re: File modes

2013-06-21 Thread Alex Harui
I've been fixing up baselines from three different computers, two on Windows and a Mac. I'm not quite sure what computers these came from. What do we want the file mode to be? On 6/21/13 10:33 AM, "Gordon Smith" wrote: >Alex, you're the only person in the log for the second of these two >partic

RE: File modes

2013-06-21 Thread Gordon Smith
100644 for non-executables. 100755 for executables. A little web searching revealed that the problem might be this: If you've checked out a file from Subversion that had svn:executable set, either on Mac or using Cygwin on Windows, and then commit it to Git, Git assumes it should be executable

RE: File modes

2013-06-21 Thread Gordon Smith
Cleaning it up isn't a priority, and I can do it eventually. I'm more interested in determining why it's happening so it doesn't happen indefinitely. - Gordon -Original Message- From: Gordon Smith Sent: Friday, June 21, 2013 11:10 AM To: dev@flex.apache.org Subject: RE: File modes 1006

Re: File modes

2013-06-21 Thread Alex Harui
These files are being generated (or regenerated) by mustella on one of my computers. I do recall seeing git make mode changes as I add or commit these files, but I didn't realize it was setting the wrong bits. On 6/21/13 11:09 AM, "Gordon Smith" wrote: >100644 for non-executables. 100755 for ex