Share Posted May 29, 2010 My Eclipse Editor (FDT) does not accept the function "load()" from XMLLoader and CSSLoader? My code looks like this: _getXMLData = new XMLLoader(_CFGXML_FILENAME, {name:"configuration", onComplete:getXMLDataReady, onError:getDataError}); _getXMLData.load(); The method "load()" is underlined in red and the editor says "Could not resolve function load on line . . .". Compiling is no problem, but the editor marks an error? One more comment to Jack: LoaderMax is REAL GREAT WORK!! Thank you! Greetings from Austria Link to comment Share on other sites More sharing options...
Share Posted May 29, 2010 Yeah, that definitely sounds like an FDT bug. You can see for yourself that XMLLoader extends LoaderCore which has the load() method. FYI, I just posted another update with some very minor changes (mostly ASDoc improvements). Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now