I have a menu that opens each application in a tab.
One of the applications (a Control App), does not need to remain once the user has completed an update.
How do I close the tab after an Update is done?
Unfortunately sc_exit() does not work here.
this is old question, i do not think SC has an answer. i have many issues with tabbed opening of applications.
1- breadcrumbs works weird. sometimes it adds the tab but usually nothing happens. if it adds navigation and you hit previous app, it loads the whole thing , with menu in a new crome window.
2. there is no way to open/close app in a menu tab from code
tabbed menu looks promising but as it is now, it is very confusing.
by the way I also suspect that other open tabs cause timeout. my users reported several times they are logged uit while busy on a tab.
to be honest, the navigation in SC is a little nightmare at the moment, but may be navigation is not that important if you deal only with little toy examples.
Thanks. Hope it gets worked out. I’ll continue looking in google, as their must be some way since you can click on the “x”. The question is what sits behind that “X” and how do you identify which tab number?