Blockland Forums > Modification Help
Special untriggered input event simply does not work
Bauklotz:
Yes, the file is run. But I'm talking about the new problem, not the previous one with making it only appear in the list. Right now the problem is that ::addEvent doesn't work.
Red_Guy:
put some echo() commands in your packaged function to make sure its actually being run.
could be that announce() doesnt work
could be $EVENTDEBUG isnt set to what you think
could be something else wierd.
you are running a trace(1) when you add the event to see whats going on? ... if not try that.
Bauklotz:
--- Quote from: Red_Guy on December 09, 2010, 03:10:05 AM ---put some echo() commands in your packaged function to make sure its actually being run.
could be that announce() doesnt work
could be $EVENTDEBUG isnt set to what you think
could be something else wierd.
you are running a trace(1) when you add the event to see whats going on? ... if not try that.
--- End quote ---
I am unable to access the console log, but I put a announce("Hello, world."); at the end of the page, and when executed, it did get announced. I tried removing the $EVENTDEBUG check, so that it always announces, but nothing was announced.