Hi Greg, Looking at the code, it only happens in debug mode.
In this case this RemoteService is shared between this Add-In (a very light version) and the main UI application and consumes all properties. Greg Dove <greg.d...@gmail.com> escreveu no dia sábado, 30/10/2021 à(s) 19:35: > Hi Hugo, > > I added that trace to show the same as flash player when running in debug > mode. > > Is it showing in release mode for js? Is that your concern? > Or do you want to be able to switch it off for debug builds also? > > Please let me know. I will look into it today some time. > > I assume it was added to trace for flash player because it shows that the > server is sending data that the client does not care about, which is > usually something that could be optimized on the server side. > > > Greg > > On Sun, 31 Oct 2021, 6:30 am Hugo Ferreira, <hferreira...@gmail.com> > wrote: > > > I found that comes from AMFContext.as, here: trace('ReferenceError: Error > > #1056: Cannot create property ' + prop + ' on ' + localTraits.qName); > > > > > > Hugo Ferreira <hferreira...@gmail.com> escreveu no dia sábado, > 30/10/2021 > > à(s) 17:38: > > > > > Hi, > > > > > > How to ignore this kind of warnings for a specific project: > > > ReferenceError: Error #1056: Cannot create property > > > CollectionNoticeMonth11 on model.Building > > > > > > I'm developing an Add-In that requires much less properties than the > ones > > > that came from the server and I would like to just ignore this specific > > > warning. > > > > > > > > >