Hi all,
i'm trying to remove a view from the uiManager and i read that i just have to set the parameter of setView to null. But i got this error:
"triggerEvent: 3 >> TypeError: Cannot read property 'id' of null"
my code was:
uiManager.setView(null);
So how do we properly remove a view from the uiManager so that nothing will be displayed on the screen?? Thanks...

Reply With Quote


