Re: git commit: [flex-asjs] [refs/heads/develop] - FLEX-35243 - Fix problem with unselecting ToggleTextButton - Use classList.toggle api in order to switch between selected and unselected state - Make

2017-01-16 Thread Alex Harui
On 1/16/17, 11:02 PM, "piotrz" wrote: >In my Maven dependencies I don't have Basic, do you think that could >problem >with some pom in framework itself ? Maybe. Don't know enough about Maven to know. -Alex

Re: [FlexJS] Problems with custom events in IE11

2017-01-16 Thread Alex Harui
On 1/16/17, 10:59 PM, "piotrz" wrote: >Alex, > >The problem is with window.Event. We are creating it in couple of places >ElementWrapper->dispatchEvent [1]. Not sure whether we can change it to >something else. Hmm. I guess we haven't been doing enough testing on IE. If document.createEvent

Re: git commit: [flex-asjs] [refs/heads/develop] - FLEX-35243 - Fix problem with unselecting ToggleTextButton - Use classList.toggle api in order to switch between selected and unselected state - Make

2017-01-16 Thread piotrz
In my Maven dependencies I don't have Basic, do you think that could problem with some pom in framework itself ? 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-develo

Re: [FlexJS] Problems with custom events in IE11

2017-01-16 Thread piotrz
Alex, The problem is with window.Event. We are creating it in couple of places ElementWrapper->dispatchEvent [1]. Not sure whether we can change it to something else. It's failing on creation: [1] https://p

Re: git commit: [flex-asjs] [refs/heads/develop] - FLEX-35243 - Fix problem with unselecting ToggleTextButton - Use classList.toggle api in order to switch between selected and unselected state - Make

2017-01-16 Thread Alex Harui
Hmm. HTML should be built after Basic and thus win. If you are using Maven, why is Basic even in the dependencies? -Alex On 1/16/17, 9:42 PM, "piotrz" wrote: >I just tried ToggleTextButton in IE11 and it's display component from >package >Basic instead HTML - should I change also Basic ? > >W

Re: [FlexJS] Problems with custom events in IE11

2017-01-16 Thread Alex Harui
Were you trying to make a DOM CustomEvent or an org.apache.flex.events.CustomEvent? The latter should work. -Alex On 1/16/17, 10:15 PM, "piotrz" wrote: >Hi All, > >I was trying to test something in IE11, but it's completely failed on >problem with custom events [1]. The solution is probably he

[FlexJS] Problems with custom events in IE11

2017-01-16 Thread piotrz
Hi All, I was trying to test something in IE11, but it's completely failed on problem with custom events [1]. The solution is probably here [2]. What would be best solution to apply this code to our events mechanism ? I see that for example in MouseEvent we have static function for creating event

Re: git commit: [flex-asjs] [refs/heads/develop] - FLEX-35243 - Fix problem with unselecting ToggleTextButton - Use classList.toggle api in order to switch between selected and unselected state - Make

2017-01-16 Thread piotrz
I just tried ToggleTextButton in IE11 and it's display component from package Basic instead HTML - should I change also Basic ? What's could be wrong ? Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/

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

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

Re: git commit: [flex-asjs] [refs/heads/develop] - FLEX-35243 - Fix problem with unselecting ToggleTextButton - Use classList.toggle api in order to switch between selected and unselected state - Make

2017-01-16 Thread Justin Mclean
Hi, > So if 1% is roughly 1000 users, does that mean 100,000 different people > visited flex.a.o in the last six months? Distinct users are around the 60,000 mark for the last 6 months. Thanks, Justin

Re: git commit: [flex-asjs] [refs/heads/develop] - FLEX-35243 - Fix problem with unselecting ToggleTextButton - Use classList.toggle api in order to switch between selected and unselected state - Make

2017-01-16 Thread Alex Harui
I thought [2] indicated other problems on IE10. It might be a good idea to actually try it. Until we implement a polyfill, doesn't this break IE9 support or have we taken another change already that breaks IE9? [2] https://developer.mozilla.org/en-US/docs/Web/API/Element/classList On 1/16/17, 9

Re: git commit: [flex-asjs] [refs/heads/develop] - FLEX-35243 - Fix problem with unselecting ToggleTextButton - Use classList.toggle api in order to switch between selected and unselected state - Make

2017-01-16 Thread Alex Harui
On 1/16/17, 12:34 PM, "Justin Mclean" wrote: >Hi, > >We can also can get some idea from visits on our web site in google >analytics. Note the audience is developers not users of flex, but it >still may be useful. > >For the last 6 months browser share is roughly: >Chrome 66% >Firefox 16% >Ad

Re: [FlexJS] Fixed a bug in the distribution generation ... IntelliJ now accepts distribution

2017-01-16 Thread piotrz
Good Luck Chris! Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Fixed-a-bug-in-the-distribution-generation-IntelliJ-now-accepts-distribution-tp58352p58381.html Sent from the Apache Flex Develop

Re: [FlexJS] Fixed a bug in the distribution generation ... IntelliJ now accepts distribution

2017-01-16 Thread Christofer Dutz
Ok I can confirm this … currently trying to find out what’s going wrong inside IntelliJ … Chris Am 16.01.17, 22:10 schrieb "Josh Tynjala" : In our FlexJS instructions for IntelliJ IDEA, it's described in the section that starts with: While this window is still open, click on Gl

Re: [FlexJS] Fixed a bug in the distribution generation ... IntelliJ now accepts distribution

2017-01-16 Thread Josh Tynjala
In our FlexJS instructions for IntelliJ IDEA, it's described in the section that starts with: While this window is still open, click on Global Libraries, we will add the > FlexJS SDK also as a library, that's the second gotcha. https://cwiki.apache.org/confluence/display/FLEX/Using+FlexJS+with+I

Re: [FlexJS] Fixed a bug in the distribution generation ... IntelliJ now accepts distribution

2017-01-16 Thread piotrz
Chris, Let me explain. When I'm using distribution package as an main framework (or event SDK downloaded by installer) my all classes are not recognizable. But once I'm adding SDK as additional libra

Re: git commit: [flex-asjs] [refs/heads/develop] - FLEX-35243 - Fix problem with unselecting ToggleTextButton - Use classList.toggle api in order to switch between selected and unselected state - Make

2017-01-16 Thread Justin Mclean
Hi, We can also can get some idea from visits on our web site in google analytics. Note the audience is developers not users of flex, but it still may be useful. For the last 6 months browser share is roughly: Chrome 66% Firefox 16% AdobeAIR 10% Safari 6% IE 5% (85% IE11, 6% IE8, 4% IE9, 3%

Re: git commit: [flex-asjs] [refs/heads/develop] - FLEX-35243 - Fix problem with unselecting ToggleTextButton - Use classList.toggle api in order to switch between selected and unselected state - Make

2017-01-16 Thread Christofer Dutz
Hi Alex, Doesn’t Adobe have exactly such a service? I remember when being a Creative Suite Customer in the past there was a service that provided statistics on Browser and Feature usage. Shouldn’t you be able to get your hands on such data? Chris Am 16.01.17, 17:50 schrieb "Alex Harui" :

Re: [FlexJS] Fixed a bug in the distribution generation ... IntelliJ now accepts distribution

2017-01-16 Thread Christofer Dutz
That’s what I have been using to find out what was wrong with my distribution … now if someone would explain what’s missing, I could have a look at it (Being a Jetbrains Fanboy I guess I have to make my favorite IDE play nice with FlexJS ;-) ) Chris Am 16.01.17, 17:40 schrieb "Alex Harui" :

Re: git commit: [flex-asjs] [refs/heads/develop] - FLEX-35243 - Fix problem with unselecting ToggleTextButton - Use classList.toggle api in order to switch between selected and unselected state - Make

2017-01-16 Thread piotrz
It is event better, cause MSDN saying that classList is supported from IE10 [1][2] [1] https://msdn.microsoft.com/en-us/library/hh968262(v=vs.85).aspx [2] https://msdn.microsoft.com/en-us/library/hh771925(v=vs.85).aspx Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message

Re: [FlexJS] Fixed a bug in the distribution generation ... IntelliJ now accepts distribution

2017-01-16 Thread piotrz
Chris your fix is working fine! :) Thank you! Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Fixed-a-bug-in-the-distribution-generation-IntelliJ-now-accepts-distribution-tp58352p58373.html Sent

Re: git commit: [flex-asjs] [refs/heads/develop] - FLEX-35243 - Fix problem with unselecting ToggleTextButton - Use classList.toggle api in order to switch between selected and unselected state - Make

2017-01-16 Thread piotrz
Let's say that I will stay with this code. We will see whether someone will complain. I will modify it in order to support also IE11 [1] cause it has some issues. http://caniuse.com/#search=classList Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http:/

Re: git commit: [flex-asjs] [refs/heads/develop] - FLEX-35243 - Fix problem with unselecting ToggleTextButton - Use classList.toggle api in order to switch between selected and unselected state - Make

2017-01-16 Thread piotrz
Make sense. Our MDL library for example is using a log classList API, so minimum browser is Edge, cause IE11 for example do not handle second parameter for classList.toggle(). If I change a bit code for this issue I will be able to handle IE11, but still will use this really nice and handy api fr

Re: git commit: [flex-asjs] [refs/heads/develop] - FLEX-35243 - Fix problem with unselecting ToggleTextButton - Use classList.toggle api in order to switch between selected and unselected state - Make

2017-01-16 Thread Josh Tynjala
Yes. https://developer.mozilla.org/en-US/docs/Glossary/Polyfill - Josh On Mon, Jan 16, 2017 at 9:18 AM, piotrz wrote: > Alex, > > I'm not sure what do you mean by saying polyfills for IE? It's some library > which handle do not existing API in older browser ? > > Piotr > > > > - > Apache F

Re: git commit: [flex-asjs] [refs/heads/develop] - FLEX-35243 - Fix problem with unselecting ToggleTextButton - Use classList.toggle api in order to switch between selected and unselected state - Make

2017-01-16 Thread piotrz
Alex, I'm not sure what do you mean by saying polyfills for IE? It's some library which handle do not existing API in older browser ? Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Re-git-commit-flex-

Re: git commit: [flex-asjs] [refs/heads/develop] - FLEX-35243 - Fix problem with unselecting ToggleTextButton - Use classList.toggle api in order to switch between selected and unselected state - Make

2017-01-16 Thread Josh Tynjala
Last I checked, IE10 marketshare was actually significantly lower than IE9. I recall that a lot of people were stuck on IE9 without an upgrade option, but IE10 users could upgrade to IE11, and they did. If IE9 is not considered important anymore, IE10 can probably be safely skipped! - Josh On Mon

Re: git commit: [flex-asjs] [refs/heads/develop] - FLEX-35243 - Fix problem with unselecting ToggleTextButton - Use classList.toggle api in order to switch between selected and unselected state - Make

2017-01-16 Thread Alex Harui
On 1/16/17, 9:02 AM, "piotrz" wrote: >I think I will go back to older way of adding those properties className >+=. >Maybe IE9 is not so important, but IE10 is still around. I've been wondering if there is a PAYG way of injecting polyfills just for IE. It might be better to spend energy on th

Re: git commit: [flex-asjs] [refs/heads/develop] - FLEX-35243 - Fix problem with unselecting ToggleTextButton - Use classList.toggle api in order to switch between selected and unselected state - Make

2017-01-16 Thread piotrz
I think I will go back to older way of adding those properties className +=. Maybe IE9 is not so important, but IE10 is still around. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/Re-git-commit-flex-a

Re: git commit: [flex-asjs] [refs/heads/develop] - FLEX-35243 - Fix problem with unselecting ToggleTextButton - Use classList.toggle api in order to switch between selected and unselected state - Make

2017-01-16 Thread Alex Harui
On 1/16/17, 7:59 AM, "piotrz" wrote: >Do we have specified any places where we are stating about supporting >older >browser than IE11 ? If not I would live it as is. I believe some wiki page says IE9. It used to say IE8. We just need to understand whether our customer base has truly moved on

Re: git commit: [flex-asjs] [refs/heads/develop] - FLEX-35243 - Fix problem with unselecting ToggleTextButton - Use classList.toggle api in order to switch between selected and unselected state - Make

2017-01-16 Thread Alex Harui
On 1/16/17, 7:40 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >We should remember that MS has left support this days for IE9 and IE10. >I think we should be running away from those browsers... I agree that as every day goes by, the relevance of those older versions becomes m

Re: [FlexJS] Fixed a bug in the distribution generation ... IntelliJ now accepts distribution

2017-01-16 Thread Alex Harui
AIUI, the source for IntelliJ Flex support is here [1]? I believe we have been invited to fix it. -Alex [1] https://github.com/JetBrains/intellij-plugins/tree/master/flex On 1/16/17, 7:51 AM, "Josh Tynjala" wrote: >That's what you need to do with any FlexJS SDK. Not just the Maven >version. >

Re: [FlexJS] Problem in FlexJSStore

2017-01-16 Thread Alex Harui
On 1/16/17, 7:48 AM, "piotrz" wrote: >Alex, > >Understand, but we have currently issue in compiler where _bindable array >do >not contains proper values. > >https://issues.apache.org/jira/browse/FLEX-35227 Yes, I've been working on it. -Alex

Re: git commit: [flex-asjs] [refs/heads/develop] - FLEX-35243 - Fix problem with unselecting ToggleTextButton - Use classList.toggle api in order to switch between selected and unselected state - Make

2017-01-16 Thread piotrz
Do we have specified any places where we are stating about supporting older browser than IE11 ? If not I would live it as is. 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

Re: [FlexJS] Fixed a bug in the distribution generation ... IntelliJ now accepts distribution

2017-01-16 Thread Josh Tynjala
That's what you need to do with any FlexJS SDK. Not just the Maven version. IntelliJ IDEA would need to fix this. Not us. It's the same with the Feathers SDK too. I spent many hours trying to find a workaround, but I think there's no working around the assumptions that Jetbrains made about Flex SD

Re: [FlexJS] How to navigate to a url?

2017-01-16 Thread Alex Harui
I think the BrowserWindow class wraps how to launch another browser window with a URL in it. HTH, -Alex On 1/16/17, 1:11 AM, "omup...@gmail.com on behalf of OmPrakash Muppirala" wrote: >(I'm back go working on the Flex Team page using MDL. ) > >I'm hunting through the examples, but I dont see

Re: [FlexJS] Problem in FlexJSStore

2017-01-16 Thread piotrz
Alex, Understand, but we have currently issue in compiler where _bindable array do not contains proper values. https://issues.apache.org/jira/browse/FLEX-35227 Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nab

Re: git commit: [flex-asjs] [refs/heads/develop] - FLEX-35243 - Fix problem with unselecting ToggleTextButton - Use classList.toggle api in order to switch between selected and unselected state - Make

2017-01-16 Thread Carlos Rovira
We should remember that MS has left support this days for IE9 and IE10. I think we should be running away from those browsers... 2017-01-16 16:15 GMT+01:00 Alex Harui : > On 1/15/17, 11:30 PM, "piotrz" wrote: > > >Guys, > > > >Should this code for selection in JS be somewhere else ? > > Well, do

Re: [FlexJS] add HTMLElement to document.body

2017-01-16 Thread Alex Harui
On 1/16/17, 1:20 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" wrote: >Hi Alex, > >The MDL Dialog is a html tag that is added to document.body >So what's the way to get the Application instance in FlexJS? So if it can only be added to document.body then findPopUpHost may not be saf

Re: [FlexJS] Fixed a bug in the distribution generation ... IntelliJ now accepts distribution

2017-01-16 Thread piotrz
Thank you for the fix Chris! - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-Fixed-a-bug-in-the-distribution-generation-IntelliJ-now-accepts-distribution-tp58352p58356.html Sent from the Apache Flex Dev

Re: [FlexJS] Fixed a bug in the distribution generation ... IntelliJ now accepts distribution

2017-01-16 Thread piotrz
Chris, I will test it later today, but question is even more extensive. What actually should be done in order to have components being recognizable ? Currently If I do not add SDK as an Library additionally I don't have intelli sence support etc. Piotr - Apache Flex PMC piotrzarzyck...@gm

Re: [FlexJS] Some things still missing ni FlexJS

2017-01-16 Thread Alex Harui
On 1/16/17, 12:45 AM, "Christofer Dutz" wrote: >I would strongly object to make the FlexJS Compiler directly utilize >Cordova. This would tightly couple the two. >Guess I just don’t understand quite what’s the difference between the >CordovaCameraExample which produces a Cordova project, which

Re: [FlexJS] add HTMLElement to document.body

2017-01-16 Thread Alex Harui
On 1/16/17, 2:35 AM, "Harbs" wrote: >I know we’ve had this discussion already, but we definitely need a way to >attach a FlexJS application to a specific element, and not the entire >body. > >I cannot release my app that I’m migrating to FlexJS until we have a way >to do this. That sounds like

[FlexJS] Fixed a bug in the distribution generation ... IntelliJ now accepts distribution

2017-01-16 Thread Christofer Dutz
Hi, I just checked out the IntellJ Flex Plugin and setup IntellJ in debug mode and debugged the Flex plugin in order to find out why IntellJ didn’t like the distributions generated by the maven build. Seems all it was, was the name of the player directory. I fixed that in the build and now Inte

Re: git commit: [flex-asjs] [refs/heads/develop] - FLEX-35243 - Fix problem with unselecting ToggleTextButton - Use classList.toggle api in order to switch between selected and unselected state - Make

2017-01-16 Thread Alex Harui
On 1/15/17, 11:30 PM, "piotrz" wrote: >Guys, > >Should this code for selection in JS be somewhere else ? Well, doesn't classList have questionable support on IE9 and 10? Otherwise I guess it is fine where it is. What are your concerns? -Alex > >Piotr > > > >- >Apache Flex PMC >piotrzar

Re: [FlexJS] Problem in FlexJSStore

2017-01-16 Thread Alex Harui
On 1/15/17, 11:30 PM, "piotrz" wrote: >Hi Alex, > >You mean scenario where I have some object for ex. VO and it has sub class >and those sub class has property etc. ? Yes, when the VO has a property that is an instance of something else and that is null at first and set later, and then when th

Re: [FlexJS] add HTMLElement to document.body

2017-01-16 Thread yishayw
I don't think there's a static reference to the application in FlexJS. See [1] this discussion. [1] http://apache-flex-users.246.n4.nabble.com/FlexJS-How-to-use-SimpleAlert-from-a-class-that-s-not-a-IPopUpParent-td12941.html -- View this message in context: http://apache-flex-development.2

Re: [FlexJS] add HTMLElement to document.body

2017-01-16 Thread Harbs
I know we’ve had this discussion already, but we definitely need a way to attach a FlexJS application to a specific element, and not the entire body. I cannot release my app that I’m migrating to FlexJS until we have a way to do this. > On Jan 16, 2017, at 8:47 AM, Alex Harui wrote: > > but A

Re: [FlexJS] [Discuss] Add support for "automationName" for making unit-tests simpler

2017-01-16 Thread Christofer Dutz
Hi guys, Thanks for that … definitely have to look a little more into the cool stuff on the client side and not always just dig in the compiler and the build tools ;-) Chris Am 16.01.17, 10:30 schrieb "carlos.rov...@gmail.com im Auftrag von Carlos Rovira" : thanks Om, just having some pro

Re: [FlexJS] How to navigate to a url?

2017-01-16 Thread Harbs
We already have BrowserWindow.open() HTH, Harbs > On Jan 16, 2017, at 11:11 AM, OmPrakash Muppirala > wrote: > > (I'm back go working on the Flex Team page using MDL. ) > > I'm hunting through the examples, but I dont see a way to programatically > navigate to a URL in FlexJS. Am I missing

Re: [FlexJS] How to navigate to a url?

2017-01-16 Thread piotrz
Hi Om, +1 for second option. For me that would be something uncommon if I will see href option in Button. Piotr - Apache Flex PMC piotrzarzyck...@gmail.com -- View this message in context: http://apache-flex-development.247.n4.nabble.com/FlexJS-How-to-navigate-to-a-url-tp58335p58344

Re: [FlexJS] How to navigate to a url?

2017-01-16 Thread Carlos Rovira
Hi Om, in Flex SDK the mx:Button or s:Button did not have href, it was done vía click handler right? so I think include href is not right solution. IMHO, the proposed "navigateToUrl" will be the most near solution for us. And for people migrating from Flex to FlexJS seems something very close to

Re: [FlexJS] [Discuss] Add support for "automationName" for making unit-tests simpler

2017-01-16 Thread Carlos Rovira
thanks Om, just having some problems with my laptop today :( well I think the example posted will help Chris to figure about an AutomationBead thanks! 2017-01-16 10:27 GMT+01:00 OmPrakash Muppirala : > Looks like the mailing list removed the css snippet you posted. > > Thanks, > Om > > On Mon,

Re: [FlexJS] How to add html content?

2017-01-16 Thread OmPrakash Muppirala
Created ticket here: https://issues.apache.org/jira/browse/FLEX-35246 to track this. Thanks, Om On Wed, Jan 4, 2017 at 6:31 PM, OmPrakash Muppirala wrote: > > > On Wed, Jan 4, 2017 at 6:08 PM, Alex Harui wrote: > >> >> >> On 1/4/17, 3:40 PM, "omup...@gmail.com on behalf of OmPrakash Muppirala"

Re: [FlexJS] [Discuss] Add support for "automationName" for making unit-tests simpler

2017-01-16 Thread Carlos Rovira
sorry the email just sent :) mdl:List css: List { IBeadView: ClassReference("org.apache.flex.mdl.beads.views.ListView"); IBeadModel: ClassReference("org.apache.flex.html.beads.models.ArraySelectionModel"); IBeadLayout: ClassReference(null); /*"org.apache.flex.html.beads.layouts.Vertic

Re: [FlexJS] [Discuss] Add support for "automationName" for making unit-tests simpler

2017-01-16 Thread OmPrakash Muppirala
Looks like the mailing list removed the css snippet you posted. Thanks, Om On Mon, Jan 16, 2017 at 1:25 AM, Carlos Rovira < carlos.rov...@codeoscopic.com> wrote: > Hi Chris, > > for example in mdl:List the css is: > > > 2017-01-16 9:58 GMT+01:00 Christofer Dutz : > > > Hi Alex, > > > > Could you

Re: [FlexJS] [Discuss] Add support for "automationName" for making unit-tests simpler

2017-01-16 Thread Carlos Rovira
Hi Chris, for example in mdl:List the css is: 2017-01-16 9:58 GMT+01:00 Christofer Dutz : > Hi Alex, > > Could you eventually whip up a little example of how to do what you > describe in the last paragraph? > I’m actually really new to the ActionScript + MXML side of FlexJS, but > very willing

Re: [FlexJS] Some things still missing ni FlexJS

2017-01-16 Thread Carlos Rovira
+1 to Cordova FlexJS Project Archetype (without doubt) 2017-01-16 9:45 GMT+01:00 Christofer Dutz : > I would strongly object to make the FlexJS Compiler directly utilize > Cordova. This would tightly couple the two. > Guess I just don’t understand quite what’s the difference between the > Cordova

Re: [FlexJS] add HTMLElement to document.body

2017-01-16 Thread Carlos Rovira
Hi Alex, The MDL Dialog is a html tag that is added to document.body So what's the way to get the Application instance in FlexJS? or is what you said UIUtils.findPopUpHost? (I mean if UIUtils.findPopUpHost gives the Application) I don't know how popups works on FlexJS but as in Flex SDK I suppos

[FlexJS] How to navigate to a url?

2017-01-16 Thread OmPrakash Muppirala
(I'm back go working on the Flex Team page using MDL. ) I'm hunting through the examples, but I dont see a way to programatically navigate to a URL in FlexJS. Am I missing something obivious? I see an tag with a href, and another approach that adds an element in code, but that seems so cumber

Re: [FlexJS] JS loaded with inject_html reports error in browser

2017-01-16 Thread Carlos Rovira
Ok Alex, just want to know if some FlexJS manipulation is done with external files. For your response I assume that none, so if there's an error that should come from the js and css source Thanks! 2017-01-16 7:44 GMT+01:00 Alex Harui : > Create a test without any FlexJS. Just native JS that

Re: [FlexJS] [Discuss] Add support for "automationName" for making unit-tests simpler

2017-01-16 Thread Christofer Dutz
Hi Alex, Could you eventually whip up a little example of how to do what you describe in the last paragraph? I’m actually really new to the ActionScript + MXML side of FlexJS, but very willing to learn ;-) Chris Am 16.01.17, 07:41 schrieb "Alex Harui" : On 1/15/17, 9:17 AM, "C

Re: [FlexJS] Some things still missing ni FlexJS

2017-01-16 Thread Christofer Dutz
I would strongly object to make the FlexJS Compiler directly utilize Cordova. This would tightly couple the two. Guess I just don’t understand quite what’s the difference between the CordovaCameraExample which produces a Cordova project, which is then packaged using cordova in another step. I t