Well,
This is our part of the code where we call PopupManager.

if (!isStatusPoppedUp)
{
        PopUpManager.addPopUp(statusPopup, FlexGlobals.topLevelApplication as 
DisplayObject);
        isStatusPoppedUp=true;
}

statusPopup is just a VGroup with some text in it.

link-reports:
this one is from the project where in resides the above mentioned code: 
http://www.evernote.com/l/AW__q7p0RzFFkIHxvYGUpwBXPbesNONC8Aw/
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: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 classes.

-Alex

On 6/11/15, 12:09 AM, "L'Hommelet Filip"
<Filip.L'homme...@ilias-solutions.com> wrote:

>Hi Alex,
>
>You can see my poms in this post:
>http://www.evernote.com/l/AW-a5THA5uxFPbGjjDlRE2KXMDGSUhwMRLE/
>
>The relevant ones are those concerning the FlexAppealApp-project.
>
>Any additional settings in FB can be found here:
>http://www.evernote.com/l/AW9uMdGD54pKWKtl5EmPN4kB5MKlFOrG8tA/
>
>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 post on the mailing list if possible.  Also post any optional
>settings in FB.
>
>-Alex
>
>On 6/10/15, 8:56 AM, "L'Hommelet Filip"
><Filip.L'homme...@ilias-solutions.com> wrote:
>
>>Not 100% sure how I enclose what you are referring to.
>>
>>Also, everything works fine in flash builder, but when built with
>>maven, it's giving this error, so I figure Im missing some dependencies?
>>I will post my poms tomorrow, if you would be so kind to investigate
>>them
>>:-) (or I can mail them directly to you? )
>>
>>
>>_____________________________
>>From: Alex Harui <aha...@adobe.com<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: <users@flex.apache.org<mailto:users@flex.apache.org>>
>>
>>
>>
>>
>>On 6/10/15, 6:22 AM, "Christofer Dutz"
>><christofer.d...@c-ware.de<mailto: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 in the your project? Most folks don’t need it, but
>>that should bring in all of the right classes. Using individual
>>MarshallingSupport mixins won’t pull in all of the right classes.
>>
>>-Alex
>>
>>
>>
>

Reply via email to