Jump to content
Search Community

Eclipse Bug with XMLLoader and CSSLoader

mittererr test
Moderator Tag

Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...