-
Notifications
You must be signed in to change notification settings - Fork 462
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
Dialog() Needs System Model Option and/or Added to the start bar so it can be found #2947
Comments
Can you check if new build fixes this? https://ci.appveyor.com/project/hluk/copyq/builds/51457867/artifacts There are additional attributes you can set for the
For example: Not sure which combination of attributes would help. |
Thanks for the code update.
I tried combinations without any obvious effect. |
Thanks for testing. Would the ".onTop" attribute work for you? I've added few more attributes to modify the dialog window type: https://ci.appveyor.com/project/hluk/copyq/builds/51462901/artifacts
Example: |
RE: https://copyq.readthedocs.io/en/latest/scripting-api.html#dialog
On Windows 11 and COPYQ 9.1.0
Sometime dialogs are slow to show and they go behind other windows, there is no way to find those. You may find them if you minimise each window but not if you minimise them all at once (WIN+D). Similar issue if a window opens on top of the copyq dialog. This is happening often enough to be really annoying, and to minimise the window popping on top I first have to close some of its dialogs.
As the dialog() title doesn't get added to the start bar you can't see it that way. It doesn't go into anywhere in copyq that I have seen.
What I'd like is an option to make the dialog system modal (on top) or an always on top option and/or an option to add the title to the start bar. Maybe an option to abort the script after a period on dialog inactivity also.
The text was updated successfully, but these errors were encountered: