Hi Carlos,
I've noticed this as well from time to time. This last time, I made a copy of
the target build folder to compare with a subsequent build (using Beyond
Compare). It appears that some bindings are missing in a "bad" build. Here is
example related to TourDeJewel:
In NavigationGroupExampleItemRenderer.js, the following is missing entirely in
a "bad" build:
/**
* @export
*/
itemRenderers.NavigationGroupExampleItemRenderer.prototype._bindings = [
// removed contents as I do not believe they are necessary in this
case.
];
Also, this wasn't the only case where a "xxxxx.prototype._bindings" was missing
from one of the javascript files.
Hope this helps narrow it down a bit.
Brian
-----Original Message-----
From: Carlos Rovira <[email protected]>
Sent: Thursday, April 2, 2020 4:47 PM
To: Apache Royale Development <[email protected]>
Subject: Royale compiler remove labels and/or icons randomly (was Re: Control
over export/rename: Finally giving up)
Hi
I'm sorry to say that the Josh's fix I commented is not fixing the thing I
suggested. The problem of labels removed is still there as you can see in the
following image (I had it today again):
https://imgur.com/a/NEiUZXH
The labels or icons that are removed change, so I think this could be some
thread problem since happens un one compilation from around other 15 or so...
If someone could take a look at this, would be great, since I think is an
important problem.
I think we should detect what's happening if we can before 1.0
Thanks