Hi,
I modified the js file and passed over the exception by checking parent
for null.
After, I prepared a sample project. I guess I can not get labels from
resources.
Here is refs:
Project files JS:
https://drive.google.com/open?id=1oF7OIXuGTfLvqM8mtWGSaKiT8C6lQhb5
Project files swf:
https://drive.google.com/open?id=1IlrSrLIuryRhVfSZDhpHPCIXM1dH56Y2
Sources : https://github.com/nihavend/royale-testing
Thanks,
Serkan
11.12.2018 01:25 tarihinde Alex Harui yazdı:
*From: *Serkan Taş <[email protected]>
*Reply-To: *"[email protected]" <[email protected]>
*Date: *Monday, December 10, 2018 at 12:15 PM
*To: *"[email protected]" <[email protected]>
*Subject: *Re: Work on Emulation
Hi Alex,
10.12.2018 23:10 tarihinde Alex Harui yazdı:
Hi Serkan,
I guess the States implementations will have to check for null
parent and assume if null that the item should not be added
because the parent is excluded. Give that a try and see if you
can get further.
You mean changing/modifying js output, right ?
You could do that as a quick test, but it would be best if you patch
the ActionScript code and submit a pull request if it works.
I’ve recommended several times that you choose Ant or Maven and
not combine them. Pick one. I don’t care which one. But if you
combine them, then only Greg will be able to help you. There
should be no need to combine them.
May you share any documentation and/or guide about one of them that I
can follow and produce fully usable output ? It may be one of the
several times, sorry for that :)
In royale-asjs/examples, there are many examples that have an Ant
build.xml file and a Maven pom.xml file. Use one of those as a
template. If you have a lot of modules and want to use Ant, I would
recommend examples/mxroyale/tourdeflexexample/build.xml
HTH,
-Alex