Is there any reason why there are no IDE files (.project, .actionSciriptProperties, etc.) in Basic in the git repo? They do exist for other projects (e.g. Core). I think some of my problems may be related to having some locally created such files.
From: Yishay Weiss<mailto:yishayj...@hotmail.com> Sent: Tuesday, January 2, 2018 10:42 AM To: dev@royale.apache.org<mailto:dev@royale.apache.org> Subject: Compiling Royale Libraries with Flash Builder (SWF) I’m getting messages such as 1044: interface method applyImageData in interface IImage not implemented by class BinaryImage When I look at IImage I see COMPILE::JS function applyImageData(binaryDataAsString:String):void; So it looks like the FB compiler ignores the fact that It’s a JS only method and expected swf implementers to implement it as well.