Interesting. Hadn't notice that. Feel free to add them. -Alex
On 1/9/18, 3:46 AM, "Yishay Weiss" <yishayj...@hotmail.com> wrote: > >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. > > > >