Hi,
I am following this post to get this done but the system cannot find "sap.ushell.Container.getService"
the error message is
"Cannot read property 'getService' of undefined"
but I do load the lib on my index.html such as:
data-sap-ui-libs="sap.m, sap.ui.layout, sap.ushell"
if I use the <Ctrl+space>, it shows the existence of sap.ushell.services.Containter but even with the addition of ".services" the problem continues the same.
Any clue?
many thanks