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

2015-06-17 Thread L'Hommelet Filip
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.14

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

2015-06-17 Thread L'Hommelet Filip
Dutz [mailto:christofer.d...@c-ware.de] Sent: woensdag 17 juni 2015 7:38 To: users@flex.apache.org Subject: AW: AW: issue with Popupmanager SDK 4.14 / Flexmojos 7.1 Hi Filip, Glad you managed to sort things out ... I am currently sort of swamped with other things. But could you post your config

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

2015-06-17 Thread L'Hommelet Filip
/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 + On 6/16

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
nothing 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 meet still inline with what

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

2015-06-17 Thread Frédéric THOMAS
/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 + On 6/16/15, 1:35 AM

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

2015-06-17 Thread Alex Harui
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...@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

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 Filip.L'homme...@ilias-solutions.com 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

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

2015-06-16 Thread Christofer Dutz
like this in the future. Chris -Ursprüngliche Nachricht- Von: 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

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

2015-06-16 Thread L'Hommelet Filip
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 ? includes     includemx.managers.systemClasses.MarshallingSupport/include /includes Frédéric THOMAS

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

2015-06-15 Thread L'Hommelet Filip
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 don’t

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 Filip.L'homme...@ilias-solutions.com 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

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

2015-06-15 Thread Frédéric THOMAS
: AW: issue with Popupmanager SDK 4.14 / Flexmojos 7.1 These link-reports don’t mention Marshal classes. Is this from FB or from the Maven build? If from Maven, some other SWF is using those classes. -Alex On 6/11/15, 10:47 PM, L'Hommelet Filip Filip.L'homme...@ilias-solutions.com wrote: Well

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

2015-06-12 Thread Alex Harui
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 posting a link-report? Maybe a third-party is dragging in those

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

2015-06-11 Thread Alex Harui
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 post on the mailing list if possible. Also post any optional

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 L'Hommelet Filip
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 post on the mailing list if possible. Also post any

AW: issue with Popupmanager SDK 4.14 / Flexmojos 7.1

2015-06-10 Thread Christofer Dutz
In flex only classes you directly reference are included in the output. It seems as If you are loading IMarshalSystemManager via reflection ... probably this error ocurs, cause the compiler stripped that class out of the output. You could do a quick test, by explicitly referencing that class:

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

2015-06-10 Thread Alex Harui
, June 10, 2015 5:34 pm Subject: Re: AW: issue with Popupmanager SDK 4.14 / Flexmojos 7.1 To: users@flex.apache.orgmailto:users@flex.apache.org On 6/10/15, 6:22 AM, Christofer Dutz christofer.d...@c-ware.demailto:christofer.d...@c-ware.de wrote: In flex only classes you directly reference

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 christofer.d...@c-ware.de 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

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

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