RE: AW: issue with Popupmanager SDK 4.14 / Flexmojos 7.1

2015-06-17 Thread L'Hommelet Filip
ffled as to why I had the issue in my deployed application. -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: woensdag 17 juni 2015 18:03 To: users@flex.apache.org Subject: Re: AW: issue with Popupmanager SDK 4.14 / Flexmojos 7.1 Well, if some SWFs are built against 4.1

Re: AW: issue with Popupmanager SDK 4.14 / Flexmojos 7.1

2015-06-17 Thread Alex Harui
gt;On 6/17/15, 7:30 AM, "L'Hommelet Filip" > wrote: > >>The only thing in there is a call to PopupManager.addPopUp. >>So nothing special as far as I'm concerned. >> >>-----Original Message- >>From: Frédéric THOMAS [mailto:webdoubl...@hotmai

RE: AW: issue with Popupmanager SDK 4.14 / Flexmojos 7.1

2015-06-17 Thread L'Hommelet Filip
[mailto:aha...@adobe.com] Sent: woensdag 17 juni 2015 16:34 To: users@flex.apache.org Subject: Re: AW: issue with Popupmanager SDK 4.14 / Flexmojos 7.1 How many SWFs get loaded as part of this application? You could try swfdump -abc on all of them and see if “Marshal” shows up in any of them

Re: AW: issue with Popupmanager SDK 4.14 / Flexmojos 7.1

2015-06-17 Thread Alex Harui
special as far as I'm concerned. > >-Original Message- >From: Frédéric THOMAS [mailto:webdoubl...@hotmail.com] >Sent: woensdag 17 juni 2015 16:06 >To: users@flex.apache.org >Subject: RE: AW: issue with Popupmanager SDK 4.14 / Flexmojos 7.1 > >Another possibility I

RE: AW: issue with Popupmanager SDK 4.14 / Flexmojos 7.1

2015-06-17 Thread L'Hommelet Filip
alFrameworkSharedLib/src/main/flex/com/ilias/solutions/flexappeal/status/StatusManager.as:359] Frédéric THOMAS > From: aha...@adobe.com > To: users@flex.apache.org > Subject: Re: AW: issue with Popupmanager SDK 4.14 / Flexmojos 7.1 > Date:

RE: AW: issue with Popupmanager SDK 4.14 / Flexmojos 7.1

2015-06-17 Thread Frédéric THOMAS
b/src/main/flex/com/ilias/solutions/flexappeal/status/StatusManager.as:359] Frédéric THOMAS > From: aha...@adobe.com > To: users@flex.apache.org > Subject: Re: AW: issue with Popupmanager SDK 4.14 / Flexmojos 7.1 > Date: Wed, 17 Jun 2015 05:14:14

RE: AW: issue with Popupmanager SDK 4.14 / Flexmojos 7.1

2015-06-17 Thread L'Hommelet Filip
[mailto:Filip.L'homme...@ilias-solutions.com] Gesendet: Dienstag, 16. Juni 2015 10:36 An: users@flex.apache.org Betreff: RE: AW: issue with Popupmanager SDK 4.14 / Flexmojos 7.1 Well, You wouldn't believe it... but that did the trick! So my eternal gratitude goes out to you, Frédéric THOMAS!! H

Re: AW: issue with Popupmanager SDK 4.14 / Flexmojos 7.1

2015-06-16 Thread Alex Harui
On 6/16/15, 1:35 AM, "L'Hommelet Filip" wrote: >Well, >You wouldn't believe it... but that did the trick! Well, I do believe it, but now all of your code is doing extra MarshallingSupport work. This should not be necessary unless you are loading SWFs across SecurityDomains or SWFs compiled wi

RE: AW: issue with Popupmanager SDK 4.14 / Flexmojos 7.1

2015-06-16 Thread L'Hommelet Filip
ag 16 juni 2015 0:07 To: users@flex.apache.org Subject: RE: AW: issue with Popupmanager SDK 4.14 / Flexmojos 7.1 Did you try to add this in your FM configuration ?     mx.managers.systemClasses.MarshallingSupport Frédéric THOMAS > From: Filip.L&#

Re: AW: issue with Popupmanager SDK 4.14 / Flexmojos 7.1

2015-06-15 Thread Alex Harui
On 6/15/15, 9:59 AM, "L'Hommelet Filip" wrote: >Alex, > >Those were indeed from the maven build of the main application (the main >project so to speak)... >I've checked and maven-compiled with link-reports and also build in >flash-builder with link-report param >and there is now nowhere a Marsh

RE: AW: issue with Popupmanager SDK 4.14 / Flexmojos 7.1

2015-06-15 Thread Frédéric THOMAS
ONC8Aw/ >>this one is from the main-project which has the above project as a >>dependency: >>http://www.evernote.com/l/AW_2LuqjpWNL567Xi70vBE6tq5IfwaHpRhU/ >> >>Original Message- >>From: Alex Harui [mailto:aha...@adobe.com] >>Sent: donderdag 11 juni 2015 16

RE: AW: issue with Popupmanager SDK 4.14 / Flexmojos 7.1

2015-06-15 Thread L'Hommelet Filip
Could there be an issue/bug in Flex Apache Framework with the PopupManager? -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: vrijdag 12 juni 2015 14:47 To: users@flex.apache.org Subject: Re: AW: issue with Popupmanager SDK 4.14 / Flexmojos 7.1 These link-reports

Re: AW: issue with Popupmanager SDK 4.14 / Flexmojos 7.1

2015-06-12 Thread Alex Harui
: Alex Harui [mailto:aha...@adobe.com] >Sent: donderdag 11 juni 2015 16:56 >To: users@flex.apache.org >Subject: Re: AW: issue with Popupmanager SDK 4.14 / Flexmojos 7.1 > >Hmm. I didn’t see any mention of MarshallingSupport code. Classes like >PopUpManagerMarshalMixin shouldn’t be

RE: AW: issue with Popupmanager SDK 4.14 / Flexmojos 7.1

2015-06-11 Thread L'Hommelet Filip
: Alex Harui [mailto:aha...@adobe.com] Sent: donderdag 11 juni 2015 16:56 To: users@flex.apache.org Subject: Re: AW: issue with Popupmanager SDK 4.14 / Flexmojos 7.1 Hmm. I didn’t see any mention of MarshallingSupport code. Classes like PopUpManagerMarshalMixin shouldn’t be in the SWF. How about

Re: AW: issue with Popupmanager SDK 4.14 / Flexmojos 7.1

2015-06-11 Thread Alex Harui
FOrG8tA/ > >Thanks in advance for all help/pointers! > >-Original Message- >From: Alex Harui [mailto:aha...@adobe.com] >Sent: woensdag 10 juni 2015 18:03 >To: users@flex.apache.org >Subject: Re: AW: issue with Popupmanager SDK 4.14 / Flexmojos 7.1 > >Better to po

RE: AW: issue with Popupmanager SDK 4.14 / Flexmojos 7.1

2015-06-11 Thread L'Hommelet Filip
advance for all help/pointers! -Original Message- From: Alex Harui [mailto:aha...@adobe.com] Sent: woensdag 10 juni 2015 18:03 To: users@flex.apache.org Subject: Re: AW: issue with Popupmanager SDK 4.14 / Flexmojos 7.1 Better to post on the mailing list if possible. Also post any

Re: AW: issue with Popupmanager SDK 4.14 / Flexmojos 7.1

2015-06-10 Thread Alex Harui
>Sent: Wednesday, June 10, 2015 5:34 pm >Subject: Re: AW: issue with Popupmanager SDK 4.14 / Flexmojos 7.1 >To: mailto:users@flex.apache.org>> > > > > >On 6/10/15, 6:22 AM, "Christofer Dutz" >mailto:christofer.d...@c-ware.de>> wrote: >

Re: AW: issue with Popupmanager SDK 4.14 / Flexmojos 7.1

2015-06-10 Thread L'Hommelet Filip
them directly to you? ) _ From: Alex Harui mailto:aha...@adobe.com>> Sent: Wednesday, June 10, 2015 5:34 pm Subject: Re: AW: issue with Popupmanager SDK 4.14 / Flexmojos 7.1 To: mailto:users@flex.apache.org>> On 6/10/15, 6:22 AM, "Christofer Dutz"

Re: AW: issue with Popupmanager SDK 4.14 / Flexmojos 7.1

2015-06-10 Thread Alex Harui
On 6/10/15, 6:22 AM, "Christofer Dutz" wrote: >In flex only classes you directly reference are included in the output. >It seems as If you are loading IMarshalSystemManager via reflection ... Well, that’s Flex SDK code, not his code. Are you including MarshallingSupport in the your project? M