Re: How to compile an SWF to bypass any VerifyError for non-existing classes inside of that SWF

2019-07-19 Thread Alex Harui
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

Re: Target Deadline (31-JUL) for Porting

2019-07-19 Thread Alex Harui
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

Re: options for deriving HTML webpages from Flex app?

2019-07-19 Thread Alex Harui
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

Re: options for deriving HTML webpages from Flex app?

2019-07-19 Thread gkk gb
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

Re: options for deriving HTML webpages from Flex app?

2019-07-19 Thread Carlos Rovira
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

Re: How to compile an SWF to bypass any VerifyError for non-existing classes inside of that SWF

2019-07-19 Thread Frost, Andrew
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

options for deriving HTML webpages from Flex app?

2019-07-19 Thread gkk gb
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

Re: How to compile an SWF to bypass any VerifyError for non-existing classes inside of that SWF

2019-07-19 Thread Ramazan Ergüder Bekrek
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