ui5-tooling

warning to use new asynchronous factory 'sap.ui.core.mvc.Controller.create(…)'

拥有回忆 提交于 2021-02-08 08:24:39
问题 Following the openui5 tutorial with some deviations I get the following warning when I serve the dev version of the app: Do not use synchronous controller creation for controller 'sap.ui.demo.walkthrough.controller.HelloPanel'! Use the new asynchronous factory 'sap.ui.core.mvc.Controller.create(...)' instead. In webapp/view/App.view.xml the HelloPanel view is referenced as in the tutorial, that is with: <mvc:XMLView viewName="sap.ui.demo.walkthrough.view.HelloPanel"/> If I serve the

No option to submit and retrieve SAP UI5 application in ABAP Repository

杀马特。学长 韩版系。学妹 提交于 2020-07-14 12:23:32
问题 I got an issue regarding submitting and retrieving SAP UI5 applications. Usually I would create my UI5 project and submit it by right clicking on project and then TEAMS->Share-> then I share my project to ABAP repository. Unfortunately Eclipse won't show me any connections and it shows when I resize the window as showing in first two images(image: error1 and error2). and no repositories are show in eclipse as well(image : error3) I am using Eclipse IDE for Enterprise Java Developers. Version:

No option to submit and retrieve SAP UI5 application in ABAP Repository

安稳与你 提交于 2020-07-14 12:23:12
问题 I got an issue regarding submitting and retrieving SAP UI5 applications. Usually I would create my UI5 project and submit it by right clicking on project and then TEAMS->Share-> then I share my project to ABAP repository. Unfortunately Eclipse won't show me any connections and it shows when I resize the window as showing in first two images(image: error1 and error2). and no repositories are show in eclipse as well(image : error3) I am using Eclipse IDE for Enterprise Java Developers. Version:

No option to submit and retrieve SAP UI5 application in ABAP Repository

Deadly 提交于 2020-07-14 12:23:05
问题 I got an issue regarding submitting and retrieving SAP UI5 applications. Usually I would create my UI5 project and submit it by right clicking on project and then TEAMS->Share-> then I share my project to ABAP repository. Unfortunately Eclipse won't show me any connections and it shows when I resize the window as showing in first two images(image: error1 and error2). and no repositories are show in eclipse as well(image : error3) I am using Eclipse IDE for Enterprise Java Developers. Version:

Bootstraping OpenUI5 from single JS file

老子叫甜甜 提交于 2019-12-24 16:58:10
问题 OpenUI5 documentation suggests starting work by using a library loaded from CDN: <script id="sap-ui-bootstrap" type="text/javascript" src="https://openui5.hana.ondemand.com/1.42.6/resources/sap-ui-core.js" data-sap-ui-theme="sap_belize" data-sap-ui-libs="sap.m,sap.ui.table"></script> Unfortunately, this approach means load cascading 4 scripts on startup: sap-ui-core.js sap/ui/core/library.js (why ?) sap/m/library.js sap/ui/table/library.js Is there way to bundle this four libraries into one

Translation does not show non-ASCII characters correctly

こ雲淡風輕ζ 提交于 2019-12-11 06:11:39
问题 I have a SAPUI5 application. The translated text is shown wrongly in a dialog, while the translation is shown correct in the launchpad. Please see the following picture: While the translation file is loaded for German language, it does not show [ÖÄÜß] correctly in the dialog. However it doesshows ö correctly in the launchpad page. How can I solve it? 回答1: Try setting /resources/configuration/propertiesFileSourceEncoding to UTF-8 in the tooling configuration file (typically ui5.yaml ). In ui5

Component-preload.js generation

谁都会走 提交于 2019-12-09 23:53:52
问题 we are about to close a SAPUI5 application, one of the last steps is to make a Component-Preload.js file to improve performance. I read different guides around the web, all of them need Node.js that I have installed. I'm not expert about that package and I can't figure how to make one of that guides work. I'm developing with NetBeans. As far as I see there is not an official tool (am I right?) to generate that file. Can someone with more experience than me suggest a working, well-explained

Component-preload.js generation

独自空忆成欢 提交于 2019-12-04 19:21:51
we are about to close a SAPUI5 application, one of the last steps is to make a Component-Preload.js file to improve performance. I read different guides around the web, all of them need Node.js that I have installed. I'm not expert about that package and I can't figure how to make one of that guides work. I'm developing with NetBeans. As far as I see there is not an official tool (am I right?) to generate that file. Can someone with more experience than me suggest a working, well-explained guide to perform that task? I don't know if this could help, that's my working tree: There are several