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

2017-02-15 Thread lizhi
can you build this succuse? https://github.com/apache/flex-asjs/tree/develop/examples/native/ButtonExample - spriteflexjs.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Is-FlexJS-ready-for-production-tp59129p59421.html Sent from the Apache

Re: [DISCUSS] Release Apache Flex SDK 4.16 RC2

2017-02-15 Thread justin
Hi, > No I did not. I’ll give it a try. ASDocs seems to work for me but it may be picking up the saxon jar from somewhere else, it’s a little hard to tell. I did confirm the jar is missing in the binary so I guess we should cancel and fix that minor issue and create another RC. Any thoughts?

[FlexJS, MDL] Layout Problems

2017-02-15 Thread yishayw
Carols, Piotrz, if you have time to have a look at this [1] it would be helpful. We spent some time trying to figure this out, but ended up just overriding some css attributes with !important, which doesn't seem robust. [1] https://issues.apache.org/jira/browse/FLEX-35266 -- View this message i

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

2017-02-15 Thread Carlos Rovira
Hi Lizhi, I tried it and doesn't build with maven. What's "native" folder example? I never tried examples here Seems Om examples to test FlexJS with AngulaJS and others... Until now I was focused on "examples/flexjs" folder, all I tried to build there is working right 2017-02-15 9:04 GMT+01:00 li

Re: [FlexJS] maven faling (WeakMap)

2017-02-15 Thread Harbs
The names are styled after the Javascript Map and WeakMap classes. I think we should leave them. Currently, it’s not working because of how I assigned the functions. Renaming them will not help. I’ll fix that now. > On Feb 14, 2017, at 11:26 PM, piotrz wrote: > > When I'm looking into Object

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

2017-02-15 Thread Carlos Rovira
Hi Lizhi, just refactored ButtonExample to build with maven. I get it using some dependencies setup by Chris in parent pom. Just upload to Git I'll try the changes I did with spriteflexjs version and report what happen. El 15 de febrero de 2017, 10:01, Carlos Rovira < carlos.rov...@codeoscopic.c

Re: [FlexJS] COMPILE::SWF and COMPILE::JS

2017-02-15 Thread Christofer Dutz
The plugin is built to set them in applications and I think it usually does this correctly or we would be having problems. But I could double check … Chris Am 15.02.17, 01:24 schrieb "Alex Harui" : I'm not sure Maven is set up to handle these flags properly for applications. In theor

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

2017-02-15 Thread Christofer Dutz
Hi, If you want to understand it a little more and have a little less than 2 hours to spare. I would suggest watching the Maven training video Justin and I did last year in Vancouver: https://vimeo.com/167857327 Chris Am 15.02.17, 06:53 schrieb "lizhi" : I do not understand mvn, but

Re: [FlexJS] maven faling (WeakMap)

2017-02-15 Thread Harbs
It should now be fixed. It was missing function binding. > On Feb 15, 2017, at 11:01 AM, Harbs wrote: > > The names are styled after the Javascript Map and WeakMap classes. I think we > should leave them. > > Currently, it’s not working because of how I assigned the functions. Renaming > them

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

2017-02-15 Thread Carlos Rovira
Hi Chris, could you help me to see what's needed in my pom in order to get the missed entities and get more near to a sucessfull build? I propose to upload my refactor of spriteflexjs to a branch so you could take a look. Thanks 2017-02-15 10:25 GMT+01:00 Christofer Dutz : > Hi, > > If you want

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

2017-02-15 Thread Christofer Dutz
Hi guys, I have to admit, that I didn’t quite understand what the native applications were … I just skipped them for now, but good to hear that you guys managed to get them to build. But I still don’t quite understand what’s “native” about them ;-) Chris Am 15.02.17, 10:01 schrieb "carlos.rov

Re: [FlexJS, MDL] Layout Problems

2017-02-15 Thread OK
Hi Yishayw, yishayw wrote > Carols, Piotrz, if you have time to have a look at this [1] it would be > helpful. We spent some time trying to figure this out, but ended up just > overriding some css attributes with !important, which doesn't seem robust. > > [1] https://issues.apache.org/jira/brows

Re: [FlexJS] maven faling (WeakMap)

2017-02-15 Thread piotrz
Hi Harbs, Build is still failing with naming problem: http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/2008/console Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-maven-faling-WeakMap-tp5

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

2017-02-15 Thread Christofer Dutz
Ok … I just committed some changes that let the two native examples “button” and “map” build with maven. For the angular example I would need an angular typedef, I assume. That’s currently not available so I think I won’t be able to fix that one right now. Chris Am 15.02.17, 11:01 schrieb "Ch

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

2017-02-15 Thread Carlos Rovira
Hi Chris, thanks but I think that's not what I asked for. I think Lizhi asked me to try to build ButtonExample since he thought if I could build that I could build his spriteflexjs project. I could refactor and fix the pom to make it build. Then I take the things learned from that to the spritefle

Re: [FlexJS] maven faling (WeakMap)

2017-02-15 Thread Harbs
That’s the ASDoc problem. I thought you were excluding it. > On Feb 15, 2017, at 2:13 PM, piotrz wrote: > > Hi Harbs, > > Build is still failing with naming problem: > http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/2008/console > > Piotr > > > > - > Apache Flex PMC > piotrzarzyc

Re: [FlexJS] maven faling (WeakMap)

2017-02-15 Thread piotrz
I did exclusion, but not sure why it is not working. Maybe Alex can shed some light - I did yesterday changes in config file [1] [1] http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/28ce9868 Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http:/

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

2017-02-15 Thread Christofer Dutz
Hi Carlos, Oh … sorry for that … I currently only have limited time to keep up here in the list and just want to solve Maven related impediments as quickly as possible ;-) I understood your problem as “why doesn’t it compile”, so I just fixed that ;-) Well the classes you are mentioning are in t

RE: [DISCUSS] Release Apache Flex SDK 4.16 RC2

2017-02-15 Thread Kessler CTR Mark J
I'll take a look at this tonight. Just got back from a business trip. -MArk -Original Message- From: Justin Mclean [mailto:jus...@classsoftware.com] Sent: Saturday, February 11, 2017 6:05 PM To: dev@flex.apache.org Subject: [DISCUSS] Release Apache Flex SDK 4.16 RC2 Hi, Please discuss

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

2017-02-15 Thread Josh Tynjala
JS typedefs should end up on the compiler's external-library-path. They're only used at compile time. I'm sure there's a way to do that in Maven. - Josh On Feb 15, 2017 4:46 AM, "Christofer Dutz" wrote: > Hi Carlos, > > Oh … sorry for that … I currently only have limited time to keep up here >

Re: [FlexJS] COMPILE::SWF and COMPILE::JS

2017-02-15 Thread Alex Harui
On 2/15/17, 1:20 AM, "Christofer Dutz" wrote: >The plugin is built to set them in applications and I think it usually >does this correctly or we would be having problems. >But I could double check … The AppMojo looks like it sets the flags for SWF,true and JS,false whether the javascript flag

Re: [DISCUSS] Release Apache Flex SDK 4.16 RC2

2017-02-15 Thread Alex Harui
On 2/15/17, 12:27 AM, "jus...@classsoftware.com" wrote: >Hi, > >> No I did not. I’ll give it a try. > >ASDocs seems to work for me but it may be picking up the saxon jar from >somewhere else, it’s a little hard to tell. For me, ASDocs did not throw an error but did not generate any HTML files

Re: [FlexJS] maven faling (WeakMap)

2017-02-15 Thread Alex Harui
On 2/15/17, 4:40 AM, "piotrz" wrote: >I did exclusion, but not sure why it is not working. > >Maybe Alex can shed some light - I did yesterday changes in config file >[1] I don't know why it is still failing. Maybe the parse phase has to work and these excludes only affect the output generati

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

2017-02-15 Thread Alex Harui
On 2/15/17, 4:45 AM, "Christofer Dutz" wrote: > >First off … I have no idea, what the “native” is for … I would assume >it’s sort of examples utilizing other JS frameworks (such as Angular etc) >without using the FlexJS framework, but that’s just a guess. Correct. -Alex

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

2017-02-15 Thread Peter Ent
Hi, I just pushed a new bead to the HTML project: SolidBackgroundWithChangeListenerBead. It is designed to work with BindableCSSStyles to make change to the background color. Use it like this (SWF or JS): When you want to change the background color of this Contai

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

2017-02-15 Thread piotrz
Hi Peter, I just checked your commit. For me this code [1] do not work. "style" property has not been assigned by "boxStyle" - debugger never hits the style property. [1] https://paste.apache.org/krjE Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http

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

2017-02-15 Thread piotrz
I'm sorry just added ApplicationDataBinding and it started to work. [1]. Wouldn't you mind if I remove Bindable property from each properties in BindableCSSStyles and make one [Bindable] on top of the class ? [1] https://paste.apache.org/z0yA Piotr - Apache Flex PMC piotrzarzyck...@gmail.c

Re: [FlexJS] maven faling (WeakMap)

2017-02-15 Thread piotrz
If Harbs will not have anything agains I will do that or maybe he will try to resolve it. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-maven-faling-WeakMap-tp59270p59448.html Sent from the Apa

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

2017-02-15 Thread piotrz
I'm wondering also shouldn't we have in style property condition ? [1] [1] https://paste.apache.org/JhUA - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Setting-background-colour-at-run-time-fails-tp59

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

2017-02-15 Thread Alex Harui
On 2/15/17, 9:41 AM, "piotrz" wrote: >I'm sorry just added ApplicationDataBinding and it started to work. [1]. >Wouldn't you mind if I remove Bindable property from each properties in >BindableCSSStyles and make one [Bindable] on top of the class ? Sure, as long as it works. I'm pretty sure [

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

2017-02-15 Thread Alex Harui
On 2/15/17, 9:44 AM, "piotrz" wrote: >I'm wondering also shouldn't we have in style property condition ? [1] > >[1] https://paste.apache.org/JhUA > IMO, styleChangeHandler should be removed from UIBase. That's just-in-case code. Styles will not always change, and setting a property inside Bi

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

2017-02-15 Thread piotrz
Alex, Yes settings "style" wouldn't change some style property itself, but will register couple of times listener - shouldn't we avoid it ? What do you mean saying "IMO, styleChangeHandler should be removed from UIBase." - Where it should be placed exactly ? Piotr - Apache Flex PMC piotrz

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

2017-02-15 Thread Peter Ent
Don’t bother using this code. I spoke with Alex at length about this and I'm going to try a different way. —peter On 2/15/17, 11:25 AM, "Peter Ent" wrote: >Hi, >I just pushed a new bead to the HTML project: >SolidBackgroundWithChangeListenerBead. It is designed to work with >BindableCSSStyles t

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

2017-02-15 Thread Alex Harui
On 2/15/17, 10:04 AM, "piotrz" wrote: >Alex, > >Yes settings "style" wouldn't change some style property itself, but will >register couple of times listener - shouldn't we avoid it ? > >What do you mean saying "IMO, styleChangeHandler should be removed from >UIBase." - Where it should be placed

Re: [FlexJS] COMPILE::SWF and COMPILE::JS

2017-02-15 Thread Christofer Dutz
Ok … so I double checked. Alex is correct. The app mojo does currently only set the defines to SWF. I’ll look into that right away … Chris Am 15.02.17, 17:01 schrieb "Alex Harui" : On 2/15/17, 1:20 AM, "Christofer Dutz" wrote: >The plugin is built to set them in applic

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

2017-02-15 Thread Carlos Rovira
Hi I assume that the lines that would make this work are in projects/pom.xml and are this: 2017-02-15 17:22 GMT+01:00 Alex Harui : > > > On 2/15/17, 4:45 AM, "Christofer Dutz" wrote: > > > >First off … I have no idea, what the “native” is for … I would assume > >it’s sort of examples utilizing

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

2017-02-15 Thread Carlos Rovira
Sorry message was sent before I put lines: org.apache.flex.flexjs.typedefs flexjs-typedefs-gcl ${flexjs.typedefs.version} swc typedefs org.apache.flex.flexjs.typedefs flexjs-typedefs-js ${flexjs.typedefs.version} swc typed

[FlexJS] "js" folder in each project

2017-02-15 Thread Carlos Rovira
Hi, someone could share why a "js" folder with various empty subfolders are created in each project? All folders are empty, so don't understand the purpose of that but create junk in the project Thanks -- Carlos Rovira http://about.me/carlosrovira

Re: [FlexJS] "js" folder in each project

2017-02-15 Thread Alex Harui
It is just a bug that needs to be fixed up at some point. It is probably related to putting the output JS files in a js/out path in the SWC. On 2/15/17, 10:52 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >Hi, > >someone could share why a "js" folder with various empty subfold

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

2017-02-15 Thread Christofer Dutz
Well actually I noticed this too this afternoon too … typedef/externs should always be added as “scope=runtime”. Chris Am 15.02.17, 19:50 schrieb "carlos.rov...@gmail.com im Auftrag von Carlos Rovira" : Sorry message was sent before I put lines: org.apache.flex.flexjs

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

2017-02-15 Thread Alex Harui
On 2/15/17, 11:20 AM, "Christofer Dutz" wrote: >Well actually I noticed this too this afternoon too … typedef/externs >should always be added as “scope=runtime”. I don't think that's true. Runtime scope puts you on the external-library-path. GCL needs to be on the library-path. -Alex

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

2017-02-15 Thread Carlos Rovira
Hi just recreated all from scratch and made a new project based on MDL with the some new code. Is a the most basic to keep things simple I uploaded to a new branch " feature/spriteflexjs-refactor" hope you guys could try it and get some clue of what's happening. Thanks 2017-02-15 20:24 GMT+01:

Re: [FlexJS, MDL] Layout Problems

2017-02-15 Thread piotrz
Hi Yishay, I have found solution but I'm not sure whether I should commit it. In order to get rid of this ugly margin on the left you have to add style for container of MDL slider - to your mdl-styles.css. .mdl-slider__container { margin: 0, 0, 0, -20px; } I could add it this code to default.

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

2017-02-15 Thread Peter Ent
This is what I have at the moment: SolidBackgroundWithChangeListenerBead (extends SolidBackgroundBead) grabs the style from its strand and sets up a listener for ValueChangeEvent. If the style dispatches it, SBWCLB then invokes its super class's methods, setupStyles and handleChange (both of which

Re: [FlexJS, MDL] Layout Problems

2017-02-15 Thread Carlos Rovira
Hi, 2017-02-15 20:39 GMT+01:00 piotrz : > > I could add it this code to default.css, but is it something which we > wanted > ? > > my guest is that we should upload this kind of css setups to a general SWC since it will impact others. I think we need more experience in how to layout MDL. we shou

Re: [FlexJS, MDL] Layout Problems

2017-02-15 Thread piotrz
Carlos, Saying general swc you mean as I mention earlier into our default.css? Cause when I add it will reolve Yishay issue. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-MDL-Layout-Problems-

Re: [FlexJS, MDL] Layout Problems

2017-02-15 Thread OmPrakash Muppirala
I have been meaning to add a note asking folks to test out the FlexTeamPage_MDL project https://github.com/apache/flex-asjs/tree/develop/examples/flexjs/FlexTeamPage_MDL Wherever I had layout issues, I simply created a container and gave it a className and did all my layout using FlexBox. That i

Re: [FlexJS, MDL] Layout Problems

2017-02-15 Thread OmPrakash Muppirala
As Yishay hinted earlier, we would need to to use !important for display: flex .layout { display: flex !important; } On Wed, Feb 15, 2017 at 12:06 PM, OmPrakash Muppirala wrote: > I have been meaning to add a note asking folks to test out the > FlexTeamPage_MDL project > > https://github.co

Re: [FlexJS, MDL] Layout Problems

2017-02-15 Thread piotrz
Hi Om, But saying using !import you mean do not add it to our library, but as an developer inside our app ? I'm not sure what is for this left margin, but I think this is something which we don't need. Cause if I have simple I expect that everything what is inside there it's displayed with margin

Re: [FlexJS, MDL] Layout Problems

2017-02-15 Thread Carlos Rovira
Hi Piotr, but in this way of proceed that means that all people using source js/css MDL library in the world will need to make this hack to layout things right isn't it? C. 2017-02-15 21:01 GMT+01:00 piotrz : > Carlos, > > Saying general swc you mean as I mention earlier into our default.css? >

Re: [FlexJS, MDL] Layout Problems

2017-02-15 Thread OmPrakash Muppirala
On Wed, Feb 15, 2017 at 12:14 PM, piotrz wrote: > Hi Om, > > But saying using !import you mean do not add it to our library, but as an > developer inside our app ? > Yes, I meant for the user-developer. But a component-developer can chose to add the convenient VContainer ahd HContainer classes.

Re: [FlexJS] maven faling (WeakMap)

2017-02-15 Thread Harbs
Based on the errors, I don’t think renaming them will be enough. One of the errors is on Map.delete (which we cannot change) [asdoc] C:\Jenkins\workspace\flex-asjs\frameworks\projects\Core\src\main\flex\org\apache\flex\utils\ObjectMap.as(121): col: 32 Error: Syntax error: expecting identifier

Re: [FlexJS, MDL] Layout Problems

2017-02-15 Thread piotrz
Exactly Carlos. That's what I'm trying to get - an opinion whether we should provide such things in our library. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-MDL-Layout-Problems-tp59423p5947

Re: [FlexJS] maven faling (WeakMap)

2017-02-15 Thread piotrz
Let me experiment with this class and I see whether renaming will help. It's valuable addition to FlexJS. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-maven-faling-WeakMap-tp59270p59474.html S

Re: [FlexJS] maven faling (WeakMap)

2017-02-15 Thread Christofer Dutz
Just a short question … is it correct, that currently things are failing for Ant and not Maven? (In contrast to this threads subject) Chris Am 15.02.17, 21:59 schrieb "piotrz" : Let me experiment with this class and I see whether renaming will help. It's valuable addition to FlexJS.

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

2017-02-15 Thread Christofer Dutz
Ok … gee … think I still haven’t understood this completely ☹ Chris Am 15.02.17, 20:24 schrieb "Alex Harui" : On 2/15/17, 11:20 AM, "Christofer Dutz" wrote: >Well actually I noticed this too this afternoon too … typedef/externs >should always be added as “scope=runtim

[FlexJS Summit] Preparing the schedule

2017-02-15 Thread Christofer Dutz
Hi guys, So, Rich just forwarded me the only application to our FlexJS Summit that entered through the official CFP (which was ok because we were managing it ourselves anyway) ;-) At least now I have the official Title of Justin’s “Something code quality and testing [Zwinkern)] ” Talk, which we

Re: [FlexJS] maven faling (WeakMap)

2017-02-15 Thread Harbs
I think we should fix the asdoc build rather than trying to rename things. > On Feb 15, 2017, at 10:59 PM, piotrz wrote: > > Let me experiment with this class and I see whether renaming will help. It's > valuable addition to FlexJS. > > Piotr > > > > - > Apache Flex PMC > piotrzarzyck...

Re: [FlexJS Summit] Preparing the schedule

2017-02-15 Thread Harbs
I will probably be able to do this. I should have confirmation in the next week or so. > On Feb 15, 2017, at 11:25 PM, Christofer Dutz > wrote: > > - Migrating from Flex to FlexJS (no one yet) >

Re: [FlexJS Summit] Preparing the schedule

2017-02-15 Thread Harbs
Yishay mentioned that he may come as well. In that case, we can probably do it together. > On Feb 15, 2017, at 11:37 PM, Harbs wrote: > > I will probably be able to do this. I should have confirmation in the next > week or so. > >> On Feb 15, 2017, at 11:25 PM, Christofer Dutz >

Re: [FlexJS Summit] Preparing the schedule

2017-02-15 Thread OmPrakash Muppirala
It would be nice to have a hackathon session as well. I was able to add support for FontAwesome to FlexJS in around 8 hours total. Maybe we pick a popular JS library and hack away at adding support for that in this session? Thanks, Om On Wed, Feb 15, 2017 at 1:38 PM, Harbs wrote: > Yishay men

Re: [FlexJS Summit] Preparing the schedule

2017-02-15 Thread Justin Mclean
Hi, > So, could the ones in that list please confirm that they will be coming and > doing the talk/session? If yes, please send me the following details for the > talk directly to me: > - Official Title > - Abstract > - Audience (*) > - Benefits to the Ecosyst

Re: [FlexJS Summit] Preparing the schedule

2017-02-15 Thread Harbs
Excellent suggestion. > On Feb 15, 2017, at 11:50 PM, OmPrakash Muppirala > wrote: > > It would be nice to have a hackathon session as well. I was able to add > support for FontAwesome to FlexJS in around 8 hours total. Maybe we pick a > popular JS library and hack away at adding support for

Re: [FlexJS Summit] Preparing the schedule

2017-02-15 Thread piotrz
WOW Om! Nice idea! :) I would rather do something with TourJS during such hackathon. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Summit-Preparing-the-schedule-tp59477p59484.html Sent from t

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

2017-02-15 Thread piotrz
Sankar, Build with my fixes is online: http://apacheflexbuild.cloudapp.net:8080/job/flex-asjs/2009/ You can grab it through the installer. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-b

Re: [FlexJS] maven faling (WeakMap)

2017-02-15 Thread Alex Harui
On 2/15/17, 1:08 PM, "Christofer Dutz" wrote: >Just a short question … is it correct, that currently things are failing >for Ant and not Maven? (In contrast to this threads subject) Does the Maven build produce working ASDoc? -Alex

Re: [FlexJS] maven faling (WeakMap)

2017-02-15 Thread Alex Harui
On 2/15/17, 12:48 PM, "Harbs" wrote: >Based on the errors, I don’t think renaming them will be enough. > >One of the errors is on Map.delete (which we cannot change) > > [asdoc] >C:\Jenkins\workspace\flex-asjs\frameworks\projects\Core\src\main\flex\org\ >apache\flex\utils\ObjectMap.as(121): co

Re: [FlexJS, MDL] Layout Problems

2017-02-15 Thread Alex Harui
Sounds like several folks have build MDL apps. We should survey the code and look for repeating patterns and encapsulate those things as beads, class selectors, etc. Then maybe the answer will become apparent. -Alex On 2/15/17, 12:45 PM, "piotrz" wrote: >Exactly Carlos. > >That's what I'm tr

Re: [FlexJS, MDL] Layout Problems

2017-02-15 Thread piotrz
Alex, I like the idea! Maybe I should create two beads: LayoutNotImportantBead SliderNoLeftMarginBead What do the others thing ? Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-MDL-Layout-Pro

Re: [FlexJS Summit] Preparing the schedule

2017-02-15 Thread Josh Tynjala
TourJS would be great! So many examples will be needed, and that could really help lay a nice foundation. - Josh On Wed, Feb 15, 2017 at 1:49 PM, piotrz wrote: > WOW Om! Nice idea! :) > I would rather do something with TourJS during such hackathon. > > Piotr > > > > - > Apache Flex PMC > pi

Re: [FlexJS] maven faling (WeakMap)

2017-02-15 Thread Christofer Dutz
Nope … not yet … I’ve got some uncommitted stuff in my local repo, but nothing globally usable yet … still thinking about how to do things nicely ☺ Chris Am 15.02.17, 23:05 schrieb "Alex Harui" : On 2/15/17, 1:08 PM, "Christofer Dutz" wrote: >Just a short question … is i

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

2017-02-15 Thread Carlos Rovira
Hi Chris, scope runtime is setup in "projects" pom.xml, but project/spriteflexjs still fails if you try to build. If you take a look at my branch you hopefully could see what happen in my minimal example project thanks 2017-02-15 22:09 GMT+01:00 Christofer Dutz : > Ok … gee … think I still ha

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

2017-02-15 Thread Alex Harui
On 2/15/17, 1:09 PM, "Christofer Dutz" wrote: >Ok … gee … think I still haven’t understood this completely ☹ Yeah, it is a bit tricky. I've been wondering whether the terms we currently use "typedefs", "externs", "runtime", "provided" are Maven standards or whether we can change some of them.

Re: [FlexJS Summit] Preparing the schedule

2017-02-15 Thread Christofer Dutz
But guys … keep in mind that we have one day and that’s about 6 Slots … BUT … I think Apache has a complete hackathon day after/before the conference. I could check that out if you like. Cause I think such a hacking day would be important and cool to have, but it takes a lot of time. Time we wo

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

2017-02-15 Thread Christofer Dutz
Well the “type” is what we choose … also we can change the “classifier”s … the scope however is Maven-defined and we currently have to stick to that. But I’m happy to change naming, if that makes things easier. Chris Am 15.02.17, 23:48 schrieb "Alex Harui" : On 2/15/17, 1:09 PM, "

Re: [FlexJS Summit] Preparing the schedule

2017-02-15 Thread Justin Mclean
Hi, > But guys … keep in mind that we have one day and that’s about 6 Slots … It’s 6 or 7 sessions per day we should know which before Monday. We need to fit our schedule to match the conference sessions times. > BUT … I think Apache has a complete hackathon day after/before the > conference.

Re: [FlexJS] maven faling (WeakMap)

2017-02-15 Thread Alex Harui
On 2/15/17, 2:46 PM, "Christofer Dutz" wrote: >Nope … not yet … I’ve got some uncommitted stuff in my local repo, but >nothing globally usable yet … still thinking about how to do things >nicely ☺ Then that's why it works for Maven. The Ant build currently has to use the old Flex SDK MXMLC co

[FlexJS] Text binding showing undefined

2017-02-15 Thread Justin Mclean
Hi, This application when run displays “undefined” in text on the screen. http://ns.adobe.com/mxml/2009"; xmlns:js="library://ns.apache.org/flexjs/basic" xmlns:local="*">

Re: [DISCUSS] Release Apache Flex SDK 4.16 RC2

2017-02-15 Thread Justin Mclean
Hi, So before I cancel the vote and make another RC can I get confirmation that everything else is good? I have tested the SDK with several application and so far no issues so it should be good. Thanks, Justin

Re: [DISCUSS] Release Apache Flex SDK 4.16 RC2

2017-02-15 Thread Alex Harui
The Approval script died when Saxon wasn't found. I don't know what else it needed to test. I just tried running Ant in the source package. It failed because licenseParts/saxon-NOTICES folder wasn't in the source package. Did it work for you? -Alex On 2/15/17, 4:17 PM, "Justin Mclean" wrote:

Re: [DISCUSS] Release Apache Flex SDK 4.16 RC2

2017-02-15 Thread Alex Harui
I would like to suggest that before cutting a new RC that we test the nightly RC build after you are done making changes. It would save us all time if you could run the ApprovalScript before asking the rest of us to test since the script caught these issues. -Alex On 2/15/17, 4:32 PM, "Alex Har

Re: [DISCUSS] Release Apache Flex SDK 4.16 RC2

2017-02-15 Thread Justin Mclean
Hi, Compiling the SDK worked for me as I said I compiled it and use to to test several programs. You can probably use the "-keep-going” option to see if there are any errors beyond the saxon one with the approval script. > I would like to suggest that before cutting a new RC that we test the >

Re: [DISCUSS] Release Apache Flex SDK 4.16 RC2

2017-02-15 Thread Alex Harui
On 2/15/17, 5:08 PM, "Justin Mclean" wrote: >Hi, > >Compiling the SDK worked for me as I said I compiled it and use to to >test several programs. Can you explain why compiling the source package worked for you and not for me? That's worrisome. > >> run the ApprovalScript before asking the re

Re: [FlexJS] Text binding showing undefined

2017-02-15 Thread Alex Harui
The Basic components don't test for unexpected inputs. It isn't PAYG. We should try to remember to add some defensive code for common cases to Express. -Alex On 2/15/17, 3:31 PM, "Justin Mclean" wrote: >Hi, > >This application when run displays “undefined” in text on the screen. > > >http://n

Re: [DISCUSS] Release Apache Flex SDK 4.16 RC2

2017-02-15 Thread Justin Mclean
Hi, > I'm not saying the ApprovalScript is a requirement, I'm saying that that > is what I use, so you can know up front what tests I am going to run so > you can potentially save all of us time by making sure it passes those > tests before offering another RC. The ApprovalScript generally fails

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

2017-02-15 Thread sankar
Great Piotr, Thank you! I shall give it a try soon possible! I'll keep you updated. Thanks! -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-fails-when-following-multiple-references-tp58022p59506.html Sent from the Apache Flex Developm

[Flex JS] Label's text gets trimmed

2017-02-15 Thread Justin Mclean
Hi, This: Gives this: (removing the space) Hello,world Rather than the expected: Hello, world In this case you could of course do something like this (although it's not quite the same): But there are other c

[FlexJS] MDL: Add/Remove item(s) to TabBar

2017-02-15 Thread sankar
/(*Note:* I've tested by new fix pushed by Piotr recently to TabBar bracketed binding source reported at: https://issues.apache.org/jira/browse/FLEX-35256)/ Hi, I have a requirement to add/remove tabs to TabBar component at runtime. Although by recent fix from Piotr for bracketed binding to TabB

Re: [FlexJS] MDL: Add/Remove item(s) to TabBar

2017-02-15 Thread piotrz
Hi Sankar, I think TabBar wasn't prepared from the beginning to simple add/remove things at runtime. Raise a jira that you cannot add tabs at runtime. I will be looking into that through the weekend. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http:

Re: [FlexJS] maven faling (WeakMap)

2017-02-15 Thread piotrz
Personally I can invest my time into changing ObjectMap and move forward with other things. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-maven-faling-WeakMap-tp59270p59510.html Sent from the A

Re: [FlexJS] MDL: Add/Remove item(s) to TabBar

2017-02-15 Thread piotrz
Please specify in jira how you are adding new Tab. Thanks, Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-MDL-Add-Remove-item-s-to-TabBar-tp59508p59511.html Sent from the Apache Flex Development

Re: [FlexJS] MDL: Add/Remove item(s) to TabBar

2017-02-15 Thread sankar
Hi Piotr, I shall report with a project example. Thanks! -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-MDL-Add-Remove-item-s-to-TabBar-tp59508p59512.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] MDL: Add/Remove item(s) to TabBar

2017-02-15 Thread sankar
Here's the issue number Piotr - https://issues.apache.org/jira/browse/FLEX-35268. Thanks! -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-MDL-Add-Remove-item-s-to-TabBar-tp59508p59513.html Sent from the Apache Flex Development mailing list archive a

Re: [FlexJS] MDL: Add/Remove item(s) to TabBar

2017-02-15 Thread piotrz
Sankar, Did you try before add/remove tabs before? Is it your first attempt? Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-MDL-Add-Remove-item-s-to-TabBar-tp59508p59514.html Sent from the Apac

[Flex JS] Padding not working as expected

2017-02-15 Thread Justin Mclean
Hi, With this code the margin works but the padding is not being applied. It this expected or is it a bug? http://ns.adobe.com/mxml/2009"; xmlns:js="library://ns.apache.org/flexjs/basic">

Re: [Flex JS] Padding not working as expected

2017-02-15 Thread Justin Mclean
Hi, In this case you can work around the issue like so: But this work around doesn’t really work when using percentage heights and widths. In this for example: The horizontal rule is 140 px wide (when it should be o

Re: [FlexJS] MDL: Add/Remove item(s) to TabBar

2017-02-15 Thread sankar
Hi Piotr, No, it was my first time. I tried by very basic codes (before you fixed bracketed binding to TabBar). My codes were like this: ... ... ... // in model class [Bindable(event="componentsTabsUpdated")] public function get componentsTabs():Array {

Re: [DISCUSS] Release Apache Flex SDK 4.16 RC2

2017-02-15 Thread Alex Harui
On 2/15/17, 5:57 PM, "Justin Mclean" wrote: >Hi, > >> I'm not saying the ApprovalScript is a requirement, I'm saying that that >> is what I use, so you can know up front what tests I am going to run so >> you can potentially save all of us time by making sure it passes those >> tests before off

Re: [DISCUSS] Release Apache Flex SDK 4.16 RC2

2017-02-15 Thread Justin Mclean
Hi, > If you run it with -Drc=2 it would grab RC2 from dist.apache.org > . Also > you can manually download the artifacts and run the main-no-download > target. > > If we improve it, instead of complaining about it, it will save everyone > in the community time and mayb

Re: [FlexJS Summit] Preparing the schedule

2017-02-15 Thread Christofer Dutz
Hi Justin, I think you misunderstood me … the day after the entire ApacheCon or the day before … so it would be Monday or Firday … I would definitely favor Friday too as it would sort of be a nice: - Thursday: Talking Day - Friday: Coding Day I’ll ask the LF girls about this and check if it’s

  1   2   >