In Royale (HTML) you need the element to be either SVG or on Canvas. We don’t 
yet have full Canvas coverage, but we do have SVG.

We’re using org.apache.royale.svg.DropShadowFilter for both drop shadows and 
inner/outer glows in our app which applies effects to SVG. Converting from 
flash.filters.GlowFilter to org.apache.royale.svg.DropShadowFilter should be 
more or a less drop-in replacement.

HTH,
Harbs

> On Jun 30, 2020, at 12:06 AM, Anil Guntur - agun...@us.ibm.com 
> <agun...@us.ibm.com> wrote:
> 
> Is that something one can add to the event Class
>  
> Also any alternative to flash.filters.GlowFilter;
>  
> thanks
>  
> <image001.png>
> <image002.gif>
> Anil Guntur
> Architect, Radiology Workflow
> 
> (858) 267-5072
> (858) 922-6402
> agun...@us.ibm.com <mailto:agun...@us.ibm.com>        
> <image003.png> <https://www.ibm.com/watson/health/>
>  
>  
> From: "Anil Guntur - agun...@us.ibm.com <mailto:agun...@us.ibm.com>" 
> <agun...@us.ibm.com <mailto:agun...@us.ibm.com>>
> Reply-To: "users@royale.apache.org <mailto:users@royale.apache.org>" 
> <users@royale.apache.org <mailto:users@royale.apache.org>>
> Date: Monday, June 29, 2020 at 1:35 PM
> To: "users@royale.apache.org <mailto:users@royale.apache.org>" 
> <users@royale.apache.org <mailto:users@royale.apache.org>>, 
> "d...@royale.apache.org <mailto:d...@royale.apache.org>" 
> <d...@royale.apache.org <mailto:d...@royale.apache.org>>
> Subject: [EXTERNAL] RE: Is there a emulation available for 
> flash.display.DisplayObject
>  
> 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 <yishayj...@hotmail.com <mailto:yishayj...@hotmail.com>>
> Reply-To: "users@royale.apache.org <mailto:users@royale.apache.org>" 
> <users@royale.apache.org <mailto:users@royale.apache.org>>
> Date: Monday, June 29, 2020 at 11:25 AM
> To: "d...@royale.apache.org <mailto:d...@royale.apache.org>" 
> <d...@royale.apache.org <mailto:d...@royale.apache.org>>, 
> "users@royale.apache.org <mailto:users@royale.apache.org>" 
> <users@royale.apache.org <mailto:users@royale.apache.org>>
> Cc: "d...@royale.apache.org <mailto:d...@royale.apache.org>" 
> <d...@royale.apache.org <mailto:d...@royale.apache.org>>
> 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 
> <https://royale.apache.org/asdoc/#!mx.managers/PopUpManager/createPopUp>
>  
> From: Anil Guntur - agun...@us.ibm.com <mailto:agun...@us.ibm.com>
> Sent: Monday, June 29, 2020 8:51 PM
> To: users@royale.apache.org <mailto:users@royale.apache.org>
> Cc: d...@royale.apache.org <mailto:d...@royale.apache.org>
> 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

Reply via email to