Interface IConfig was not found
Hi All,
Creating my first project with RL2 and ran into my first issue rather quickly (hoping it's just an api or implementation change that I'm unaware of). I created a new config which implement IConfig. I have the RL2 swc in my library path and am able to "locate" the file during import; however, I receive the error "Interface IConfig was not found".
I am using the following import statement:
import robotlegs.bender.framework.api.IConfig;
Any ideas would be appreciated!
Thanks,
Kyle
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
1 Posted by Kyle on 21 Jun, 2013 09:19 PM
Minor update: I went ahead and removed all implementations of IConfig since it was listed as optional (though highly recommended). At this point I started getting some barking from my mediator class. My code for that class is as follows:
import robotlegs.bender.bundles.mvcs.Mediator;
public class BuildingMediator extends Mediator...
The error I see for this is "1017: The definition of base class Mediator was not found."
I can't find any potential issues with my library linkage to the RL 2.0.0 swc (everything seems to be included correctly). It's also barking about my override of the initialize function not overriding another method (for what that may be worth)..
2 Posted by Kyle on 22 Jun, 2013 02:27 AM
Ok so as I suspected it was something stupid on my end. I am building a Flash Pro project using FlashBuilder and simply forgot to include the library files in my Flash Pro project settings (only put them in the FlashBuilder settings).
Kyle closed this discussion on 22 Jun, 2013 02:27 AM.