Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-21 Thread piotrz
Hi Josh, Yes it was working for me while ago. Let me try later today my time with Alex's instruction. I hope it will be as smooth as it was previously. Thanks, Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-21 Thread Josh Tynjala
Just a reminder, if you think you're ​ready for a release candidate, and you plan to use the approval scripts, now is the time to test that they're working correctly. Running them on an actual release candidate should be quick and painless because you should have already successfully ran the

Re: FlexJS MXML ids and classNames

2017-05-21 Thread piotrz
More thinking about that we need for sure one property or pseudo property which will resolve issue with "id" duplication, the other one for me is something optional. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-21 Thread piotrz
I just pushed fix for MDL DropDownList, but it is something temporary. It look like I have found issue which requires from me more work and discussion on Dev list - probably need some attention from Carlos. It is specific to how MDL works and what changes is doing with component's containers. I

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-21 Thread piotrz
Alex, I examined couple of examples and from my sight I have one issue in MDL DropDownList which would like to resolve. I hope to get it ready today. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: FlexJS MXML ids and classNames

2017-05-21 Thread piotrz
Yep I agree with Harbs and Josh as for not touch at all id and maybe introduce another two. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-MXML-ids-and-classNames-tp54361p61726.html Sent from

Re: FlexJS MXML ids and classNames

2017-05-21 Thread Harbs
Going along these lines: id could have the same behavior as today. localID could only apply to the mxml. globalID could only apply to the HTML and would be checked by the compiler for uniqueness. > On May 21, 2017, at 11:59 AM, Josh Tynjala wrote: > > I'm thinking my

Re: FlexJS MXML ids and classNames

2017-05-21 Thread Josh Tynjala
I'm thinking my proposal of the name globalID is better than htmlID. Calling it globalID would allow us to use it on the SWF side too. For instance, someone could write some kind of utility function that provides functionality similar to document.getElementById() that works cross-platform to

Re: FlexJS MXML ids and classNames

2017-05-21 Thread Josh Tynjala
The more I think about it, the more I think we should keep the semantics of id MXML-centric. It should create a member variable on the class like it always has, but it should not set the id on the HTML element. Instead, we should add a separate property for the HTML element's id. Maybe htmlID,

Re: FlexJS MXML ids and classNames

2017-05-21 Thread piotrz
Alex, You mean that I will not be able call property in AS3 like this ? I'm not following where the problem is. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context:

Re: FlexJS MXML ids and classNames

2017-05-21 Thread Harbs
I don’t really what we call this, but I think the following is important: I would like an option for the following: 1. Ability to set an id in mxml-only 2. Ability set HTML ids 3. Have the compiler check that HTML ids are not used more than once. > On May 21, 2017, at 10:58 AM, Alex Harui

Re: FlexJS MXML ids and classNames

2017-05-21 Thread Alex Harui
On 5/21/17, 1:38 AM, "yishayw" wrote: >I like the idea. Sencha follows a similar pattern as far as I remember. I >don't like mxmlID. Everything in MXML is MXML. I would go with 'localId', >for the one that doesn't translate to HTML, and 'id' for the one that >does.

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-21 Thread Alex Harui
On 5/21/17, 7:41 AM, "Yishay Weiss" wrote: >Also, I don’t see changes in Framework reflected in test project. What kinds of changes? Adding a new bead and changing CSS may not be picked up by FB. But when I changed Label.as to add "foo" to every text property, that

Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-21 Thread Alex Harui
On 5/21/17, 7:41 AM, "Yishay Weiss" wrote: >I had to change \frameworks\flex-config.xml and remove sfw- >from and . Otherwise >there’s no code hinting in new FB project. Shouldn’t that be the default >configuration? I'm not sure we got enough responses to that idea,

Re: [ApacheCon/FlexJS Summit] FlexJS 1.0 Discussion Round - Summary

2017-05-21 Thread PKumar
Peter, As compare to regular FlexSDK , there is no way to select any file from file system and adding file type filter on selection. Also no way to open FileSave dialogue box. On 21-May-2017 7:18 PM, "Peter Ent-2 [via Apache Flex Development]" < ml+s247n61714...@n4.nabble.com> wrote: > The

RE: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-21 Thread Yishay Weiss
I had to change \frameworks\flex-config.xml and remove sfw- from and . Otherwise there’s no code hinting in new FB project. Shouldn’t that be the default configuration? From: Alex Harui Sent: Saturday, May 20, 2017 4:51 PM To:

RE: [LAST CALL] Release FlexJS/FalconJX 0.8.0

2017-05-21 Thread Yishay Weiss
Also, I don’t see changes in Framework reflected in test project. From: Alex Harui Sent: Saturday, May 20, 2017 4:51 PM To: dev@flex.apache.org Subject: Re: [LAST CALL] Release FlexJS/FalconJX 0.8.0 "Pulled changes" as in syncing up

Re: [ApacheCon/FlexJS Summit] FlexJS 1.0 Discussion Round - Summary

2017-05-21 Thread Peter Ent
The FlexJS Storage package address some storage concerns. It provides file handling when run via AIR and on mobile devices via Cordova. Since there are sandboxing issues with the Flash Player, I'm not sure what else we can do there besides local storage. ‹peter On 5/21/17, 7:25 AM, "PKumar"

Re: [ApacheCon/FlexJS Summit] FlexJS 1.0 Discussion Round - Summary

2017-05-21 Thread PKumar
FileHandling can also be a option in the list. Right now FlexJS not having any file handling capabilities. On 20-May-2017 5:45 PM, "yishayw [via Apache Flex Development]" < ml+s247n6170...@n4.nabble.com> wrote: > Items 1-9 were considered musts. > > Fontkit library port (item 7) made it to

Re: FlexJS MXML ids and classNames

2017-05-21 Thread yishayw
I like the idea. Sencha follows a similar pattern as far as I remember. I don't like mxmlID. Everything in MXML is MXML. I would go with 'localId', for the one that doesn't translate to HTML, and 'id' for the one that does. Also, there's nothing preventing an AS3 class from accessing the so called

Re: FlexJS MXML ids and classNames

2017-05-21 Thread piotrz
Hi Justin, I just checked and yes I'm running into exactly same issue. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-MXML-ids-and-classNames-tp54361p61709.html Sent from the Apache Flex