我正在为繁忙的dialog添加动画,在我的开发环境中我可以很好地看到它,但在fiori aunagentpad上却没有。请参阅附件。
有人可以认为为什么它不起作用吗?谢谢!
sap.ui.getCore().AppContext._oWaitDialog = new sap.m.BusyDialog({
// text: "Please wait...",
customIcon: "images/LogoLoader_WhiteCircle.gif",
customIconRotationSpeed:0
});
sap.ui.getCore().AppContext._oWaitDialog.open();
您必须在component.js file中包含此文件夹,component.js在从apple启动pad运行时将所有这些文件夹初始化。return UIComponent.extend("com.yourapp.namspace.Component", {
metadata : {
manifest: "json", /* if you using manifest json file */
includes: ["css/style.css", "images/LogoLoader_WhiteCircle.gif"] /* all folders file that need to be accessed in app, css in case custom css*/
},
我会说您正在尝试在index.html中获得UI5源尝试
src="https://sapui5.hana.ondemand.com/1.50.6/resources/sap-ui-core.js"