Add flag `always_on_top`
See original GitHub issueHi Alin,
please add in the possibility with always_on_top
to keep the app window always on top of other app windows.
Issue Analytics
- State:
- Created a year ago
- Comments:13 (7 by maintainers)
Top Results From Across the Web
c# - How do I set the 'always on top' flag/setting on a window ...
Is there a managed way to set the always on top flag/setting on a window that is external to my application or will...
Read more >Always On Top - monitor the flag and adjust accordingly · Issue ...
But I was wondering/thinking if maybe AOT can be made aware of when other apps set/change the flag for a window, and add/remove...
Read more >Can I change the "always on top" flag somehow?
I want to change the Always On Top flag in an SDL_Window after it's created. It can be set initially with SDL_CreateWindow as...
Read more >Function WinSetOnTop - AutoIt
flag, Determines whether the window should have the "TOPMOST" flag set. ... Third-party programs which add an "Always On Top" context menu entry...
Read more >SetWindowPos function (winuser.h) - Win32 - Microsoft Learn
This flag has no effect if the window is already a non-topmost window. HWND_TOP; (HWND)0. Places the window at the top of the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
PS, I had already (before you commented) gotten PyWebview to work just fine; one downside of that (at least that’s what made me look into FlaskWebGui to begin with), is that I haven’t been able to use something like the Chrome Developer Tools provide. But for now I’ll just implement a flag option to either run my app with FlaskWebGui whilst developing and PyWebview when deploying.
Still, I’m interested to incorporate Tauri and utilize all three (add to that a cross-OS packager that always works) into one easy to use Python module that irons out any build workflow complexities.
Implementing Tauri, is DEFINITELY the right approach in my mind. Also, consider the following:
html, css, JS
for the frontend andFlask
for the backend, wrapped in a Tauri package, would be ideal.In my mind “FlaskWebGui” could be that solution, and it shouldn’t require complex configurations to get going, ideally.