Touch Layer and deactivate
Hi.
While making an AIR app with Animate, does anyone know if there's a way to have listeners registered for the deactivate/activate events and at the same time being able to use the Touch Layer in the simulator?
The problem is that when Touch Layer is on, I can't trigger the activate event which makes it impossible to trace any bugs in the activate handler. (Btw, the same goes for Scout, it doesn't register activate handlers after being deactivated.) This is not a problem when using MouseEvents, only TouchEvents.