Re: FlexJS Layout performance (was Re: [FlexJS] Do we have a similar invalidation/commit concept as with the old Flex SDK?)

2017-01-10 Thread Alex Harui
On 1/10/17, 1:45 PM, "Christofer Dutz" wrote: >Hi, > >As we were discussing this in another thread. Wouldn’t layout be one of >the things that our invalidateSize() + measure() logic of the regular SDK >would be beneficial. >Otherwise I bet some layouting operations would be executed serially an

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

2017-01-10 Thread flex . ci . builds
flex-sdk_release-candidate - Build #199 - 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/199/.

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

2017-01-10 Thread piotrz
No problem - "patient" - will be my second name :) I just did small clarification for code in ViewDataBinding. I will commit it along with this first fix for this jira. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.24

Re: [FlexJS] Wanted: UX/UI Design Proposals

2017-01-10 Thread OmPrakash Muppirala
Tweeted here: https://twitter.com/ApacheFlex/status/818948503682486272 Everyone please retweet :-) Thanks, Om On Tue, Jan 10, 2017 at 9:24 AM, Alex Harui wrote: > Hi, > > There are lots of exciting things going on in the world of FlexJS. Some > folks are creating a component set that implemen

Re: [FlexJS] Selenium Webdriver Integrationtests

2017-01-10 Thread Christofer Dutz
Well I think I’ll write some test-that with Junit and try to test the examples a little. This should be able to detect problems in applications like with FlexJSStore, which doesn’t seem to react on any button click or value-entering at all. I’m hoping on learning more about how to write tests fo

Re: FlexJS Layout performance (was Re: [FlexJS] Do we have a similar invalidation/commit concept as with the old Flex SDK?)

2017-01-10 Thread Christofer Dutz
Hi, As we were discussing this in another thread. Wouldn’t layout be one of the things that our invalidateSize() + measure() logic of the regular SDK would be beneficial. Otherwise I bet some layouting operations would be executed serially and multiple times (sort of executing the logic of “mea

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

2017-01-10 Thread Alex Harui
On 1/10/17, 12:11 PM, "piotrz" wrote: >Alex, > >I think I have fix on flexjs sight, so waiting on your changes in >compiler. Looks like a significant amount of work, so don't hold your breath ;-) -Alex

Re: [FlexJS] Tour de FlexJS

2017-01-10 Thread OmPrakash Muppirala
On Tue, Jan 10, 2017 at 12:07 PM, Alex Harui wrote: > > > On 1/10/17, 11:49 AM, "omup...@gmail.com on behalf of OmPrakash Muppirala" > wrote: > > > > >> Let me know what you think. Alex has suggested using the ASDoc example > >>as > >> the starting point. > >> > >> > >I think the MDLExample woul

Re: [FlexJS] value.hasOwnProperty not working, maybe a bug

2017-01-10 Thread Alex Harui
On 1/10/17, 12:12 PM, "Josh Tynjala" wrote: >It seems like they're basically the same in Flash, so yes, I think that >would be fine. If we discover a big enough difference in the future, we >can >consider a new method on the Language class instead. Actually, adding a Language.hasOwnProperty is

Re: [FlexJS] value.hasOwnProperty not working, maybe a bug

2017-01-10 Thread Josh Tynjala
It seems like they're basically the same in Flash, so yes, I think that would be fine. If we discover a big enough difference in the future, we can consider a new method on the Language class instead. - Josh On Jan 10, 2017 11:07 AM, "Alex Harui" wrote: > On 1/10/17, 10:42 AM, "Josh Tynjala" w

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

2017-01-10 Thread piotrz
Alex, I think I have fix on flexjs sight, so waiting on your changes in compiler. Thanks, 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-tp

Re: [FlexJS] Tour de FlexJS

2017-01-10 Thread Alex Harui
On 1/10/17, 11:49 AM, "omup...@gmail.com on behalf of OmPrakash Muppirala" wrote: > >> Let me know what you think. Alex has suggested using the ASDoc example >>as >> the starting point. >> >> >I think the MDLExample would be a good scaffolding website. The ASDoc >example, fontawesome example,

Re: [FlexJS] Tour de FlexJS

2017-01-10 Thread OmPrakash Muppirala
On Tue, Jan 10, 2017 at 10:32 AM, Peter Ent wrote: > Hi, > > We have a lot of material now > Yes indeed :-) > Perhaps the repo could be "flex-tourjs" or something similar. I think > keeping the project separate from the FlexJS SDK would allow it to be > released on its own schedule and not ti

Re: [FlexJS] Tour de FlexJS

2017-01-10 Thread piotrz
Hi Peter, Great! +1 for new repository and your proposed name. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Tour-de-FlexJS-tp58119p58125.html Sent from the Apache Flex Development mailing lis

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

2017-01-10 Thread piotrz
I reported something similar, so it may be related. https://issues.apache.org/jira/browse/FLEX-35236 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-re

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

2017-01-10 Thread Alex Harui
OK, sounds like the generated code for [Bindable] on getter and setters is broken. I will take a look. -Alex On 1/10/17, 10:28 AM, "piotrz" wrote: >Alex, > >I just wanted to write it that compiled class doesn't contains it [1]. >Additionally what is funny - debugger do not stop when generate s

Re: [FlexJS] value.hasOwnProperty not working, maybe a bug

2017-01-10 Thread Alex Harui
On 1/10/17, 10:42 AM, "Josh Tynjala" wrote: >I don't know about Carlos, but I use hasOwnProperty() in ActionScript to >see if a property exists at all. It's never made a difference to me >whether >it's been added dynamically to an object or if it was defined as a member >of a class. I only care w

Re: [FlexJS] value.hasOwnProperty not working, maybe a bug

2017-01-10 Thread Josh Tynjala
I don't know about Carlos, but I use hasOwnProperty() in ActionScript to see if a property exists at all. It's never made a difference to me whether it's been added dynamically to an object or if it was defined as a member of a class. I only care whether it's there or not. - Josh On Tue, Jan 10,

Re: FlexJS Layout performance (was Re: [FlexJS] Do we have a similar invalidation/commit concept as with the old Flex SDK?)

2017-01-10 Thread yishayw
It should be possible to remove the content of non displayed items by implementing a different collapse bead. Sounds like a good optimization. -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Do-we-have-a-similar-invalidation-commit-concept-as-with-th

[FlexJS] Tour de FlexJS

2017-01-10 Thread Peter Ent
Hi, Regarding the notation of a "Tour de FlexJS" in the spirit of the "Tour de Flex", I thought I might start a repository to hold it. We have a lot of material now and people could begin contributing to it. Perhaps the repo could be "flex-tourjs" or something similar. I think keeping the proj

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

2017-01-10 Thread piotrz
Alex, I just wanted to write it that compiled class doesn't contains it [1]. Additionally what is funny - debugger do not stop when generate setter is ClassA.prototype.set__fieldA = function(value) { this._fieldA = value; }; but it's do work when I have following ClassA.prototype.set__fieldA

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

2017-01-10 Thread Alex Harui
On 1/10/17, 10:02 AM, "piotrz" wrote: >Alex, > >I was also thinking that it shouldn't necessary be in that case generic >binding, but again it is all about condition. > >In case of ViewBinding condition is > >if (binding.source is Array >&& binding.source[0] == "applicationModel" >&& binding.so

Re: [FlexJS] value.hasOwnProperty not working, maybe a bug

2017-01-10 Thread Alex Harui
On 1/10/17, 10:10 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >Hi Alex, Josh, > >as we MXML/AS3 is our domain, I think we should "unify" how it behaves. >That's the best way and the more coherent I can think... Another option is to have the compiler generate a warning or er

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

2017-01-10 Thread Alex Harui
Hi Piotr, In the code you posted links to, fieldA has a getter marked with [Bindable]. The compiler should output code that converts ClassA to extend EventDispatcher and wrap the setter to dispatch a valueChange event and then things should work. If that isn't the case that would be where the bu

Re: [FlexJS] value.hasOwnProperty not working, maybe a bug

2017-01-10 Thread Carlos Rovira
Hi Alex, Josh, as we MXML/AS3 is our domain, I think we should "unify" how it behaves. That's the best way and the more coherent I can think... 2017-01-10 18:33 GMT+01:00 Alex Harui : > Hi Josh, > > Thanks for looking into it. If you have more time, do you get different > responses in Flash if

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

2017-01-10 Thread piotrz
Alex, Answer for you second question - "fieldA" do not dispatch "valueChanged" event. If I have to dispatch it manually from setter I will need also extend my simple VO class by Dispatcher. I doubt that is the case. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in

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

2017-01-10 Thread piotrz
Alex, I was also thinking that it shouldn't necessary be in that case generic binding, but again it is all about condition. In case of ViewBinding condition is if (binding.source is Array && binding.source[0] == "applicationModel" && binding.source.length == 2 && binding.destination.length ==

Re: [FlexJS, MDL] Questions on Slider

2017-01-10 Thread Alex Harui
On 1/10/17, 8:54 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >Hi Yishay, > >yes, as we are "wrapping" MDL components, we rely in underlying system >that >thows the event. >If we choose to implement SWF version, as there's no counterpart, we could >choose to throw the event a

Re: [FlexJS] value.hasOwnProperty not working, maybe a bug

2017-01-10 Thread Alex Harui
Hi Josh, Thanks for looking into it. If you have more time, do you get different responses in Flash if the class is dynamic or if you use prototype inheritance in Flash? IIRC, AS3 classes do not use prototype inheritance, it is something different. I'm not sure if we should override hasOwnPrope

[FlexJS] Wanted: UX/UI Design Proposals

2017-01-10 Thread Alex Harui
Hi, There are lots of exciting things going on in the world of FlexJS. Some folks are creating a component set that implements Material Design Lite. You can see the demo here: https://s.apache.org/MDLExample However, some folks think that FlexJS should have its own unique default look, so this i

Re: [FlexJS] Some things still missing ni FlexJS

2017-01-10 Thread Alex Harui
In my mind, there is little doubt that someone will someday implement AMF and not-unloadable modules. The question is when? IMO, as soon as someone can tell us they've gone to production with the code we have, I'm willing to call that 1.0, and the people who wrote that app probably migrated a sin

Re: [FlexJS] Selenium Webdriver Integrationtests

2017-01-10 Thread Alex Harui
In theory, we are in the business of write-once compile-to-many-targets, so, IMO, we should have a functional test harness as well as unit test harness that you write once to run on SWF and JS. But some folks aren't interested so much in SWF and are more interested in integration with existing JS-

Re: [FlexJS, MDL] Questions on Slider

2017-01-10 Thread Carlos Rovira
Hi Yishay, yes, as we are "wrapping" MDL components, we rely in underlying system that thows the event. If we choose to implement SWF version, as there's no counterpart, we could choose to throw the event as we want... 2017-01-10 12:02 GMT+01:00 yishayw : > Carlos Rovira wrote > > goog.events.li

Re: [FlexJS] value.hasOwnProperty not working, maybe a bug

2017-01-10 Thread Josh Tynjala
Here's what I found. If a property is getter, hasOwnProperty() behaves differently in Flash and JS. class ExampleClass { public function get prop():String { return "test"; } } var test:ExampleClass = new ExampleClass(); console.log(test.hasOwnProperty("prop"); //true in Flash,

Re: [DISCUSS] Apache Flex SDK 4.16 RC1 release

2017-01-10 Thread Alex Harui
On 1/10/17, 12:29 AM, "Justin Mclean" wrote: > >> I don't know where it says that you have to compile the artifacts on >>your >> own machine. > >Here for one [1]. Note that verification in this context means checking >the source release matches with what’s in the version control. Hmm. I interp

Re: FlexJS Layout performance (was Re: [FlexJS] Do we have a similar invalidation/commit concept as with the old Flex SDK?)

2017-01-10 Thread Alex Harui
On 1/10/17, 12:25 AM, "Harbs" wrote: >Once we’re on the topic of layout performance, I’d like to point out some >observations that we had: > >1. Layouts happen twice. I think this is because both setting height and >width trigger a resize event. This pattern causes every layout to take >twice a

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

2017-01-10 Thread Alex Harui
On 1/9/17, 11:45 PM, "piotrz" wrote: >Sankar, > >Yes I know, but I've started to investigate why you need to dispatch any >events from VO class in order to have workable Binding. - If someone can >shed some light on this - Is it how we should work with our classes which >we >are writing ? In a

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

2017-01-10 Thread Alex Harui
On 1/9/17, 10:43 PM, "piotrz" wrote: >Sorry View code should be this one -> https://paste.apache.org/bPbC I didn't see this until I'd already replied. So when you dispatch "valueChanged" and had [Bindable("valueChanged")] on anyClass you were telling the binding system that anyClass changed w

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

2017-01-10 Thread Alex Harui
Hi Piotr, If I understand correctly, this example is working as expected. When you use just plain "[Bindable]" the compiler will generate getter/setters and dispatch "valueChange" events for you. When you use "[Bindable("someEventName")]" you are responsible for dispatching that event somewhere

Re: [FlexJS] Some things still missing ni FlexJS

2017-01-10 Thread Dev LFM
+1 2017-01-10 14:09 GMT+00:00 Fréderic Cox : > AMF is also essential for us to take FlexJS serious as a replacement to > Flex > > On Tue, Jan 10, 2017 at 2:41 PM, Vincent wrote: > > > Hello, > > > > Same points than Christopher : AMF and modules. > > The first is essential for us. > > > > Vincen

Re: [FlexJS] Probable design to support enable/disable state to TextInput

2017-01-10 Thread yishayw
I missed the part in the JIRA issue where you already implemented... A quick look at the code has me making the following comments: 1) I noticed on the swf side, you hardcoded the disabled/enabled colors. I would probably try to externalize those somehow. 2) On the swf side you check to see if a

Re: git commit: [flex-asjs] [refs/heads/develop] - Added List to the Express framework; its dataProvider can be either Array or ArrayList and it will set up the correct beads to handle it.

2017-01-10 Thread Peter Ent
Thanks. Should have been more careful. Much appreciated. Peter On 1/10/17, 3:27 AM, "omup...@gmail.com on behalf of OmPrakash Muppirala" wrote: >I was having build issues, so I fixed it. > >Thanks, >Om > >On Mon, Jan 9, 2017 at 4:42 PM, Peter Ent wrote: > >> Oops. First time in awhile I forgot

Re: [FlexJS] Some things still missing ni FlexJS

2017-01-10 Thread Fréderic Cox
AMF is also essential for us to take FlexJS serious as a replacement to Flex On Tue, Jan 10, 2017 at 2:41 PM, Vincent wrote: > Hello, > > Same points than Christopher : AMF and modules. > The first is essential for us. > > Vincent. > > > > Le 10/01/2017 à 13:07, Christofer Dutz a écrit : > >> +1

Re: [FlexJS, MDL] Help with MDL

2017-01-10 Thread piotrz
Carlos, You mean creat pack of such templates to show the power of MDL FlexJS ? :) Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-MDL-Help-with-MDL-tp56556p58095.html Sent from the Apache Flex

Re: [FlexJS] Some things still missing ni FlexJS

2017-01-10 Thread Vincent
Hello, Same points than Christopher : AMF and modules. The first is essential for us. Vincent. Le 10/01/2017 à 13:07, Christofer Dutz a écrit : +1 for the AMF and +1 for not-unloadable modules. I see it the same way as Carlos. At the moment I see FlexJS as an opportunity for companies to ge

Re: [FlexJS, MDL] Help with MDL

2017-01-10 Thread piotrz
Hi Carlos, Ohh vacation <3 :) "In my mind I want to add to MDLExample a new panel with some of the template examples in MDL Site. I think are pages that will be great for next step... " What do you mean MDL site ? Additional panel in our MDLExample with only code templates ? I was thinking rat

Re: [FlexJS] Some things still missing ni FlexJS

2017-01-10 Thread Carlos Rovira
The problem with AMF could be what Alex mentioned some time ago. If there's some C++ code in Flash Player that was making the magic behind scenes for a super efficient protocol, and if we can super pass this problem in this era of "no-plugins". We'll need to know what's the effort behind AMF, If co

Re: [FlexJS] Probable design to support enable/disable state to TextInput

2017-01-10 Thread yishayw
Hi Sankar, I think you've got the usage example right. A basic implementation of a DisabledBead already exists in org.apache.flex.html.beads.DisableBead. You might want to take a look. It controls whether mouse events are dispatched from the disabled component. It also throws a 'disabledChange' ev

Re: [FlexJS] Some things still missing ni FlexJS

2017-01-10 Thread Christofer Dutz
+1 for the AMF and +1 for not-unloadable modules. I see it the same way as Carlos. At the moment I see FlexJS as an opportunity for companies to get out of the dilemma of being stuck in a dead end with their existing Flex applications. Supporting things like modules and AMF will ease the migrati

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

2017-01-10 Thread flex . ci . builds
flex-sdk_release-candidate - Build #198 - Successful Changes since last build: [jmclean] Fix regression issue. Turns out LabelUtil.itemToLabel has side effects and text was not updated on control unless called For more information, check the console output at http://apacheflexbuild.cloudapp.ne

Re: [DISCUSS] Apache Flex SDK 4.16 RC1 release

2017-01-10 Thread Kessler CTR Mark J
You can send an email to [1] and it will remove you from this mailing list. If you want to know more about the rest of the mailing lists / options check out [2]. [1] dev-unsubscr...@flex.apache.org [2] http://flex.apache.org/community-mailinglists.html -Mark -Original Message- From

Re: [FlexJS, MDL] Help with MDL

2017-01-10 Thread Carlos Rovira
2017-01-08 18:37 GMT+01:00 piotrz : > Carlos, > > I just committed IconToggle button. I did also couple of fixes for Tabs. > Great Cool! :) > > Still do not understand what I've missed with the style of that Tab. :) > Check the example here (the same I created with FlexJS): https://getmdl.io

Re: [FlexJS, MDL] Help with MDL

2017-01-10 Thread Carlos Rovira
This is one of the pages I want to migrate to FlexJS: https://getmdl.io/templates/blog/index.html There are more here: https://getmdl.io/templates/index.html 2017-01-10 12:25 GMT+01:00 Carlos Rovira : > Hi Piotr, > > still handling the back from holidays :) > > > 2017-01-08 19:39 GMT+01:00 p

Re: [FlexJS, MDL] Help with MDL

2017-01-10 Thread Carlos Rovira
Hi Piotr, still handling the back from holidays :) 2017-01-08 19:39 GMT+01:00 piotrz : > Carlos, > > I just did review of Dialogs and I would like to leave it for you or other > folks. I prefer focus on MDL Example app to have real code usage exposed to > user. > > ok, no problem. I want to fin

Re: [FlexJS] Some things still missing ni FlexJS

2017-01-10 Thread Carlos Rovira
"IMO, this has two halves: non-unloadable modules is relatively straight forward to do. Unloadable modules will be a ton of work. IIRC, Flex 1.0 and I think even Flex 2.x grew its customer base without unloadable modules." If non-unloadable modules is easy to implement, I think it should go ASA

Re: [FlexJS, MDL] Questions on Slider

2017-01-10 Thread yishayw
Carlos Rovira wrote > goog.events.listen(UIBase(_strand).element, goog.events.EventType.CHANGE, > handleChange, false, this); > goog.events.listen(UIBase(_strand).element, > goog.events.EventType.INPUT, handleInput, false, this); > > What are the events MDL Slider throws, then we r

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

2017-01-10 Thread sankar
I'm from India Piotr. :) -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Data-binding-fails-when-following-multiple-references-tp58022p58082.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

[FlexJS] Probable design to support enable/disable state to TextInput

2017-01-10 Thread sankar
/This issue originally reported at: https://issues.apache.org/jira/browse/FLEX-35049./ In the above JIRA issue, Alex suggested this can be achieve through a new bead implementation. I spent sometime today to create a new bead which suppose to avail the feature in both SWF and HTML run. The bead cl

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

2017-01-10 Thread piotrz
Understand, so it is probably the way we should go, but for sure you don't need to extend your VO class by EventDispatcher. This investigation helped me with your issue with multiple references. I will be investigate it farther later today. Sankar just out of curious - where are you based ? What

FW: [FlexJS, MDL] Questions on Slider

2017-01-10 Thread Yishay Weiss
From: Yishay Weiss Sent: Tuesday, January 10, 2017 12:32 PM To: Carlos Rovira Subject: RE: [FlexJS, MDL] Questions on Slider My question is when CHANGE is dispatched. Is it on MOUSE_MOVE or on MOUSE_UP? Thanks. From: C

Re: [FlexJS, MDL] Questions on Slider

2017-01-10 Thread Carlos Rovira
Hi Yishayw, I follow the js:Slider guidelines to get mdl:Slider to work. Take into account that mdl:Slider is only JS, although there are some SWF code due to the initial copy/paste. We'll have to clean code as we get to a final release. The events assigned in the strand are: goog.events.listen(U

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

2017-01-10 Thread sankar
piotrz wrote > Yes I know, but I've started to investigate why you need to dispatch any > events from VO class in order to have workable Binding. This is how field binding to UI component has demonstrated in the example(s) that supplied within Apache FlexJS SDK. I followed that only; And I vaguely

Re: [FlexJS] Selenium Webdriver Integrationtests

2017-01-10 Thread Justin Mclean
Hi, > For Unit-Tests I think FlexUnit should be the way to go. Ideally runnable in > both SWF and JS. Here writing Tests in Flex(JS) is a good Thing. +1 JUnit/FlexUnit tests are simple, easy to understand and if done right run very quickly. Mustella is IMO too slow. While there’s a large number

RE: [FlexJS] Selenium Webdriver Integrationtests

2017-01-10 Thread Yishay Weiss
Whichever path is taken I’d like to see more testing on the swf side. It seems there’s little community interest now in making flash objects, which is inline with the general public’s perception of flash as a thing from the past. Still, my experience with working with FlexJS has been that the fl

Re: [FlexJS] Selenium Webdriver Integrationtests

2017-01-10 Thread Christofer Dutz
Yeah exactly: Leave things the way they are with the old SDK, but build up a proper unit-test and integration-test suite for FlexJS using FlexUnit for Unit-Tests (located in the modules they test) and Integration-Tests using Selenium (usually in dedicated testsuite modules). I would rather inve

Re: [FlexJS] Selenium Webdriver Integrationtests

2017-01-10 Thread Carlos Rovira
Hi, just to be sure we are talking about the same. The discussion is about to left Mustella for old Flex SDK and go with Selenium for new FlexJS? I did some work in the past fixing Mustella and I must to say that is a real pain, but I'm ok to not spend more time on it and Flex SDK but for fixing

Re: [DISCUSS] Apache Flex SDK 4.16 RC1 release

2017-01-10 Thread darrin
I would like to come off this email list but I can't, I have tried to cancel using the process but my email address doesn't exist, can anyone help?  RegardsDarrin  TennisOutlaws.com Original message From: Justin Mclean Date: 10/01/2017 08:39 (GMT+00:00) To: dev@flex.apache.

Re: [DISCUSS] Apache Flex SDK 4.16 RC1 release

2017-01-10 Thread Justin Mclean
Hi, So I just found a regression issue with spark drop down lists. And there looks to be a few other regression issue that need to be looked out. BTW the mustella tests have suffered a bit of rot and there are several tests that need up dating. Not that surprising - that what you get when you

Re: [DISCUSS] Apache Flex SDK 4.16 RC1 release

2017-01-10 Thread Justin Mclean
Hi, > Actually, you stated you tested the 'develop' branch. My mistake I said “4.16 develop” branch which doesn’t exist. Sorry about that. > Maybe a reason nobody else has provided > any feedback is because they are also unclear as to what they should be > testing. It should be reasonably clear

Re: git commit: [flex-asjs] [refs/heads/develop] - Added List to the Express framework; its dataProvider can be either Array or ArrayList and it will set up the correct beads to handle it.

2017-01-10 Thread OmPrakash Muppirala
I was having build issues, so I fixed it. Thanks, Om On Mon, Jan 9, 2017 at 4:42 PM, Peter Ent wrote: > Oops. First time in awhile I forgot those. Will take care of it shortly. > > Peter > > > On Jan 9, 2017, at 5:49 PM, OmPrakash Muppirala > wrote: > > >> > >> http://git-wip-us.apache.org/rep

Re: [FlexJS] Runtime error when setting a property to a constant value

2017-01-10 Thread OmPrakash Muppirala
Okay, I have merged it into the develop branch. Thanks Om On Mon, Jan 9, 2017 at 9:41 AM, piotrz wrote: > I think it pass experimentation state, Once you get a chance please merge > it > to develop. > > Thanks, > Piotr > > > > - > Apache Flex PMC > piotrzarzyck...@gmail.com > -- > View this

FlexJS Layout performance (was Re: [FlexJS] Do we have a similar invalidation/commit concept as with the old Flex SDK?)

2017-01-10 Thread Harbs
Once we’re on the topic of layout performance, I’d like to point out some observations that we had: 1. Layouts happen twice. I think this is because both setting height and width trigger a resize event. This pattern causes every layout to take twice as long as it should. I’m not sure how to fix