Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PPI radar screen on second monitor #193

Open
bc38 opened this issue Apr 4, 2022 · 1 comment
Open

PPI radar screen on second monitor #193

bc38 opened this issue Apr 4, 2022 · 1 comment
Assignees

Comments

@bc38
Copy link

bc38 commented Apr 4, 2022

I use the second monitor as a separate PPI radar display, I encountered some inconveniences with this kind of work

  1. PPI window needs full screen function. Now the upper bar of the PPI window glows strongly in the dark. On the top of the screen you have to glue a black strip.
  2. The menu should always be on top of the PPI window. By fixing the menu on the second monitor. When the menu is called, it opens under the PPI window. It is not very convenient to work with the menu when the PPI window is a few meters from the main monitor. A menu over PPI would solve this problem.
  3. The symbols "+" and "-" in the adjustment menu are too small and are not readable at a distance, they would be increased by 4 times.

Wishes for functionality
On the PPI radar window When you clicked on the Gain, Sea, Rain indicators, a menu with a section of adjustments automatically opened.

@keesverruijt
Copy link
Contributor

As to issues 1 + 2

We use a very very very dodgy part of wxWidgets to create the separate displays that can be docked and undocked. No work has been done on this part of wxWidgets since 10 years or more. The way it works is really hard to coerce, and we are glad that it works the way it does -- even if it is not optimal.

This is one of the problems of using a UI library that tries to be multi platform, it doesn't allow us to do everything we want.

Feel free to experiment with the code and try to come up with a better solution. We tried for weeks and months, and at the time we couldn't. Maybe, just maybe, there are now settings in wx that fix this nowadays. I'm not hopeful.

Please create separate issues for 3 and 4, we can do something about those (when we have time, so not in 3 hours or 3 days or even 3 weeks. I am going sailing for 3 months next week...)

@keesverruijt keesverruijt assigned keesverruijt and bc38 and unassigned keesverruijt Apr 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants