[Question] How do I minimize the window or open it to full screen using the code? #3079
-
QuestionHow do I minimize the window or open it to full screen using the code? Code sampleNo response Error messageNo response ------------------------------------------------------
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
In documentation you have the respective properties for Page control to handle the window. with "page.window_minimized = True" you can minimize your window |
Beta Was this translation helpful? Give feedback.
-
this does not work....if try to run this code
|
Beta Was this translation helpful? Give feedback.
In documentation you have the respective properties for Page control to handle the window.
with "page.window_minimized = True" you can minimize your window
with "page.window_maximized = True" you can maximize your window to full screen