Hi,
I'm technically on vacation, so sorry about the delay in responding. It has
been difficult to find time and know what to answer due to your many posts.
For example, in this post I am replying to, I do not know easily what
modifications you made to SystemManager and do not have the time to
I thought #3 was fixed by Yishay, and #1 was discussed and a solution was
proposed. Is that not true?
Is there a GitHub issue for #2?
Thanks,
-Alex
From: Alina Kazi
Reply-To: "users@royale.apache.org"
Date: Thursday, July 18, 2019 at 10:36 PM
To: "users@royale.apache.org"
Subject: Target De
We elected to not make Royale 100% source compatible with Flex, so it isn’t
truly possible to have one code base be compiled by both the Flex SDK and
Royale SDK. The main reason is that there are Flash APIs that are not
available in Royale at this time.
It should be possible to have one code b
Thanks for that. Yes, all data crunching is in AS3 and minimal Flash API code.
I'm mainly worried about MXML and how it connects to the rest of the app. What
do you recommend for modifying the code base...
> Is it possible to have a single code-base that contains both Flex and Royale
> apps, w
Hi,
there's no one path for any of us migrating. So for example, Alex (Harui)
did a great work with emulation components (MXRoyale library) in Royale to
make Flex migration as easy as possible. I think the example is in Tour De
Flex, he migrated that app with minimum changes. Maybe is not 100% sam
Hi
There's no compilation option to get something to skip verification, the
verification is a setting within the FP/AIR runtime itself and it's always set
to verify on a function-by-function basis when a function is first used; a
class definition is treated as a function here as is the main scr
I have a Flex app 4.12 that does a lot of data crunching. If I want to create
an Apache Royale app that is far simpler than the Flex app but relies on the
Flex app's code for data crunching, what's options do I have to do this?
The Royale app (HTML output) would accept some inputs from the use
Can somebody ask Adobe's team to provide the compilation-config.xml file so
that I can reproduce the same behavior from skipping the VerifyError messages
that I get?
18.07.2019, 13:02, "Ramazan Ergüder Bekrek" :
> What I did is to download the latest Apache Flex SDK like described here :
> http