Get your own customer support community

Recent activity

Subscribe to this feed
  • problem

    Pablo reported a problem in De Monsters on October 07, 2009 12:26:

    Pablo
    nl.demonsters.debugger::MonsterDebugger/traceInternal() error
    i got this error:
    TypeError: Error #1085: Missing "" at nl.demonsters.debugger::MonsterDebugger/traceInternal()
    at nl.demonsters.debugger::MonsterDebugger$/trace()
    at code::FeedLoader/dale()
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at flash.net::URLLoader/onComplete()

    when i try to trace this object:

    ----
    public class FeedLoader extends EventDispatcher
    {
    public var result:String;
    public function FeedLoader(url:String)
    {
    (new MonsterDebugger(this))
    var ldr:URLLoader = new URLLoader(new URLRequest(url));
    ldr.addEventListener(Event.COMPLETE, dale);
    }

    private function dale(e:Event):void
    {
    result = e.target.data;
    dispatchEvent(e);
    MonsterDebugger.trace(this, this, 0xff0000, true);
    }

    }
    ----

    MonsterDebugger.trace(this, this, 0xff0000, true);
  • praise

    Pablo gave praise in De Monsters on October 07, 2009 12:18:

    Pablo
    nice app!
    Amazing app, i just finished a proyect where this app whould have save me lots of time, now next time i will be ready for battle!