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 function in the reflection library does not return XML (as in Flash), but a structured 'TypeDefinition' instance. On Tue, Jun 30, 2020 at 8:35 AM Anil Guntur - [email protected] < [email protected]> wrote: > 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: *Yishay Weiss <[email protected]> > *Reply-To: *"[email protected]" <[email protected]> > *Date: *Monday, June 29, 2020 at 11:25 AM > *To: *"[email protected]" <[email protected]>, " > [email protected]" <[email protected]> > *Cc: *"[email protected]" <[email protected]> > *Subject: *[EXTERNAL] RE: Is there a emulation available for > flash.display.DisplayObject > > > > In Royale [1] the first param is an Object > > > > [1] https://royale.apache.org/asdoc/#!mx.managers/PopUpManager/createPopUp > > > > *From: *Anil Guntur - [email protected] <[email protected]> > *Sent: *Monday, June 29, 2020 8:51 PM > *To: *[email protected] > *Cc: *[email protected] > *Subject: *Is there a emulation available for flash.display.DisplayObject > > > > I need to get the PopupManager.CreatePopup working.. the first parameter > for the parent is of type DisplayObject according to the API documentation.. > > Thanks > > >
