-
Notifications
You must be signed in to change notification settings - Fork 44
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
Stops window issues #1961
Comments
@oleg68 It might be a shot in the dark and not at all helpful in this case, but I've noticed that the macOS port is a bit sensitive with the dialogs. They tend to behave better if a wxPanel is placed on them as top level child. The scrollbar issue might be because no size event is fired at creation, but something seems to be a bit off with the initial layout when it's too large anyway. Please ignore the comments if not applicable in this case. |
Do you have the same behavior with the Organ Settings window?
What happens if you resize the stops window and do |
Yes, and the MIDI Objects window. My guess:
The saved size and position are sometimes applied and it might be the position where the Stops window was closed, not where is was saved. Steps to reproduce: open Stops window, move, close, open, move, save, reload. |
@willeke1234 I tried to fix all the Stop Window issues you mentioned. Unfortunally I don't have capability to test it in macOs with a small screen. Could you test the build https://github.com/oleg68/GrandOrgue-official/actions/runs/11669830166 ? |
@oleg The issues are fixed, thanks! |
I had to reimplement the stops window based on wxFrame instead of wxDialog for fixing the issues. It caused the layout change. @willeke1234 what layout do you find better: the old or the new? |
I prefer the old layout, it's more compact and it looks a bit more organized. The new layout doesn't work very well with VoiceOver. |
@willeke1234 Could you explain more the difference in the layouts? The only difference I know is the absence of the button bar. |
The main reason is lack of support of the main windows menu in dialogs. |
The Width of the columns was as small as possible, now they are all the same size, including the empty columns. The checkboxes were at the top, now they are vertically stretched. When I use the left or right arrow key with VoiceOver, it is unpredictable which column is selected. If one column is too tall to fit on the screen, the other columns will be stretched so that they don't fit either. |
@willeke1234 Is the new variant better? |
The Stops menu item doesn't bring the Stops window to the front if it's already open and behind a panel but it is resized and moved to the previous position. The Stops window isn't in the macOS Window menu. The other windows in the Audio/Midi menu behave the same.
As mentioned here, the initial position and size of the Stops window may be wrong. If the position/size of the Stops window isn't saved then the position/size should be the default position/size instead of the last used position/size of the previous sample set. Steps to reproduce:
Sample set 2 at minimum size:
Load sample set 1 again:
If the contents of the Stops window doesn't fit on the screen then the scroll bars are missing. They appear when the window is resized.
![Screenshot 2024-08-04 at 3 24 24 PM](https://private-user-images.githubusercontent.com/97431382/354904943-2604e273-8a34-4058-8303-83bd3741d3b8.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxMzUwNTIsIm5iZiI6MTczOTEzNDc1MiwicGF0aCI6Ii85NzQzMTM4Mi8zNTQ5MDQ5NDMtMjYwNGUyNzMtOGEzNC00MDU4LTgzMDMtODNiZDM3NDFkM2I4LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDklMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA5VDIwNTkxMlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWE0MGY1YTMwNTc5Yzc5ZGMwMDhiZmUyZDc1YzQ1OGMzN2U0OGFhM2E3YTVmMzg5MThmODE2ZGRhZGI2NGFlMjkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.SFdTzz6Dayhc-s_fET0myLi1raTk0DgJYoDXlDtNBbw)
GrandOrgue v3.14.3-0.26
macOS 14.3.1
The text was updated successfully, but these errors were encountered: