Getting all windows openend from within tabs
Hello Appcelerator Developers,
is there a possibility to get all the windows i have opened within tabs? I need a way to close all opened windows and to show the main tab window again. Could i store them with setList and when i need to close them iterate through the array from getList and close each one? Can in store objects with setList?! Or is there be a better way to get this working?
Thanks a lot for your help