Results 423 comments of leamas

I am happy with current status of this. Anyone else? @bdbcat @Hakansv

> When Options->Connections is opened the Debug window is hidden behind OCPN main window and can't be moved. I cannot reproduce this on Windows. For me it is opened above...

@Hakansv : I'm concerned about the very different results we get testing this. This basically boils down to two questions: Are we building the same commits? Are we building them...

>> User Interface: "Enable Toolbar in root context menu" I think most users would call this Canvas menu or Right click menu. "Root context" may be a unknown expression? >...

@Hakansv Please note that recent builds have three buttons: ![image](https://github.com/user-attachments/assets/9c04a0ac-a1bf-49af-a865-f3f0c5a8f9c5)

> If I open Debug window from Canvas menu it's hidden behind O as soon I click on the Canvas. This is what window managers do. If you click on...

The Cancel button: probably fixed by patch below, no time to test right now. Now off to fix boat winter procedures. ``` diff --git a/gui/src/options.cpp b/gui/src/options.cpp index c4715cc64..ae32e5afe 100644 ---...

From the [wxWidgets docs](https://docs.wxwidgets.org/3.2/classwx_dialog.html): > There are two kinds of dialog, modal and modeless. A modal dialog blocks program flow and user input on other windows until it is dismissed,...

... and then again, this is indeed driven by how confusing the current code is on non-windows platforms. In order to solve this we need this to work in a...

Again. the windows usage problem is that there is no feedback when the debug window is disabled. Compare to GTK below where user immediately understands the situation: When starting the...