Get your own customer support community

Recent activity

Subscribe to this feed
  • problem

    Riccardo Bartoli reported a problem in De Monsters on September 10, 2009 14:27:

    Riccardo Bartoli
    Live Application is not automatically updating, to see a property change I have to refresh it manually from the menu.
    I'm using:

    MonsterDebugger 2.0.4 Application & Client
    AIR 1.5.2.8870
    Windows XP SP3
    Flash CS4 10.0.2

    This code shows the problem:

    import nl.demonsters.debugger.MonsterDebugger

    var debugger:MonsterDebugger = new MonsterDebugger(this);

    var counter:Number = 0;

    stage.addEventListener(KeyboardEvent.KEY_DOWN, keyDownHandler);

    function keyDownHandler(event : KeyboardEvent) : void
    {
    switch(event.keyCode)
    {
    case Keyboard.LEFT :
    counter = counter - 1;
    break;
    case Keyboard.RIGHT :
    counter = counter + 1;
    break;
    }
    }

    if you look at the property counter inside the Live Application it is not updating.

    I'm not 100% sure if this is a problem or feature request.
  • star
  • problem

    Riccardo Bartoli reported a problem in De Monsters on February 18, 2009 02:22:

    Riccardo Bartoli
    Can't use Live Application with an AS3 + FLA website
    Hi guys,
    thank you for this fantastic and useful debugger. I'm trying to debug a website using your application's mode Live Application but I can't see nothing more than what is inside an empty swf. I'm using it in the right way like in your example and I can't understand the reason of the problem. Any idea?

    Also I noticed these 3 "problems" while using it:

    1) When I select the Properties tab or the Methods tab from the Inspector the visible tab is not updated in the View menù

    2) When I deselect the "Don't Show Single Properties" from the View menù the Properties and Methods tabs in the inspector don't reset the view

    3) If nothing is selected in the LIVE APPLICATION view and I click the "Refresh Inspector" the Properties and Methods tabs in the inspector don't reset the view