Re: [FlexJS Summit] Preparing the schedule

2017-05-03 Thread OK
Hi, I can not found any talk descriptions nor a link to the FlexJS summit landing page when coming from the ApacheCon schedule site [1] To get as much attention as possible it might be also helpful to introduce FlexJS with one or two sentences at each talk description. Let me know if I can help to

Re: Build failed in Jenkins: flex-asjs #2226

2017-05-03 Thread Alex Harui
The checkintests are not building. It worked for me locally until I deleted all of the old JS files, then I was able to reproduce it. Hopefully I just got it to work. I'm not sure that the Maven build runs the checkintests. -Alex On 5/3/17, 12:29 PM, "Piotr Zarzycki" wrote: >I'm wondering why

Re: Build failed in Jenkins: flex-asjs #2226

2017-05-03 Thread Piotr Zarzycki
I'm wondering why this is still failing. Maven is nicely building and pick up last Alex's changes related to this, but with Ant is something wrong. Piotr 2017-05-03 21:25 GMT+02:00 : > See > > Changes: > > [pent] Changed the T

Re: git commit: [flex-asjs] [refs/heads/develop] - Added AbsolutePositioningViewBeadBase so control components can position their sub-elements using absolute positioning.

2017-05-03 Thread Peter Ent
Hi, This is the finished bead. We put "base" on it to indicate it is a class you can use as the basis for control view beads. But feel free to change it now before it gets too much use. ‹peter On 5/3/17, 1:17 PM, "Piotr Zarzycki" wrote: >Hi Peter, > >Is this finished bead which I can use stra

Re: git commit: [flex-asjs] [refs/heads/develop] - Added AbsolutePositioningViewBeadBase so control components can position their sub-elements using absolute positioning.

2017-05-03 Thread Piotr Zarzycki
Hi Peter, Is this finished bead which I can use straight in my components ? If this is not class which should be extended - I think better would be name without "Base". Just my feeling when I look without going into the code. Piotr 2017-05-03 19:08 GMT+02:00 : > Repository: flex-asjs > Updat

Re: [FlexJS] Layouts

2017-05-03 Thread Peter Ent
Hi, I've just pushed an update to flex-asjs develop branch with AbsolutePositioningViewBeadBase as described below. This should make it much easier to build control component which do not need to use layout beads and can handle resizing events on their own. —peter On 4/26/17, 9:05 AM, "Peter Ent

Re: git commit: [flex-asjs] [refs/heads/develop] - Added example of building a Table from a data source to the TableExample example.

2017-05-03 Thread piotrz
The second way is to stay as is and addBead before addedToParent. :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Re-git-commit-flex-asjs-refs-heads-develop-Added-example-of-building-a-Table-from-a-d

Re: git commit: [flex-asjs] [refs/heads/develop] - Added example of building a Table from a data source to the TableExample example.

2017-05-03 Thread Peter Ent
Hi, Yes - you are right about getting "initComplete" twice. I wrote the code and forgot about it! The DataTable should probably dispatch "dataTableComplete" so that the data mapper can detect that as the all-finished event. Thanks, ‹peter On 5/2/17, 5:39 PM, "Piotr Zarzycki" wrote: >Hi Peter,

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-03 Thread Christofer Dutz
Hi Om, If you run the maven build with the “-X” switch it will output exception stacktraces. If you see something down the road of handshake problems, this is the problem I’m referring to. Chris Am 03.05.17, 02:04 schrieb "omup...@gmail.com im Auftrag von OmPrakash Muppirala" : Huh? T

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-03 Thread Christofer Dutz
Hi Om, It seems due to export restrictions for cryptographic algorithms, the JDK downloadable outside the US has a different crypto suite installed, one that doesn’t handle the strength of encryption sourceforge now requires. You can manually install an alternate suite (JCE), but that hasn’t he