Stephan
Stephan
I managed to install the plugin and activated the C4 shape menu which was hidden by default. When I press ctrl-M on a C4 shape, the properties are blank.
I try filtering device scan for manufactuerId. ``` this._bluetooth.startScanning({ filters: [{manufacturerId:1212}], seconds: 4, skipPermissionCheck: false, onDiscovered: function (peripheral) { console.log("found device " + peripheral.localName + " mac " + peripheral.UUID...
for my current project it would be very handy if a List could be added to a Form and could also be rendered horizontally (just item names, no shortcut, no...
I would like to use widgets for fancy user interaction in small programs without using the whole screen. like the screenshot below. The screenshot is a montage, actually the whole...
there is no index.html in my installation of the current version of react-admin. Where can I put should the stylesheet link instead?