Hi Pashmina,

describeType is a "Reflection API".  If your application is using it, instead 
of directly emulating it, it is better to try to understand why you needed to 
use it in the first place and modify that code.  What does that function do 
with the describeType XML?  There might be a better way to write that code.

Thanks,
-Alex

On 8/29/18, 4:06 AM, "Pushmina Kazi" <[email protected]> wrote:

    
    Hi,
    i am using describetype(customVO) and passing it as a parameter in a 
function
    added import of describeType but still error occurs
    ERROR: "Implicit coercion of a value of type TypeDefinition to an unrelated 
type XML".
    
    Thanks in Advance
    Pashmina kazi
    
    
    
    
    
    
    -----Original Message-----
    From: Yishay Weiss [mailto:[email protected]] 
    Sent: Tuesday, August 14, 2018 9:57 AM
    To: [email protected]; [email protected]
    Subject: RE: WORK ON EMULATION
    
    There’s an example here [1]
    
    
    
    [1] 
https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fyishayw%2FExamples%2Fblob%2FFileProxy%2FExamples.mxml&amp;data=02%7C01%7Caharui%40adobe.com%7Ccc5c1dd1dd1f4c65f04908d60d9f6e2f%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C636711375728607957&amp;sdata=1wIBNayZSctR69trQG9YuhwFt0n6OhOu1w0x%2Flhn6tA%3D&amp;reserved=0
    
    
    
    ________________________________
    From: Alex Harui <[email protected]>
    Sent: Monday, August 13, 2018 6:48:50 PM
    To: [email protected]; [email protected]
    Subject: Re: WORK ON EMULATION
    
    Hi Alina,
    
    There is a bead called org.apache.royale.file.beads.FileBrowser.  I can't 
find any examples of use.  Looks like Yishay wrote it so maybe he can help.
    
    There is also a class called 
Network/src/main/royale/org/apache/royale/net/URLBinaryUploader.as you might be 
able to use.
    
    If you only have a few references to FileReference in your code, it is 
probably simpler to change your code to use these classes, otherwise you can 
try to write some emulation class that tries to present the FileReference API.
    
    HTH,
    -Alex
    
    On 8/13/18, 2:19 AM, "Alina Kazi" <[email protected]> wrote:
    
        Thanks Alex.
        We are using Flash.net.FileReference in our Application
        Methods and properties of FileReference are used:
        loadFileRef.load();
        loadFileRef.browse();
        loadFileRef.name;
        loadFileRef.data;
    
        Do we have any alternate for this class in Apache Royale?
    
        -Alina
    
        -----Original Message-----
        From: Alex Harui [mailto:[email protected]]
        Sent: Friday, August 10, 2018 8:46 PM
        To: [email protected]; [email protected]
        Subject: Re: WORK ON EMULATION
    
        Hi Alina,
    
        What is being loaded?  Flex apps should be using mx.controls.SWFLoader, 
mx.modules.ModuleLoader and mx.controls.Image (or their Spark equivalents) and 
not flash.display.Loader directly.  It would be better to change your 
application to not use flash.display.Loader unless there are lots of instances 
of using it.
    
        -Alex
    
        On 8/10/18, 2:27 AM, "Alina Kazi" <[email protected]> wrote:
    
            Hi Alex,
    
    
    
            flash.display.Loader
    
            flash.display.Loader:content
    
            flash.display.Loader:contentLoaderInfo
    
            flash.display.Loader:height
    
            flash.display.Loader:load
    
            flash.display.Loader:loadBytes
    
            flash.display.Loader:mask
    
            flash.display.Loader:width
    
            flash.display.Loader:x
    
            flash.display.Loader:y
    
    
    
            These properties and methods of API Loader are used.
    
            Should I create mx Emulation for Loader?
    
    
    
            Regards,
    
            Alina Kazi
    
    
    
    
    
    
    
    

Reply via email to