pywebview - Multiple monitors, Animating Frame from Default Screen[0] (on the right) to Screen[1] on the left and back #1582
-
|
Hi, My code is at https://github.com/hammadrauf/url-monitor-saver/blob/main/url-monitor-saver.py, and also copied below for completness: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
No it cannot be done currently, but it could be made possible by storing origin coordinates in |
Beta Was this translation helpful? Give feedback.
-
|
Actually there's a |
Beta Was this translation helpful? Give feedback.
Actually there's a
frameproperty toScreenobject, which holds the native screen object for each platform. For Winforms you would get coordinates like thisscreen.frame.Bounds.Xandscreen.frame.Bounds.Y