Raymond Verbruggen

Results 40 issues of Raymond Verbruggen

### Situation description I am running Debian 11 on a small Linux board on the local network whre also my PC is present. On this board a C-application is running...

question

Hello, I have attached all events to a callback function. However when I drop, upload etc no events are catched. What am I doing wrong?

Hello Geraud, Look below: nice message by the way :) [ERROR] : The application has crashed with an uncaught exception 'NSInternalInconsistencyException'. [ERROR] : Reason: [ERROR] : Not supported yet: you...

When a SVG image is added to a view, the event handler is not triggered. Controller: var svgView = require('com.geraudbourdin.svgview'); var svg = svgView.createView({ image : SVG_FILE_A, width : '80',...

Trying to find out where to change the module to accept SVG files from different locations than /assets. For example remote, or from Ti.Filesystem.applicationDataDirectory. Rebuild gives all kinds of errors...

In earlier versions of the Ti SDK for annotations a multi-color "pin" symbol was used. Chapter 3.2 in this [document](https://johncodeos.com/how-to-display-location-and-routes-with-corelocation-mapkit-using-swift/) describes a way to use these 'old style' pin annotations...

Please look at [this](http://www.xplorex.eu) click in the menu bar on "Performance", scroll a little bit down and click on one of the graphs. The prev, next and close symbols are...

I am getting an error in the following; ``` this.$nextTick(() => { this.$el.setAttribute('style', 'height:' + (this.$el.scrollHeight) + 'px;overflow-y:hidden;') }) ``` The message in the console is: ``` TypeError: this.$el.setAttribute is...

npm run dev gives errors, I had to change the following to get it running: `router/index.js -> import resident from '../components/login/resident/resident.vue';` and `residentService.js -> import { APIENDPOINT , getHeader }...