Damy Wise

Results 71 comments of Damy Wise

I guess another way to solve it is to implement new method like `hideToolbar`/`showToolbar` and simply calling them when window is entering/leaving full screen

Seems like [RustDesk](https://github.com/rustdesk/rustdesk) is trying to do exactly that https://github.com/Kingtous/rustdesk_desktop_multi_window.

I can reproduce this in the fluent_ui example app and my own.

I think `flutter_acrylic` was made specifically to work with `bitsdojo_window`, which is basically `window_manager`'s `SetAsFrameless()`.

Just adding a point. To use `flutter_acrylic` effects without leaking to the border with `window_manager`, use `setAsFrameless()` instead of `setTitleBarStyle(TitleBarStyle.hidden)` and add `DragToResizeArea` that wraps the child of `MaterialApp` to...

[Might be related](https://devblogs.microsoft.com/oldnewthing/20120326-00/?p=8003) When maximized, the size of the main window's frame is intentionally set to be larger than the monitor by Windows. The problem is, the size and position...

Can you check if the same happens with `bitsdojo_window`?

Then I'm afraid we have no immediate solution right now. Even this happens on normal window.

It is possible to fake the monitor size itself, but I haven't found a way to do it. (Virtual Display Manager does it). Notes: handling WM_WINDOWPOSCHANGING and WM_GETMINMAXINFO doesn't do...