Results 206 comments of Daniel Hrisca

did you install the build tools ? https://aka.ms/vs/17/release/vs_BuildTools.exe ![image](https://user-images.githubusercontent.com/20952040/187665503-b12c1f69-a223-42b9-b9c0-b84212a3dcaa.png)

``pip install asammdf[gui,decode,export]`` then you can execute the file found in you ``CPython installation folder\Scripts\asammdf.exe`` For example I use a WinPython distrubution located on the C drive so I need...

> Then before "self.map = L.map(self.mapWidget)", > add this line "pyqtlet2.leaflet.core.Evented.mapWidget = None" It does not run on my side. I get an exception ``` File "D:\02__PythonWorkspace\asammdf\asammdf\gui\widgets\file.py", line 1481, in...

@xukegithub @MatinF the development branch code works now with multiple GPS windows

With the fix it is still not possible to have two GPS windows active at the same time. However you can close a GPS window and create a new working...

I've got a file that contains the following datetime array ![MicrosoftTeams-image (1)](https://user-images.githubusercontent.com/20952040/140064126-1d277eeb-8e6a-4595-aedc-d873b00a65c5.png) [data.zip](https://github.com/frejanordsiek/hdf5storage/files/7467640/data.zip)

Using `L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png').addTo(self.map)` does not work

Last time I checked there was no way to have a movable cursor

Yes, the application runs on windows and the processes are created using the multiprocessing module, not the Qt facilities

Any progress with this topic?