I want to display an alternate sideview from the default one defined in the init.js file.
Here is the code I inserted
CODE
_handleActivateSnippet: function(event) {
// disable event default event processing
event.preventDefaultI);
//load alternate
KONtx.application.loadView('my_new_view_id', {var1: 'functionVariable)'});
},
Log contains the following:
Sent HostEvent: loadView;
**AppManager._checkAllowLoadView() Not allowed right now ......
THANX in advance