Recent activity
Subscribe to this feed
Riccardo Bartoli reported a problem in De Monsters on September 10, 2009 14:27:
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.
Riccardo Bartoli marked one of Ferdi Koomen's replies in De Monsters as useful. Ferdi Koomen replied to the problem "Can't use Live Application with an AS3 + FLA website".
-
Riccardo Bartoli started following the question "Feature Request: MonsterDebugger.clearTraces()" in De Monsters.
Riccardo Bartoli reported a problem in De Monsters on February 18, 2009 02:22:
Can't use Live Application with an AS3 + FLA websiteHi 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
Loading Profile...
