You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plug in two monitors and configure one above the other.
Focus the top monitor with the mouse and activate EverythingToolbar.
Watch the behavior on the bottom monitor.
Expected Behavior
On the bottom monitor nothing should happen.
Actual Behavior
Flickering and laggy animation on the bottom monitor as the EverythingToolbar window is emerging from the bottom.
Screenshots
Log output
2023-07-28 08:13:58.6744|INFO|Launcher|EverythingToolbar Launcher 1.2.0.0 started. OS: Microsoft Windows NT 10.0.22621.0|
2023-07-28 10:21:06.4298|INFO|EverythingToolbar.EverythingSearch|Everything version: 1.4.1|
Additional Information
Maybe give the option for the user to choose where the EverythingToolbar window will open. For instance, open only on the primary monitor.
The text was updated successfully, but these errors were encountered:
Hi @rodrigolourencofarinha, I am quite late with answering but I had a look into possible fixes for this now.
So far it was assumed that the search window moves into view from outside the screen, which obviously is not the case in this screen setup. It looks like /SetWindowRgn might be a possible solution. With that it should be possible to limit the window drawing region to the target window position.
Short update: It seems like SetWindowRgn does not work well with the Mica Window style and WindowStyle="None". It doesn't seem to be possible to get rid of the transparent window background.
Preflight Checklist
EverythingToolbar Version
1.4.1.1024
Everything Version
1.2.0.0
Windows Version
Windows 11 Pro 22H2
Steps to reproduce
Expected Behavior
On the bottom monitor nothing should happen.
Actual Behavior
Flickering and laggy animation on the bottom monitor as the EverythingToolbar window is emerging from the bottom.
Screenshots
Log output
2023-07-28 08:13:58.6744|INFO|Launcher|EverythingToolbar Launcher 1.2.0.0 started. OS: Microsoft Windows NT 10.0.22621.0|
2023-07-28 10:21:06.4298|INFO|EverythingToolbar.EverythingSearch|Everything version: 1.4.1|
Additional Information
Maybe give the option for the user to choose where the EverythingToolbar window will open. For instance, open only on the primary monitor.
The text was updated successfully, but these errors were encountered: