You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It turns out matter is more complicated. On Windows when you set parent window handle to 0 then SetAsPopup() is being called which doesn't accept window rect in upstream CEF. The only solution I see in the hello_world.py example would be to use CEF views (Issue #252) which allows for more customization, however currently CEF views don't allow for synchronous browser creation which again complicates matters, because some of CEF Python code currently depends on synchronous creation. You could either use some other example that depend on third party GUI framework and have apis for setting window size. Or you could handle just the Windows case by using PyWin32 extension to resize window after it is created.
why?
The text was updated successfully, but these errors were encountered: