Holger Schäfer

Results 17 comments of Holger Schäfer

I played around with a custom widget ``` sap.ui.define([ "sap/m/Image", "3rd/jquery.svgInject" ], function (Image) { "use strict"; var SvgImage = Image.extend("uniorg.m.SvgImage", { renderer: {} }); /** * After src change...

In the meantime, i have created a custom control and also a set of prototypes to support this in our tools! See my blog http://openui5.blogspot.com/2017/01/svgimage.html I think, the whole UI5...

Hi @jdichev, you are right! We need exactly the svg inlined like other tools like [vue-inline-svg](https://www.npmjs.com/package/vue-inline-svg) doing also. The main reason is to be able to apply the current theme...

Hi, since we do not have controls that include css, generally the svg will contain custom css classes or ids. For that reason, i will use a custom.css file added...

Hi, just created a plain vue3 project with the used component inside vuepress. The usage of :busy seems to get refreshed as expected?!? There seems to be some interdependency issues,...

Hi Martin, i just tried to use load-more with 1.6.0, but i do not got the event. At the end of my computed filter, i returned the sliced array. At...

Hi, just figured it out. Using .vuepress/styles/index.scss with ``` input[type="search"] { -webkit-appearance: none; } ``` is working fine for me (tested on iPhone and iPad). I think browser default apperance...

Hi, we are currently using @uniorg/localneo developed from Mark (The Masch). We use it as a replacement for the cloud web ide and therefore we need SCP support to be...

Hi, this sounds similar to our needs. Our **neo-dest.json** file looks like this ```json { "server": { "port": "8080", "path": "/webapp/index.html", "open": true }, "service": { "sapui5": { "useSAPUI5": true,...

Hi Matteo, sorry, have not catched the upgrade docs. It is now working adding separated packages: "tsparticles": "^2.1.4", "tsparticles-engine": "^2.1.4", "tsparticles-path-polygon": "^2.1.4", "vue3-particles": "^2.1.4", There is still one vue3 issus:...