Re: [FLEXJS] IDE integration discussion

2013-11-29 Thread Alex Harui
On 11/29/13 11:31 PM, "OmPrakash Muppirala" wrote: >On Nov 29, 2013 10:40 PM, "Alex Harui" wrote: >> >> FB has some expectations that we probably can't change. If you look at >> the deploy scripts, some of them just don't seem necessary. Each of >>those >> expectations, especially the ones a

Re: [FLEXJS] IDE integration discussion

2013-11-29 Thread OmPrakash Muppirala
On Nov 29, 2013 10:40 PM, "Alex Harui" wrote: > > FB has some expectations that we probably can't change. If you look at > the deploy scripts, some of them just don't seem necessary. Each of those > expectations, especially the ones assuming that third-party code is in the > same folder tree, ma

Re: [FLEXJS] IDE integration discussion

2013-11-29 Thread Alex Harui
FB has some expectations that we probably can't change. If you look at the deploy scripts, some of them just don't seem necessary. Each of those expectations, especially the ones assuming that third-party code is in the same folder tree, makes us do more work in the installer and makes the custom

Re: [FLEXJS] IDE integration discussion

2013-11-29 Thread Erik de Bruin
The FlexJS SDK will be a 'regular' SDK in all aspects but for the framework code, correct? EdB On Sat, Nov 30, 2013 at 6:21 AM, Alex Harui wrote: > I think we'll be downloading FP and AIR SDKs for quite some time. > > -Alex > > On 11/29/13 10:31 AM, "OmPrakash Muppirala" wrote: > >>What about

Re: [FLEXJS] IDE integration discussion

2013-11-29 Thread Alex Harui
I think we'll be downloading FP and AIR SDKs for quite some time. -Alex On 11/29/13 10:31 AM, "OmPrakash Muppirala" wrote: >What about FlashPlayer swc? Even though it is optional for production >use, >they see required during development i.e. compilation time right? > >Also, what if the user w

Re: AW: Donation News

2013-11-29 Thread Alex Harui
Yes, that is another possibility as well, although in Flex Store the phones have prices and there is a shopping cart. -Alex On 11/29/13 5:07 AM, "christofer.d...@c-ware.de" wrote: >Just my 50ct to this Topic ... > >you are talking about the demo in which you can select Nokia phones >depending o

Re: Donation News

2013-11-29 Thread Alex Harui
OK, I will ask on legal-discuss. -Alex On 11/29/13 4:41 AM, "Mark Kessler" wrote: >Well you could try [1], they seem to release all rights to their photos >[2]. I think [3] works as well. > >[1] http://openclipart.org >[2] http://openclipart.org/share > > >[3] http://www.clker.com/ > > >-Mark

Re: Donation News

2013-11-29 Thread Alex Harui
On 11/29/13 1:14 PM, "Tom Chiverton" wrote: >On Friday 29 November 2013 16:02:05 Mark Kessler wrote: >> example. Either way still need pics lol. > >Plenty of clip art sites let you search for appropriately licensed >pictures. >When ever the code is donated we can plug in anything... I still d

Re: Donation News

2013-11-29 Thread Tom Chiverton
On Friday 29 November 2013 16:02:05 Mark Kessler wrote: > example. Either way still need pics lol. Plenty of clip art sites let you search for appropriately licensed pictures. When ever the code is donated we can plug in anything... -- Tom

Re: Donation News

2013-11-29 Thread Mark Kessler
That's true the nature of the data could change and minor tweaks to the example. Either way still need pics lol. -Mark On Fri, Nov 29, 2013 at 8:07 AM, christofer.d...@c-ware.de < christofer.d...@c-ware.de> wrote: > Just my 50ct to this Topic ... > > you are talking about the demo in which you

Re: [FLEXJS] IDE integration discussion

2013-11-29 Thread OmPrakash Muppirala
What about FlashPlayer swc? Even though it is optional for production use, they see required during development i.e. compilation time right? Also, what if the user wants to target the AIR runtime? Could that be an optional download? Thanks, Om On Nov 29, 2013 8:13 AM, "Erik de Bruin" wrote:

Re: [FLEXJS] IDE integration discussion

2013-11-29 Thread Erik de Bruin
I would very much prefer to download the latest version... but I think it's more realistic to download a specific version. I do hate that decisions like this (however logical at the moment) always come back to bite you. Some of the libraries (the closure compiler chief among them) will become so o

Re: [FLEXJS] IDE integration discussion

2013-11-29 Thread Alex Harui
Excellent. Sounds right to me. And yes, AUIC, the Installer will have to download the closure library. We cannot bundle it in the binary artifacts even though it has an Apache License. That's because an official Apache release must only contain source and the convenience binary package must only

Re: [FLEXJS] IDE integration discussion

2013-11-29 Thread Erik de Bruin
Ok, that is given the assumption that there is a Closure Library in the SDK (copied there by the Installer - soon?), in the location '[FlexJSSDKRoot]/js/lib/google/closure-library'. EdB On Fri, Nov 29, 2013 at 2:44 PM, Erik de Bruin wrote: > And finally: I committed a change that resolves relat

Re: [FLEXJS] IDE integration discussion

2013-11-29 Thread Erik de Bruin
And finally: I committed a change that resolves relative paths correctly when the compiler is called from outside the root of the SDK. A 'Hello World' app will now compile successfully with only this command line call: java -jar "[PathToFlexJSSDK]/js/lib/mxmlc.jar" -load-config="[PathToFlexJSSDK]/

Re: SDK Installer on Linux - status report

2013-11-29 Thread Tom Chiverton
On Saturday 23 November 2013 09:51:37 OmPrakash Muppirala wrote: > > https://cwiki.apache.org/confluence/display/FLEX/Installation+help# > > > > Any Windows users have any trouble shooting tips they want to include ? > > > > I'm thinking a subtle text link to the right of the badge on > > http://

AW: Donation News

2013-11-29 Thread christofer.d...@c-ware.de
Just my 50ct to this Topic ... you are talking about the demo in which you can select Nokia phones depending on different aspects ... how about changing this to: "Apache Flex Commiter" selection. Each Member of the Flex Team that wants to be part of this sends a Picture and fills out a short

RE: Font render problem

2013-11-29 Thread Miguel Ferreira
Welcome to the subject... The difference is in the renderers. I was blocked several times with this issue the i had to manage workarounds for the goals that i wished.Ex:Pdf outputApp presentation etc..If you find a solution or construct one please post! ;) > Date: Fri, 29 Nov 2013 03:42:53 -0800

Font render problem

2013-11-29 Thread paulo.ferreira
Hi all, I find some differences when I write on the “Text Area Spark” and “Text Area Mx” component using the same font family. The first difference that I noticed it’s about the space between characters that is different on both components, this difference it is clearer when I use Callimundial font

Re: [FLEXJS] IDE integration discussion

2013-11-29 Thread Erik de Bruin
To continue this monologue: I've committed a change to the config class that adds default relative paths (to FlexJS SDK) for the above mentioned remaining command line arguments. EdB On Fri, Nov 29, 2013 at 1:11 PM, Erik de Bruin wrote: > Never mind, a liberal application of quotes solved the

Re: Donation News

2013-11-29 Thread Mark Kessler
Well you could try [1], they seem to release all rights to their photos [2]. I think [3] works as well. [1] http://openclipart.org [2] http://openclipart.org/share [3] http://www.clker.com/ -Mark On Fri, Nov 29, 2013 at 1:05 AM, Alex Harui wrote: > Well, I could be wrong, but that's not my

Re: [FLEXJS] IDE integration discussion

2013-11-29 Thread Erik de Bruin
Never mind, a liberal application of quotes solved the error. This seems to be the current minimum command line: cd "/Applications/Adobe Flash Builder 4.7/sdks/4.11.0_overlay" java -jar "./js/lib/mxmlc.jar" -load-config="./frameworks/flex-config.xml" -closure-lib="/Users/erik/Documents/ApacheFlex

Re: [FLEXJS] IDE integration discussion

2013-11-29 Thread Erik de Bruin
Trying to cut the launch commands down to bare metal I came up with this: SCRIPT_HOME="/Applications/Adobe Flash Builder 4.7/sdks/4.11.0_overlay" java -Xmx384m -Dfile.encoding=UTF8 -Dsun.io.useCanonCaches=false -Dflexcompiler=${SCRIPT_HOME} -Dflexlib=${SCRIPT_HOME}/frameworks -jar ${SCRIPT_HOME}/

Re: Accordion Problem

2013-11-29 Thread Swen van Zanten
There is already a ticket for this issue. [1] There is also a temporary fix for this. [1] https://issues.apache.org/jira/browse/FLEX-33627?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13829829#comment-13829829 Met vriendelijke groet, Swen van zanten Com

[FLEXJS] IDE integration discussion

2013-11-29 Thread Erik de Bruin
Ok, the FDT people raised some interesting targets; I'd like to discuss them one by one, to get a better understanding where we are and what we're aiming for. 1. The user can get the FULLY functional Flex JS SDK by unzipping a downloaded file(best soultion) or a downloaded installer if it is execu

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2013-11-29 Thread OmPrakash Muppirala
On Nov 29, 2013 12:06 AM, "Erik de Bruin" wrote: > > Can we not (as FDT devs suggest) include a copy of the Closure Library > and Compiler? They are Apache licensed. > > An alternative would be to have the installer 'internalise' copies, > i.e. download them to the SDK directory. It would be bett

Re: [FlexJS] Reaching out to IDE developers to support FlexJS

2013-11-29 Thread Erik de Bruin
Can we not (as FDT devs suggest) include a copy of the Closure Library and Compiler? They are Apache licensed. An alternative would be to have the installer 'internalise' copies, i.e. download them to the SDK directory. EdB On Fri, Nov 29, 2013 at 8:29 AM, Alex Harui wrote: > > > On 11/28/13