Popup blocking issue

2015-05-22 Thread Harbs
I have a spark DropDownList, and some of the items need to open a separate browser window. Ideally, the browser window should only be opened after some data is uploaded to a server, but I’m willing to accept that that’s not an option. My problem is that none of the events dispatched by

RE: issues with flexmojos 7.1 / SDK 4.14.1 / Flash Builder 4.7 / Maven 3.2.5

2015-05-22 Thread L'Hommelet Filip
Hi Chris, Thank you for your pointers. The articles helped in cleaning up our poms. We have a really complex structure here (legacy... the one who set it up, no longer works at the company and I was the Chinese volunteer to clean up the mess). I've managed to get it building. Also... the

Re: Popup blocking issue

2015-05-22 Thread Harbs
On May 22, 2015, at 2:29 PM, Jeffry Houser jef...@dot-com-it.com wrote: I think I'm missing some context Probably. Details below: On 5/22/2015 4:56 AM, Harbs wrote: I have a spark DropDownList, and some of the items need to open a separate browser window. You mean when an item is

Re: Popup blocking issue

2015-05-22 Thread Jeffry Houser
I think I'm missing some context On 5/22/2015 4:56 AM, Harbs wrote: I have a spark DropDownList, and some of the items need to open a separate browser window. You mean when an item is selected in the Spark DropDownList you may want to open a separate browser window. Is that correct?

RE: EventDispatcher interface

2015-05-22 Thread Kessler CTR Mark J
I made an example[1] a while back when I was playing with that. It involves inheriting the EventDispatcher and keeping a duplicate list of events as they get added since the flash player is handling the lists and methods. It also enabled me to add extra functionality like single use

Re: Popup blocking issue

2015-05-22 Thread Harbs
Now I have no idea why that works A lot of this stuff feels like black magic… ;-) I’m thinking that I’m going to go with the Flash-popup-and-click-to-open-browser-window approach… Harbs

To start the weekend: issue with additional source directories:

2015-05-22 Thread L'Hommelet Filip
Hi all, I have a simple flex-project which I like to build with maven/flexmojos7.1.0/SDK4.14.1 This is the pom: project xmlns=http://maven.apache.org/POM/4.0.0; xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:schemaLocation=http://maven.apache.org/POM/4.0.0

Re: Popup blocking issue

2015-05-22 Thread Jeffry Houser
On 5/22/2015 7:45 AM, Harbs wrote: As specified in this document, the event needs to be “user initiated”. http://www.adobe.com/devnet/flashplayer/articles/fplayer10_uia_requirements.html I forgot about that requirement. What I'm doing in one app is this: 1) User Clicks Button (click

AW: To start the weekend: issue with additional source directories:

2015-05-22 Thread Christofer Dutz
In order to use multiple source directories, have a look at the build-helper-plugin: http://stackoverflow.com/questions/270445/maven-compile-with-multiple-src-directories It was really bad style to do this by some additional config options therefore it was removed in order for people using the

Re: Popup blocking issue

2015-05-22 Thread Evyatar Ben Halevi-Arbib
Hey, 1. In the scenario described by Jeffry the Result event might be still considered initiated by user interaction. 2. In our application we also have such a popup for opening new windows with a designated user click. 3. There's a chance that intercepting the render's click could result in a

AW: issues with flexmojos 7.1 / SDK 4.14.1 / Flash Builder 4.7 / Maven 3.2.5

2015-05-22 Thread Christofer Dutz
Hi Filip, happy that you're happy :-) Chris Von: L'Hommelet Filip Filip.L'homme...@ilias-solutions.com Gesendet: Freitag, 22. Mai 2015 09:07 An: users@flex.apache.org Betreff: RE: issues with flexmojos 7.1 / SDK 4.14.1 / Flash Builder 4.7 / Maven 3.2.5