Is there a emulation available for flash.display.DisplayObject

2020-06-29 Thread Anil Guntur - agun...@us.ibm.com
I need to get the PopupManager.CreatePopup working.. the first parameter for the parent is of type DisplayObject according to the API documentation.. Thanks

RE: Is there a emulation available for flash.display.DisplayObject

2020-06-29 Thread Yishay Weiss
In Royale [1] the first param is an Object [1] https://royale.apache.org/asdoc/#!mx.managers/PopUpManager/createPopUp From: Anil Guntur - agun...@us.ibm.com Sent: Monday, June 29, 2020 8:51 PM To: users@royale.apache.org Cc: d...@royale.a

RE: Is there a emulation available for flash.display.DisplayObject

2020-06-29 Thread Anil Guntur - agun...@us.ibm.com
Thanks, that is weird, I thought I saw the first parameter as DisplayObject and the return statement as IFlexDisplayObject. May be I am losing my mind 😊 On another area, that I could not find documentation on is Flash.utils.getQualifiedClassName. Is there an equivalent in royale emulation From:

RE: No Event.cancel event present for org.apache.royale.Events.event

2020-06-29 Thread Anil Guntur - agun...@us.ibm.com
Is that something one can add to the event Class Also any alternative to flash.filters.GlowFilter; thanks [blank.gif] Anil Guntur Architect, Radiology Workflow (858) 267-5072 (858) 922-6402 agun...@us.ibm.com [WH_Email_Sig_Logo.png]

Re: Is there a emulation available for flash.display.DisplayObject

2020-06-29 Thread Greg Dove
Re: > On another area, that I could not find documentation on is > Flash.utils.getQualifiedClassName. Is there an equivalent in royale > emulation You should find what you need in the Reflection library, under org.apache.royale.reflection.getQualifiedClassName Note that the describeType functi

RE: Emulation for flash.utils.Dictionary

2020-06-29 Thread Anil Guntur - agun...@us.ibm.com
Thanks From: "Anil Guntur - agun...@us.ibm.com" Reply-To: "d...@royale.apache.org" Date: Monday, June 29, 2020 at 2:07 PM To: "users@royale.apache.org" , "d...@royale.apache.org" Subject: [EXTERNAL] RE: No Event.cancel event present for org.apache.royale.Events.event Is that something one ca