IIRC, standard Flex “monkey-patching” should also work.  Copy the one source 
file into the source-path with the correct folder structure.

-Alex

From: Piotr Zarzycki <piotrzarzyck...@gmail.com>
Reply-To: "users@royale.apache.org" <users@royale.apache.org>
Date: Wednesday, July 8, 2020 at 4:57 AM
To: "users@royale.apache.org" <users@royale.apache.org>
Subject: Re: UIComponents set visible positioner.style.visibility = null not 
working wir IE11

Hi Nicolas,

You have two options to build framework.

1) Using ANT - instruction can be found here [1]
2) Using Apache Maven - I personally recommend to use that one, but that's just 
a preference [2]. There is special parameter which allows you to output Royale 
binaries which can be used in your IDE.

[1] 
https://github.com/apache/royale-asjs/blob/develop/README.md<https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fblob%2Fdevelop%2FREADME.md&data=02%7C01%7Caharui%40adobe.com%7C9dd84ef10f084f0fee0a08d823360fbf%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637298062383443383&sdata=1a6pilMdF9S5eOwfW84m17YtijZodDVthrouAXZ%2Bg%2Fo%3D&reserved=0>
[2] 
https://github.com/apache/royale-asjs/wiki/Build-Apache-Royale-with-Maven<https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2Fapache%2Froyale-asjs%2Fwiki%2FBuild-Apache-Royale-with-Maven&data=02%7C01%7Caharui%40adobe.com%7C9dd84ef10f084f0fee0a08d823360fbf%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637298062383443383&sdata=7PoInX3qYS46IKSm4E91ob8Gi6ke25rh%2FrUygAU5T9o%3D&reserved=0>

Thanks,
Piotr

śr., 8 lip 2020 o 13:53 tranquiliste 
<nicolas.agut...@gmail.com<mailto:nicolas.agut...@gmail.com>> napisał(a):
Hello,

No I am not compiling from source, how should I do?

my current compiler options are (with visual studio code)
{
        "compilerOptions": {
                "targets": ["JSRoyale"],
                "source-path": ["src"],
                "source-map": true,
                "output": "../ProjectBuilds",
                "html-output-filename": "Project.html",
                "library-path": [
                        "${royalelib}/js/libs/MXRoyaleJS.swc"
                ],
                "js-library-path": [
                        "${royalelib}/js/libs/MXRoyaleJS.swc"
                ],
                "remove-circulars": true
        },
    "additionalOptions":
"-keep-as3-metadata+=Inject,Dispatcher,EventHandler,PostConstruct,PreDestroy,ViewAdded,ViewRemoved,Bindable,Transient
-keep-code-with-metadata=Inject",
        "mainClass": "Project",
        "copySourcePathAssets": true
}

Thanks
Nicolas



-----
Nicolas
--
Sent from: 
http://apache-royale-users.20374.n8.nabble.com/<https://nam04.safelinks.protection.outlook.com/?url=http%3A%2F%2Fapache-royale-users.20374.n8.nabble.com%2F&data=02%7C01%7Caharui%40adobe.com%7C9dd84ef10f084f0fee0a08d823360fbf%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637298062383453373&sdata=1iMzkiLlok35i2olA0RXl%2BXZFfiTd4%2BYxePvKqIy1Ko%3D&reserved=0>


--

Piotr Zarzycki

Patreon: 
https://www.patreon.com/piotrzarzycki<https://nam04.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.patreon.com%2Fpiotrzarzycki&data=02%7C01%7Caharui%40adobe.com%7C9dd84ef10f084f0fee0a08d823360fbf%7Cfa7b1b5a7b34438794aed2c178decee1%7C0%7C0%7C637298062383453373&sdata=WOzDN%2BvGhIAwm%2Blkwq9DqaPpXdKJwXQNELy589XAOkI%3D&reserved=0>

Reply via email to