Open-MSS / MSS

A QT application, a OGC web map server, a collaboration server to plan atmospheric research flights.
https://open-mss.github.io
Apache License 2.0
56 stars 69 forks source link

some tutorials have sometimes problems with pag.click or pag.mouseDown #2370

Open ReimarBauer opened 3 months ago

ReimarBauer commented 3 months ago

In a few tutorials some functions have problems sometimes with pag.click or pag.mouseDown currently the tutorial_mscolab for the full sequence at the end with the click on the profile - which manually works. A shorter sequence (create user, log, remove user) has no problems

in some of the color pick functions, a click gives not a new color

in the tutorial_remotesensing the draw tagent distance gets new values but those are not executed

ReimarBauer commented 3 months ago

QColorDialog has same problem also when we dont use the pyautogui. The problem is also seen when you pick a color and want to store it into your users selection, it keeps beeing black.

Just did not work as expected when there is no initial color defined. When e.g. a kml from msui-core.conf is with color loaded the clicks change the color.

Without an initial color only the predefined colors can be used

ReimarBauer commented 3 months ago

For example the dashed line is here always on the flightpath. This is not the same when I use the widget https://mss.readthedocs.io/en/stable/tutorials/tutorial_remotesensing.html#