-
Notifications
You must be signed in to change notification settings - Fork 440
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
Closing App #229
Comments
Did you try this? https://flet.dev/docs/controls/page/#window_destroy |
What operating system are you running it on? |
@fauzaanu I think I miss that info from the doc, I tried it and it works ! Thank you ! @FeodorFitsner It is on windows. Anyway, Thanks to @fauzaanu it is working as expected. But just for info, window_maximized is not working after set to true, I have seen other solved issue regarding to this problem. It set both left and top window to zero, then set maximized to true, and called page.update(). Weirdly, it is not working on my case, the window still minimized. |
Thank you for the update! I'm working on a fix for window_maximized which will be published tomorrow. |
There is a new method on the block! |
Just released Flet 0.1.53 with |
How to close the app programmatically ?
I used page.window_full_screen = True, which make the close button cannot be seen
So, I need to make my own button to close flet.
I tried, several things like:
But nothing works..
I need the full window to be True, cause in my case window_maximized is not working,
even after I called page.update()
The text was updated successfully, but these errors were encountered: