Question

I'm looking for a way to create custom events on Titanium. inorder to do that I would need to register to a global var array every time the window opens (not a problem) however, I would have to unregister every time the window is cleaned from the memory, the event that fires then is the E/TiBaseActivity(10448): (main) Layout cleanup. I would like to register to that event with a unregister function for the specific window.

is there a way to do that?


update:

well, I got an answer on the Titanium Q&A.

apparently there is a close event that will fire everytime the window is closed.

Was it helpful?

Solution

well, I got an answer on the Titanium Q&A.

apparently there is a close event that will fire everytime the window is closed.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top