Re: git commit: [flex-falcon] [refs/heads/develop] - MXMLFlexJSEmitter: source maps for MXML event attributes

2017-03-23 Thread Alex Harui
Josh, Try running: ant flexjs.dependent.tests If the output has changed you may have to update some of the _results.js files. Thanks, -Alex On 3/23/17, 3:43 PM, "joshtynj...@apache.org" wrote: >Repository: flex-falcon >Updated Branches: > refs/heads/develop

Re: [FlexJS] MDL - Project is failing to compile, help!

2017-03-23 Thread Alex Harui
Santanu, Did you try to subset the files of Google Closure Library? Do you have a GOOG_HOME environment variable or is the Google Closure Library downloaded to js/lib/google/closure-library? Where ever it is, list all the files. There shouldn't be more than 30. Thanks, -Alex On 3/23/17, 9:35

Re: [FlexJS] MDL - Project is failing to compile, help!

2017-03-23 Thread sankar
piotrz wrote > Post please what do you have in MDLExampleconfig.xml. I was able to build > MDLExample with following command: Hi Piotr, Here's the config file https://kobra.io/#/e/-Kfyb7wiTkDHDEYmqb8m. But I'm wondering, is there something big changed recently to the SDK side, because these

Re: [50/50] git commit: [flex-falcon] [refs/heads/master] - Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/flex-falcon

2017-03-23 Thread Alex Harui
I'd say don't bother. We need to get a release out soon anyway. -Alex On 3/23/17, 3:25 PM, "Josh Tynjala" wrote: >Apparently, I merged some commits into master instead of develop, and I >think it brought master up to date with develop. Anyone know how to roll >back that

Re: [50/50] git commit: [flex-falcon] [refs/heads/master] - Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/flex-falcon

2017-03-23 Thread Josh Tynjala
Apparently, I merged some commits into master instead of develop, and I think it brought master up to date with develop. Anyone know how to roll back that kind of thing? - Josh On Tue, Mar 21, 2017 at 4:11 PM, wrote: > Merge branch 'master' of

Re: [FlexJS] Accessing the DOM

2017-03-23 Thread Josh Tynjala
The type definitions in js.swc are defined in the flex-typedefs repository. - Josh On Thu, Mar 23, 2017 at 1:46 PM, OK wrote: > Hi, > FlexJS and Falcon are still some kinds of a black box for me, maybe > somebody > could enlighten me again: > > Encouraged again by Josh's

Re: [FlexJS] Accessing the DOM

2017-03-23 Thread Harbs
The typedef of HTMLInputElement comes from the js.swc. You can also use “Object”. Yes. You can use “regular” JS in any project as long as you include the js.swc s an external library. However, you cannot compile to SWF if you do so. I’m using VS Code and Josh’s asconfig, with this

[FlexJS] Accessing the DOM

2017-03-23 Thread OK
Hi, FlexJS and Falcon are still some kinds of a black box for me, maybe somebody could enlighten me again: Encouraged again by Josh's tutorials I'm playing around with accessing the DOM by using e.g. "document.getElementById('myInput') as HTMLInputElement" which works pretty fine. My

Re: [FlexJS] MDL - Project is failing to compile, help!

2017-03-23 Thread piotrz
Santanu, Post please what do you have in MDLExampleconfig.xml. I was able to build MDLExample with following command: d:\flex_sdk\flexjs_nightly\js\bin\mxmlc.bat d:\flex_sdk\flexjs_nightly\examples\flexjs\MDLExample\src\main\flex\App.mxml -accessible=true

Re: [FlexJS] Summary of Changes

2017-03-23 Thread Harbs
For full constrained layouts like we had in regular Flex, we’re probably going to need to use absolute positioning and JS to set the top/left values. But I’d love to see how far we can get with just CSS... > On Mar 23, 2017, at 8:13 PM, Peter Ent wrote: > > I want to make a

Re: [FlexJS] Summary of Changes

2017-03-23 Thread Peter Ent
I want to make a layout that uses left, top, right, bottom for positioning. The JS side is easy of course, you do nothing! On 3/23/17, 2:11 PM, "Harbs" wrote: >The changes look like they should be over-all improvements. Like you say, >we will have to see how they play

Re: Cloning rectangles

2017-03-23 Thread Harbs
I’m sure you realize this, but you can probably use serialized object literals instead of Rectangles as a work-around. > On Mar 23, 2017, at 8:05 PM, Dev LFM wrote: > > I was being ironic Josh xD > > But thank you for detailed answer, actually the support team is on

Re: Cloning rectangles

2017-03-23 Thread Dev LFM
Great idea! I'll do that! 2017-03-23 18:11 GMT+00:00 Josh Tynjala : > You might consider an update to your app that checks if the bug exists and > disables saving in that case. It's not ideal, but it would save you from > data corruption that requires manual fixes. > > -

Re: Cloning rectangles

2017-03-23 Thread Josh Tynjala
You might consider an update to your app that checks if the bug exists and disables saving in that case. It's not ideal, but it would save you from data corruption that requires manual fixes. - Josh On Thu, Mar 23, 2017 at 11:05 AM, Dev LFM wrote: > I was being ironic

Re: [FlexJS] Container and Layout Progress

2017-03-23 Thread Peter Ent
I've committed and pushed changes to MDL that should make it compile. I don't think it will work - I'll be doing that next but I wanted to get the project to compile. Basically, all of the List-like MDL classes now extends Group rather than ContainerBase, which I should delete. Then I needed to

Re: [FlexJS] Container and Layout Progress

2017-03-23 Thread Peter Ent
I should have committed a change to the build to exclude charts. Hmm. Peter > On Mar 23, 2017, at 12:57 PM, Christofer Dutz > wrote: > > Well I guess things are broken now ( > > I just updated and ran a new build and Charts is exploding at the moment … > >

Re: [FlexJS] Summary of Changes

2017-03-23 Thread Harbs
The changes look like they should be over-all improvements. Like you say, we will have to see how they play out. There might be a need to easily flip position between absolute and relative, but we’ll see. I’m looking forward to seeing how the changes behave. :-) Harbs > On Mar 23, 2017, at

Re: Cloning rectangles

2017-03-23 Thread Dev LFM
I was being ironic Josh xD But thank you for detailed answer, actually the support team is on last resource advising to try canary.. it sucks, but worst is that after user save the projects, there's nothing to do.. I try to manually fix some of them.. I hope that adobe releases an update soon,

Re: [FlexJS] Container and Layout Progress

2017-03-23 Thread Peter Ent
Yes, Chris does have a good point and from now on* I will definitely use feature branches. I thought I could squeeze this through. I checked in changes to Chart that should make it compile. I doubt it will run, but that is on the list. I will look into MDL now. That will take longer. I am leary

Re: Cloning rectangles

2017-03-23 Thread Josh Tynjala
Definitely not. Performance in the debugger version is slower, and they'll have no idea why errors suddenly start popping up for random SWFs on the web that have bugs. - Josh On Thu, Mar 23, 2017 at 10:29 AM, DevLFM wrote: > Thank you Harbs, Should I advise our

[FlexJS] Summary of Changes

2017-03-23 Thread Peter Ent
FlexJS Container and Layout Upgrade My goal when starting this process was to have FlexJS produce leaner HTML structures and to reduce the amount of JavaScript code getting cross-compiled. My latest commit does the following: - Produces simpler HTML structures for the container classes, Group,

Re: [FlexJS] MDL - Project is failing to compile, help!

2017-03-23 Thread piotrz
I was talking with Santanau and it didn't help for him. His stacktrace above is after try your suggestion. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: [FlexJS] Container and Layout Progress

2017-03-23 Thread Peter Ent
I guess I should have used a feature branch. I'm not sure how long Charts will take. I wrote most of that code and it got pretty gnarly using List as a basis. It probably is better to use a feature branch. Let me see if I understand the rollback process and can get that going. Definitely a lesson

Re: Cloning rectangles

2017-03-23 Thread DevLFM
Thank you Harbs, Should I advise our customers to install debugger version? hehehe 2017-03-23 17:26 GMT+00:00 Harbs [via Apache Flex Development] < ml-node+s247n60705...@n4.nabble.com>: > I have Debug installed (for Firefox). > > I am seeing the problem in Chrome, but I don’t have Canary

Re: Cloning rectangles

2017-03-23 Thread Harbs
I have Debug installed (for Firefox). I am seeing the problem in Chrome, but I don’t have Canary installed. > On Mar 23, 2017, at 7:14 PM, DevLFM wrote: > > Normal or Debugger? > > 2017-03-23 17:02 GMT+00:00 Harbs [via Apache Flex Development] < >

Re: [FlexJS] MDL - Project is failing to compile, help!

2017-03-23 Thread Alex Harui
On 3/23/17, 12:52 AM, "piotrz" wrote: >Alex, > >Is this mean that Santanau problems occurs cause compiler didn't had fresh >dependencies related to Closure compiler? Well, in Ant there isn't really a notion of "fresh". In theory, the Ant build brings down Closure

Re: [FlexJS] Container and Layout Progress

2017-03-23 Thread Harbs
Sure. Including me. But Chris does have a point that we should be using feature branches more than we are. The tone of my question might have not come across correctly. I meant to ask how difficult it would be to move all changes to a feature branch and push the feature branch. If it’s too

Re: Cloning rectangles

2017-03-23 Thread DevLFM
Normal or Debugger? 2017-03-23 17:02 GMT+00:00 Harbs [via Apache Flex Development] < ml-node+s247n60698...@n4.nabble.com>: > I tried and it was working for me using Yosemite. > > > On Mar 23, 2017, at 5:55 PM, DevLFM <[hidden email] > > wrote: >

Re: [FlexJS] Container and Layout Progress

2017-03-23 Thread piotrz
But it was expected. I can help with MDL if you will need. Just let me know. If fixes will be today, there is no point to revert anything. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: [FlexJS] Container and Layout Progress

2017-03-23 Thread Josh Tynjala
Peter warned the list that his changes would break some things temporarily, and he asked if he should proceed. Everyone who responded said that it was okay. - Josh On Thu, Mar 23, 2017 at 10:11 AM, Harbs wrote: > Very good question. > > Peter, is there any chance to roll

Re: [FlexJS] Container and Layout Progress

2017-03-23 Thread Harbs
Very good question. Peter, is there any chance to roll back containers and layouts and move all the changes to a feature branch until things are stable? > On Mar 23, 2017, at 7:58 AM, Christofer Dutz > wrote: > > Why don't you guys use feature branches?

Re: Cloning rectangles

2017-03-23 Thread Harbs
I tried and it was working for me using Yosemite. > On Mar 23, 2017, at 5:55 PM, DevLFM wrote: > > Yes on chrome canary windows/osx its fixed. > > But on OSX is happening on all browsers! (at least in my company..) with > 25.0.0.127, and the bug I posted haven't yet a

Re: [FlexJS] Container and Layout Progress

2017-03-23 Thread Christofer Dutz
Well I guess things are broken now ( I just updated and ran a new build and Charts is exploding at the moment … Chris Am 23.03.17, 17:02 schrieb "Peter Ent" : Hi, I've committed the changes!! The build should skip, MDL, Charts, and Basic projects. I will get

Re: Cloning rectangles

2017-03-23 Thread DevLFM
Yes on chrome canary windows/osx its fixed. But on OSX is happening on all browsers! (at least in my company..) with 25.0.0.127, and the bug I posted haven't yet a single response from adobe :\ "Status: Needs Review" Thank you 2017-03-23 15:25 GMT+00:00 piotrz [via Apache Flex Development] <

Re: [FlexJS] Container and Layout Progress

2017-03-23 Thread Peter Ent
Hi, I've committed the changes!! The build should skip, MDL, Charts, and Basic projects. I will get MDL and Charts running next. But before that, I will have an email out with a breakdown of the changes I've made. Look for that in the next couple of hours. Good luck! Please let me know what

Re: Cloning rectangles

2017-03-23 Thread piotrz
Hi, But you have commented that it is fixed in newest version of Chrome. Am I understand correctly ? "Google chrome Canary has released PPAPI 25.0.0.143 this issue is solved!" Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: Cloning rectangles

2017-03-23 Thread DevLFM
Hi Alex, Can you put some pressure on your colleges? Thank you -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Cloning-rectangles-tp60691p60693.html Sent from the Apache Flex Development mailing list archive at Nabble.com.

Re: [FlexJS] typeof X === 'undefined'

2017-03-23 Thread Justin Mclean
Hi, > I see following warning in Maven build: Yep thats an invalid warning nor sure of the best way to sort this yet. Thanks, Justin

Cloning rectangles

2017-03-23 Thread DevLFM
Hi, I've posted one bug on adobe: https://tracker.adobe.com/#/view/FP-4198307 The issue is that cloning the Rectangle, gives bad values on height.. please test here: http://goo.gl/Vbbmg2 the result should be: testRect (1, 2, 3, 4) clonedRect (1, 2, 3, 4) clonedRect2 (1, 2, 3, 4) but on imacs

Re: [FlexJS] MDL - Project is failing to compile, help!

2017-03-23 Thread piotrz
Alex, Is this mean that Santanau problems occurs cause compiler didn't had fresh dependencies related to Closure compiler? Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: [FlexJS] typeof X === 'undefined'

2017-03-23 Thread piotrz
Hi, I see following warning in Maven build: D:\flex_sdk\Sources\flex-asjs\frameworks\projects\Network\src\main\flex\org\apache\flex\net\HTTPService.as(272): col: 21 Illogical comparison with undefined. Only untyped variables (or variables of type *) can be undefined. 3.636389252 seconds [INFO]