local name space error

2020-01-27 Thread Serkan Taş
Hi, How can I get rid of the error below ?  should be very simple solution I guess... D:\dev\royale-emulation-works\github\royale-testing\src\main\mtest\FindBug.mxml(116): col: 3 Error: This tag could not be resolved to an ActionScript class. It will be ignored.  

RE: local name space error

2020-01-27 Thread Yishay Weiss
Looks like you’re missing the namespace declaration. Something like xmlns:local="*" which should go as an attribute at the top tag of your document. From: Serkan Taş Sent: Monday, January 27, 2020 10:15 PM To:

Re: local name space error

2020-01-27 Thread Serkan Taş
Unfortunately it does exists. Android için Outlook'u edinin On Tue, Jan 28, 2020 at 9:12 AM +0300, "Yishay Weiss" wrote: Looks like you’re missing the namespace declaration. Something like      xmlns:local="*"   which should go as an