Re: flexjs and flashdevelop

2017-02-13 Thread Harbs
Nice. > On Feb 14, 2017, at 6:21 AM, lizhi wrote: > > https://github.com/matrix3d/spriteflexjs/wiki/flashdevelop > > > > - > spriteflexjs.com > -- > View this message in context: > http://apache-flex-development.247.n4.nabble.com/flexjs-and-flashdevelop-tp59364.html > Sent from the

Re: [FlexJS] CompressionUtils (linking scripts)

2017-02-13 Thread Harbs
Fair enough… ;-) The problem is creating libraries which can be used both in the browser and in Node. Unless we add another set of swcs for Node with a new COMPILE::NODE conditional, I don’t see how we can generalize FlexJS to be usable for both. Maybe adding COMPILE::NODE is the right answer.

[FlexJS] background images not showing

2017-02-13 Thread Justin Mclean
Hi, Can anyone confirm this is a bug? I’m getting the text showing but no image showing. I can see in the network panel that the image is being downloaded. http://ns.adobe.com/mxml/2009"; xmlns:js="library://ns.apache.org/flexjs/basic">

Re: [DISCUSS] Release Apache Flex SDK 4.16 RC2

2017-02-13 Thread Justin Mclean
Hi, > I think saxon is only used by ASDoc? Did you try ASDoc? No I did not. I’ll give it a try. Thanks, Justin

Re: [DISCUSS] Release Apache Flex SDK 4.16 RC2

2017-02-13 Thread Alex Harui
On 2/13/17, 10:17 PM, "Justin Mclean" wrote: >Hi, > >> Hmm... For me, the source kit doesn't seem to be result in saxon ending >>up >> in lib/external/saxon9.jar. Instead it has the full version in the name >> (saxon9-1-0-8.jar). The binary kit doesn't seem to have saxon in it at >> all. Do

Re: [DISCUSS] Release Apache Flex SDK 4.16 RC2

2017-02-13 Thread Justin Mclean
Hi, > Hmm... For me, the source kit doesn't seem to be result in saxon ending up > in lib/external/saxon9.jar. Instead it has the full version in the name > (saxon9-1-0-8.jar). The binary kit doesn't seem to have saxon in it at > all. Do you have it working for you? I compiled the source SDK a

Re: [FlexJS, MDL] Mixing Basic and MDL

2017-02-13 Thread yishayw
Thanks for the explanation. I see your points, and it would probably be better if we had an MDL like theme for the basic set so we don't have to worry about layout and style conflicts. Pragmatically speaking, right now our best bet is to re-use your implementation in our Basic based app. It might a

Re: [DISCUSS] Release Apache Flex SDK 4.16 RC2

2017-02-13 Thread Alex Harui
On 2/11/17, 3:04 PM, "Justin Mclean" wrote: >Hi, > >Please discuss the release candidate here and not in the vote thread. Hmm... For me, the source kit doesn't seem to be result in saxon ending up in lib/external/saxon9.jar. Instead it has the full version in the name (saxon9-1-0-8.jar). The

Re: [FlexJS] Setting background colour at run time fails

2017-02-13 Thread Alex Harui
On 2/13/17, 9:40 PM, "Justin Mclean" wrote: >Hi, > >> IMO, that isn't PAYG. Container shouldn't need to carry around such >>code >> unless the app developer needs to changes styles at runtime. >> >> Whatever code you needed to make this work should be wrapped up as a >>bead >> so folks can ad

Re: [FlexJS] Falcon Not Building in Ant

2017-02-13 Thread yishayw
Correct, README states Java SDK 1.6 or greater. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Falcon-Not-Building-in-Ant-tp59299p59367.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] Setting background colour at run time fails

2017-02-13 Thread Justin Mclean
Hi, > IMO, that isn't PAYG. Container shouldn't need to carry around such code > unless the app developer needs to changes styles at runtime. > > Whatever code you needed to make this work should be wrapped up as a bead > so folks can add the code if they need it. OK. Let's say the have a bead

Re: [FlexJS] Setting background colour at run time fails

2017-02-13 Thread Alex Harui
On 2/13/17, 5:48 PM, "Justin Mclean" wrote: > >Is there any reason why Container couldn’t have a reapplyStyles method >that calls ValuesManager.valuesImp.applyStyles passing this and >this.style? IMO, that isn't PAYG. Container shouldn't need to carry around such code unless the app developer

flexjs and flashdevelop

2017-02-13 Thread lizhi
https://github.com/matrix3d/spriteflexjs/wiki/flashdevelop - spriteflexjs.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/flexjs-and-flashdevelop-tp59364.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] - Is FlexJS ready for production?

2017-02-13 Thread lizhi
agree you. and Put bug. Help with publicity. Do the test game. all can help the proj - spriteflexjs.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Is-FlexJS-ready-for-production-tp59129p59363.html Sent from the Apache Flex Development m

Re: [FlexJS] Setting background colour at run time fails

2017-02-13 Thread Justin Mclean
Hi, Of course directly calling applyStyles like like means you don't need to use binding at all. http://ns.adobe.com/mxml/2009"; xmlns:js="library://ns.apache.org/flexjs/basic">

Re: [FLEXJS] compile-as-config -> compile-swf-config

2017-02-13 Thread Josh Tynjala
I think swf makes more sense because ActionScript is the source language in both cases. Do it! - Josh On Feb 13, 2017 5:05 PM, "Alex Harui" wrote: > Any objections to renaming the compile-as-config.xml files to > compile-swf-config.xml? > > Thanks, > -Alex > > >

Re: [FlexJS] Setting background colour at run time fails

2017-02-13 Thread Justin Mclean
Hi, > Do you need a getter if it just gets installed in ValuesManager? I guess not just seems a little inconsistent. Anyway changing the code to this: http://ns.adobe.com/mxml/2009"; xmlns:js="library://ns.apache.org/flexjs/basic" xmlns:beads="org.apache.flex.html.beads.*">

[FlexJS] possible mvn build or compiler issue?

2017-02-13 Thread Justin Mclean
Hi, I have this conditional code and compiling with maven (standard simple archetype generated pom): But when compiling for JS the updateBoxStyles function is empty like so: /** * @export */ BindingStyleTest.prototype.updateBoxStyles = function() { }; Am I doing something wrong? Or is the f

[FLEXJS] compile-as-config -> compile-swf-config

2017-02-13 Thread Alex Harui
Any objections to renaming the compile-as-config.xml files to compile-swf-config.xml? Thanks, -Alex

Re: [FlexJS] Setting background colour at run time fails

2017-02-13 Thread Alex Harui
On 2/13/17, 4:51 PM, "Justin Mclean" wrote: >Hi, > >> /** >>* @param value The event containing new style properties. >>*/ >> COMPILE::JS >> protected function styleChangeHandler(value:ValueChangeEvent):void >> { >> var newStyle:Object = {}; >>

Re: [FlexJS] Setting background colour at run time fails

2017-02-13 Thread Justin Mclean
Hi, > /** >* @param value The event containing new style properties. >*/ > COMPILE::JS > protected function styleChangeHandler(value:ValueChangeEvent):void > { > var newStyle:Object = {}; > newStyle[value.propertyName] = value.newValue; >

[4.16.0] # Apache Flex SDK 4.16.0 nightly build 233: Successful

2017-02-13 Thread flex . ci . builds
flex-sdk_release-candidate - Build #233 - 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/233/.

Re: [FlexJS] Setting background colour at run time fails

2017-02-13 Thread Alex Harui
On 2/13/17, 2:58 PM, "Justin Mclean" wrote: >Hi, > >> A bit more complex for SWFs. JS it should just work. > >So is SolidBackgroundBead the default for a container or do I need to add >it? Default for SWF. It should not be used for JS. The change event from BindableCSSStyles still needs to

Re: source forge downloads failing

2017-02-13 Thread Alex Harui
On 2/13/17, 2:50 PM, "Christofer Dutz" wrote: >Hi Alex, > >Actually, it’s the sort of think I do enjoy doing … for example I did >enjoy implmeneting the DMG decoding … but I do require format >documentation or other pointers. If you could provide me with some more >detailed information on this,

Re: [FlexJS] Setting background colour at run time fails

2017-02-13 Thread Justin Mclean
Hi, Looks like this issue re not compiling has already been raised: https://issues.apache.org/jira/browse/FLEX-35040 Justin

Re: Donating to Apache Flex

2017-02-13 Thread Christofer Dutz
Hi, I would not like to see non-committers with root access to our infrastructure (if we had any). These people would have access to credentials for technical users that again have privileged access to other ASF services. If you asked me, I would opt for people having to be at least PMC to get

Re: [FlexJS] Setting background colour at run time fails

2017-02-13 Thread Justin Mclean
Hi, > A bit more complex for SWFs. JS it should just work. So is SolidBackgroundBead the default for a container or do I need to add it? Either way for JS it's still not working :-( Tried without adding and the square still fails to turn red. Adding it like so and the project fails to compi

Re: source forge downloads failing

2017-02-13 Thread Christofer Dutz
Hi Alex, Actually, it’s the sort of think I do enjoy doing … for example I did enjoy implmeneting the DMG decoding … but I do require format documentation or other pointers. If you could provide me with some more detailed information on this, I would consider putting that on my plate. Chris A

Re: [FlexJS] Setting background colour at run time fails

2017-02-13 Thread Alex Harui
On 2/13/17, 2:22 PM, "Justin Mclean" wrote: >Hi, > >> Yep. I think because of PAYG, nobody is watching for the event, so you >> have to add code to wire the event to some code that will re-draw the >> background. And whatever pattern of code that is could go in a new bead >> similar to Layout

Re: Login Security (was Re: Donating to Apache Flex)

2017-02-13 Thread Christofer Dutz
Hi Alex, Well I think we shouldn’t go down the path of yet another login. I really like the ASF LDAP system. This must be managed and taken care of. Chris Am 13.02.17, 17:25 schrieb "Alex Harui" : Another technical thread On 2/13/17, 12:28 AM, "Christofer Dutz" wrote: >

Re: Credentials and Maven (Was Re: Donating to Apache Flex)

2017-02-13 Thread Christofer Dutz
Hi Alex, Maven has a hierarchy of settings. Above the pom.xml is the settings.xml in the user’s profile and above that the settings.xml in maven. Usually you don’t provide credentials in the pom, but define id’s. In the settings.xml you usually provide the credentials for the ids to inject them

Re: MXML Azzurro

2017-02-13 Thread flex capacitor
The default MXML is rendering and the cursor shows the location at 00:00 so I'm guessing it's there but behind the SWF. I might need to set the wmode. At some point the swf in the browser started layering HTML content over the swf plugin content without changing the wmode. I don't know how this is

Re: [FlexJS] Setting background colour at run time fails

2017-02-13 Thread Justin Mclean
Hi, > Yep. I think because of PAYG, nobody is watching for the event, so you > have to add code to wire the event to some code that will re-draw the > background. And whatever pattern of code that is could go in a new bead > similar to LayoutChangeNotifier and be baked into the Express package.

Re: MXML Azzurro

2017-02-13 Thread flex capacitor
Hi Olaf, I'll check it out. I'll have to find a Windows 7 IE 11 VM. In the mean time can you check if there any errors in the browser console? On Mon, Feb 13, 2017 at 7:31 AM, OK wrote: > Cool, thanks for working on this! > > It seems to me that the mxml editor at the bottom is not working under

Re: MXML Azzurro

2017-02-13 Thread flex capacitor
For drawing to a FlexJS *swf* it would be much simpler than a partial or all JS method. The way it works now is it loads an embedded application.swf via loader.loadBytes(). The application.swf is an empty compiled Spark Application. Once that's loaded the MXMLDocumentImporter class parses the MXML

Re: Donating to Apache Flex

2017-02-13 Thread Justin Mclean
Hi, > I forgot to mention that, besides the community tax, there might be > another bill from the ASF for services we use such as email, release > distribution storage, and assistance from the financial folks for handling > the accounting of the money. The ASF receives bills for the same already,

Re: [FlexJS] Setting background colour at run time fails

2017-02-13 Thread Alex Harui
On 2/13/17, 1:49 PM, "Justin Mclean" wrote: >Hi, > >> The XXXDataBinding classes handle the {} data binding statements in >>MXML. >> They set up watchers and binding instances that react to change events, >> which are the key piece in data binding. >> >> More verbose, but now the compiler won'

Re: [FlexJS] Spacers and positioning

2017-02-13 Thread Alex Harui
On 2/13/17, 12:33 PM, "Justin Mclean" wrote: >Hi, > >> I think we should use the Express package as a way to build a >> comprehensive, yet slim, set of components, that has all of the expected >> functionality built it. For example, incorporating vertical and >>horizontal >> gap properties and

Re: [FlexJS] Setting background colour at run time fails

2017-02-13 Thread Justin Mclean
Hi, > The XXXDataBinding classes handle the {} data binding statements in MXML. > They set up watchers and binding instances that react to change events, > which are the key piece in data binding. > > More verbose, but now the compiler won't let you mis-type fontWeight. > SimpleCSSStyles only con

Re: source forge downloads failing

2017-02-13 Thread Alex Harui
On 2/13/17, 11:25 AM, "Harbs" wrote: >I have not been following this very closely. What does fontkit do? Fontkit parses font files and converts them into data formats used by SWF DefineFont tags. It's the kind of work I don't enjoy doing which is one reason it hasn't been done. I think you c

Re: [FlexJS] Spacers and positioning

2017-02-13 Thread Justin Mclean
Hi, > I think we should use the Express package as a way to build a > comprehensive, yet slim, set of components, that has all of the expected > functionality built it. For example, incorporating vertical and horizontal > gap properties and alignment, into the layouts. Padding would also be usefu

Re: [FlexJS] Data-binding fails when following multiple references

2017-02-13 Thread piotrz
I think I have provided all the fixes. Comments in jira has been added. :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-fails-when-following-multiple-references-tp58022p59335.html

Re: source forge downloads failing

2017-02-13 Thread Harbs
I have not been following this very closely. What does fontkit do? > On Feb 13, 2017, at 6:29 PM, Alex Harui wrote: > > +1 to replacing font kit. Are you volunteering to write the code to > replace the font kit? I don't have the cycles. > > On 2/13/17, 2:23 AM, "carlos.rov...@gmail.com on beha

Re: [FlexJS] maven faling (WeakMap)

2017-02-13 Thread Alex Harui
On 2/13/17, 10:14 AM, "Harbs" wrote: >I can change that. > >I named the methods the same as the JS Map/WeakMap ones, but we can give >them other names. Well, if you are emulating a JS API, it should probably have the same name. A short term fix for the build is to exclude ObjectMap from the A

Re: [FlexJS] maven faling (WeakMap)

2017-02-13 Thread Harbs
I can change that. I named the methods the same as the JS Map/WeakMap ones, but we can give them other names. > On Feb 13, 2017, at 6:02 PM, Alex Harui wrote: > > > > On 2/13/17, 2:28 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" > wrote: > >> Discussion about Map/WeakMap comes

Re: TLF, problem with the delay of updates

2017-02-13 Thread goratz
Hi Harbs, thank you for your answer. Example text: *Before:* Line 1: This is a example text. *After:* Line 1: This is a ◙example Line 2: text. I tryied to make a example but in the example it works so I don't know what's happening. I have this on my code: EditManager.delayUpda

Re: [1/2] git commit: [flex-asjs] [refs/heads/develop] - - Fix not working numElements - Fix failing internalChildren function when element is undefined

2017-02-13 Thread piotrz
Yishay, In my scenario I have content where numElements is greater than 1. [1]. I'm using it to check whether I have any children apart of TabBar - it means to me that TabBar contains also TabPanel-s (content holder for each TabButton). If numElements is failing as it's in my case in other layout

Re: [FlexJS] Injection library

2017-02-13 Thread Carlos Rovira
Hi Alex, while I understand your proposal I will prefer to have not only that mechanism but as well falcon to know more about metadata and evolve to make more things. Having best of both worlds looks more "flex"-ible to me :) 2017-02-13 17:43 GMT+01:00 Alex Harui : > > > On 2/13/17, 2:56 AM, "car

Re: MXML Azzurro

2017-02-13 Thread Alex Harui
On 2/13/17, 5:20 AM, "flex capacitor" wrote: >Thanks. I'm not sure but it would probably take around a week to a month >depending on what route you go and if you want JS output or Flash output. >If you wanted to use the existing application you would create a >FlexJSImporter and have it write t

Re: [FlexJS] Injection library

2017-02-13 Thread Alex Harui
On 2/13/17, 2:56 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >Hi Alex, > >DI frameworks has many more things. For example If I configure a model >bean >of type ProductModel and give it an id of "productModel", in each class I >declare a >var productModel:ProductModel, the fr

Re: source forge downloads failing

2017-02-13 Thread Alex Harui
+1 to replacing font kit. Are you volunteering to write the code to replace the font kit? I don't have the cycles. On 2/13/17, 2:23 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >+1 > >2017-02-13 10:45 GMT+01:00 Christofer Dutz : > >> Seriously? … download the entire Flex SDK

Re: [FlexJS] Falcon Not Building in Ant

2017-02-13 Thread Alex Harui
On 2/13/17, 1:33 AM, "yishayw" wrote: >I'm getting this: > >C:\dev\flexjs\flex-falcon\compiler-build-tools\build.xml:76: Unable to >find >a javac compiler; > >Do I need to install a JDK? > >The maven build seems fine. Did you follow the setup instructions in the README? I think it does mentio

Login Security (was Re: Donating to Apache Flex)

2017-02-13 Thread Alex Harui
Another technical thread On 2/13/17, 12:28 AM, "Christofer Dutz" wrote: > >There is a HUGE difference between setting up a Jenkins on the Intranet >and running a Jenkins on the Internet. From the end-user’s perspective, >this isn’t noticeable, but when administrating these system, it is huge.

Credentials and Maven (Was Re: Donating to Apache Flex)

2017-02-13 Thread Alex Harui
Forking a few technical threads... On 2/13/17, 12:28 AM, "Christofer Dutz" wrote: > >Right now, I don’t know how we could make sure we are able to commit to >GIT or upload to maven without having the credentials on the VM we >control … I guess I don't understand enough about Maven and credenti

Re: Donating to Apache Flex

2017-02-13 Thread Alex Harui
On 2/13/17, 12:28 AM, "Christofer Dutz" wrote: >Well a lot of what you write sounds sensible … especially with an assumed >Community-Tax (or whatever you call it in the end). > >Eventually it would be an option to have a global “donation service” form >the ASF together with the option to - let’

Re: [FlexJS] MDL Build Failing in Ant

2017-02-13 Thread Josh Tynjala
dialogPolyfill was recently added to flex-typedefs. Maybe you need to build that first. https://github.com/apache/flex-typedefs/commit/f93c812282dda1ff4593398eb40326f7adc00d9e - Josh On Mon, Feb 13, 2017 at 1:54 AM, yishayw wrote: > Has anyone else been getting this? > >[compc] > C:\dev\fl

Re: [FlexJS] maven faling (WeakMap)

2017-02-13 Thread Alex Harui
On 2/13/17, 2:28 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >Discussion about Map/WeakMap comes due to the fact we have Dictionary in >Flash but no counterpart in JS, so our FlexJS class should use Map/WeakMap >in JS and Dictionary on SWF. > >But for Iterator, I think we ha

Re: [FlexJS] Setting background colour at run time fails

2017-02-13 Thread Alex Harui
On 2/12/17, 11:38 PM, "Justin Mclean" wrote: >Hi, > >> Raise a jira for Bindable - I will try to look into that. > >Here you go https://issues.apache.org/jira/browse/FLEX-35265 > >> What's the difference between BindableCSSStyles to ContainerDataBinding >>? > >Code is very different looks like

Re: [FlexJS] Spacers and positioning

2017-02-13 Thread Peter Ent
I think we should use the Express package as a way to build a comprehensive, yet slim, set of components, that has all of the expected functionality built it. For example, incorporating vertical and horizontal gap properties and alignment, into the layouts. Imposing this on Basic/HTML is not the PA

[FlexJS] FlexJS Summit at ApacheCon NA 2017 in Miami

2017-02-13 Thread Christofer Dutz
Hi guys, As you might have noticed, we are having our first FlexJS Summit at this year’s ApacheCon in Miami. Link to the Event: http://us.apacheflexjs.org/ We are planning on making this a big thing, where all the core developers of FlexJS and people interested in FlexJS come together, meet, d

Re: MXML Azzurro

2017-02-13 Thread OK
Cool, thanks for working on this! It seems to me that the mxml editor at the bottom is not working under Windows 7 with IE11 [1]. Firefox and Chrome works for me... Olaf [1]https://snag.gy/4f6CTA.jpg -- View this message in context: http://apache-flex-development.247.n4.nabble.com/MXML-

Re: MXML Azzurro

2017-02-13 Thread flex capacitor
Thanks. I'm not sure but it would probably take around a week to a month depending on what route you go and if you want JS output or Flash output. If you wanted to use the existing application you would create a FlexJSImporter and have it write to a div or iframe. It could reuse all the classes but

Re: TLF, problem with the delay of updates

2017-02-13 Thread Harbs
I don’t know what you mean by the Status, but updateAllControllers() should do it. Depending on what you need, compose() might be enough. I’m going to need more details to even guess what your problem is. > On Feb 13, 2017, at 1:41 PM, goratz wrote: > > Hi, I have a problem with the TLF, I'm t

TLF, problem with the delay of updates

2017-02-13 Thread goratz
Hi, I have a problem with the TLF, I'm trying to take the actual Status of the Textflow but it gives me a previous state, it looks like it waits to Enter_Frame Event to update all the information. Can I force the TLF to update all of this without wait to the Enter_Frame Event? I tryied with updat

Re: [FlexJS] Injection library

2017-02-13 Thread Carlos Rovira
Hi Alex, DI frameworks has many more things. For example If I configure a model bean of type ProductModel and give it an id of "productModel", in each class I declare a var productModel:ProductModel, the framework will inject it. With bead/strands we would need to make that in all declarations. A

Re: [FlexJS, MDL] Mixing Basic and MDL

2017-02-13 Thread Carlos Rovira
I don't recommend to use FlexJS Components at all if you use MDL set. Some points: 1.- MDL (like other *imported* sets) uses it's own components, its own implementation and rules, so we are only wrapping in FlexJS to make it more usable in our FlexJS world. 2.- MDL has it's own way to make layout

Re: [FlexJS] Maven Build and FLEXJS_HOME

2017-02-13 Thread Carlos Rovira
I use to make a new distribution nearly each day to have latest fresh code in my SDK so Visual Code could get it. So I recommend to do that :) 2017-02-13 11:27 GMT+01:00 Christofer Dutz : > Hi Yishay, > > In Maven, if you build the “framework” module and specify the > “build-distribution” profile

Re: [FlexJS] maven faling (WeakMap)

2017-02-13 Thread Carlos Rovira
Discussion about Map/WeakMap comes due to the fact we have Dictionary in Flash but no counterpart in JS, so our FlexJS class should use Map/WeakMap in JS and Dictionary on SWF. But for Iterator, I think we had that in AS3Commons right? 2017-02-13 11:24 GMT+01:00 Harbs : > My question is more abo

Re: [FlexJS] Maven Build and FLEXJS_HOME

2017-02-13 Thread Christofer Dutz
Hi Yishay, In Maven, if you build the “framework” module and specify the “build-distribution” profile and specify a location, the build produces a (hopefully) valid FlexJS sdk in the desired directory. In contrast to Ant the Maven build is not intended to build a distribution/sdk within itsel

Re: [FlexJS] MDL Build Failing in Ant

2017-02-13 Thread Carlos Rovira
Hi Yishayw, I introduce that code, but as I'm focused on Maven and doesn't touch ANT, I didn't make anything on that side. So probably MDL is not fully supporting ANT 2017-02-13 10:54 GMT+01:00 yishayw : > Has anyone else been getting this? > >[compc] > C:\dev\flexjs\flex-asjs\frameworks\pro

Re: source forge downloads failing

2017-02-13 Thread Carlos Rovira
+1 2017-02-13 10:45 GMT+01:00 Christofer Dutz : > Seriously? … download the entire Flex SDK for 4 Jars? > > Nope … not gonna happen … at least not if I have any saying in this matter. > > Think I’ll just drop support for the fontkit in the Mavenizer and make > sure FlexJS’s Maven build doesn’t ne

Re: [FlexJS] maven faling (WeakMap)

2017-02-13 Thread Harbs
My question is more about how to deal with Flash. There is currently no IIterator in Flex. We can add one. The question is whether we want to. Creating an iterator is pretty straight-forward. > On Feb 13, 2017, at 11:33 AM, Carlos Rovira > wrote: > > Hi Harbs, > > if Map/WeakMap are already

Re: [FlexJS, MDL] Mixing Basic and MDL

2017-02-13 Thread piotrz
Hi Yishay, I think you should use mdl:Application (cause of Dialogpolyfill), but in general I'm not sure how it will be working when you mix FlexJS native components with mdl one. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-develop

[FlexJS] MDL Build Failing in Ant

2017-02-13 Thread yishayw
Has anyone else been getting this? [compc] C:\dev\flexjs\flex-asjs\frameworks\projects\MaterialDesignLite\src\main\flex\org\apache\flex\mdl\Dialog.as(121): col: 7 Error: Access of possibly undefined property dialogPolyfill. [compc] [compc] dialo

[FlexJS] Maven Build and FLEXJS_HOME

2017-02-13 Thread yishayw
In the Ant build, building asjs I do this: copy C:\dev\flexjs\flex-asjs\frameworks\js\FlexJS\libs\*.swc \frameworks\js\FlexJS\libs copy C:\dev\flexjs\flex-asjs\frameworks\libs\*.swc \frameworks\libs That ensures that FlashBuilder can see the newly build swc files. What's the parallel step in Mav

Re: source forge downloads failing

2017-02-13 Thread Christofer Dutz
Seriously? … download the entire Flex SDK for 4 Jars? Nope … not gonna happen … at least not if I have any saying in this matter. Think I’ll just drop support for the fontkit in the Mavenizer and make sure FlexJS’s Maven build doesn’t need it. Perhaps we shouldn’t think about how we can contin

[FlexJS, MDL] Mixing Basic and MDL

2017-02-13 Thread yishayw
Carols, Piotr, others, I remember seeing a discussion on this but I couldn't find it. Can we a use a js:Application with the basic component set which features a Panel that has mdl components? What are the constraints? We'd like to start skinning out app with MDL styles. Thanks. -- View this me

[FlexJS] Falcon Not Building in Ant

2017-02-13 Thread yishayw
I'm getting this: C:\dev\flexjs\flex-falcon\compiler-build-tools\build.xml:76: Unable to find a javac compiler; Do I need to install a JDK? The maven build seems fine. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Falcon-Not-Building-in-Ant-tp59

Re: [FlexJS] maven faling (WeakMap)

2017-02-13 Thread Carlos Rovira
Hi Harbs, if Map/WeakMap are already in some browsers, I will check for a polyfill so the browser could rely on native implementation if there's someone, or use the polyfill in browsers where there's nothing. I did something similar in Dialog.as in MDL. I think in this way we are going with the st

Re: [FlexJS] UndoManager

2017-02-13 Thread Harbs
Very possibly. At such time that we end up with a hodgepodge, I would suggest splitting Core into logical pieces. Right now, I don’t see a logical place to split pieces out, but I’m open to hearing suggestions. > On Feb 13, 2017, at 11:27 AM, Carlos Rovira wrote: > > we could end making it a h

Re: [FlexJS] UndoManager

2017-02-13 Thread Carlos Rovira
Hi Harbs 2017-02-13 10:09 GMT+01:00 Harbs : > I have no problem moving it to somewhere other than Core, but I cannot > think of a more logical place. It does not fit in anywhere. > > Unless we create a “Utils” project for all “non-esential” core-like > functionality, Core seems like the logical p

Re: [FlexJS] maven faling (WeakMap)

2017-02-13 Thread Harbs
Another thing to discuss: Map has iterators. I’m not sure the best way to generalize that for cross-platform support. > On Feb 13, 2017, at 10:56 AM, Harbs wrote: > > BTW: > ObjectMap is horribly inefficient. I’m working on fixing it. > >> On Feb 13, 2017, at 10:18 AM, Carlos Rovira >> wrote

Re: [FlexJS] UndoManager

2017-02-13 Thread Harbs
I have no problem moving it to somewhere other than Core, but I cannot think of a more logical place. It does not fit in anywhere. Unless we create a “Utils” project for all “non-esential” core-like functionality, Core seems like the logical place. The only issue with including it in Core is th

Re: [FlexJS] maven faling (WeakMap)

2017-02-13 Thread Harbs
BTW: ObjectMap is horribly inefficient. I’m working on fixing it. > On Feb 13, 2017, at 10:18 AM, Carlos Rovira > wrote: > > Build is working again. > Thanks! > > > > 2017-02-13 7:36 GMT+01:00 Alex Harui : > >> Hopefully I fixed it. >> >> On 2/12/17, 3:25 PM, "Harbs" wrote: >> >>> It com

Re: Donating to Apache Flex

2017-02-13 Thread Christofer Dutz
Well a lot of what you write sounds sensible … especially with an assumed Community-Tax (or whatever you call it in the end). Eventually it would be an option to have a global “donation service” form the ASF together with the option to - let’s say add a “Donate to Flex” button on the projects w

Re: [FlexJS] UndoManager

2017-02-13 Thread Carlos Rovira
Hi, I saw the commit, and seems to me that UndoManager is specialized functionality. So for me it should not be in "Core". Make it sense? Let me know what you think Thanks for creating it :) Carlos 2017-02-13 0:02 GMT+01:00 Harbs : > I just committed this. > > > On Feb 12, 2017, at 10:17 PM,

Re: [FlexJS] maven faling (WeakMap)

2017-02-13 Thread Carlos Rovira
Build is working again. Thanks! 2017-02-13 7:36 GMT+01:00 Alex Harui : > Hopefully I fixed it. > > On 2/12/17, 3:25 PM, "Harbs" wrote: > > >It compiles in ant. It looks like the Maven build does not recognize > >ES2015 APIs. I don’t know how to point it to the right typedefs. > > > -- Carl