how to make resizable frameless window #1591
-
i dont understand how to do this
and one more question, why not make a discord server? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Frameless windows are not resizable. However, this feature requests comes again and again, so maybe this custom behaviour should be implemented. Feel free to contribute. I am not on Discord, but I have been thinking of creating an alternative communication channel. |
Beta Was this translation helpful? Give feedback.
-
I came across this as i wanted frameless and resize, the thinking is: JS Py So for my use case keyboard resize is fine, (though just as easily could use css regions to enable mouse resizing test.html
test.py
Totally gross I know! |
Beta Was this translation helpful? Give feedback.
-
I came up with this if anyone wants to check it out and give any tips or advice.
I posted an example application using nicegui but it has several other things specific to my use case that probably adds several additional complications like OS notifications and system tray icons that are not related to this discussion. I'd like some feedback on how I'm resizing the window though. https://github.com/unigrated-solutions/example-pywebview-nicegui-tray |
Beta Was this translation helpful? Give feedback.
Frameless windows are not resizable. However, this feature requests comes again and again, so maybe this custom behaviour should be implemented. Feel free to contribute.
I am not on Discord, but I have been thinking of creating an alternative communication channel.