Author Topic: Special untriggered input event simply does not work  (Read 1145 times)

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.

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.

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.


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.