We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
To open an additional window after call eel.start, I use the following code: eel.show('slider.html', size=(400, 200), position=(40, 40))
eel.show('slider.html', size=(400, 200), position=(40, 40))
But I get the following error message: TypeError: show() got unexpected keyboard argument 'size'
TypeError: show() got unexpected keyboard argument 'size'
What is the problem here? How to open an additional window of a given size and with the desired positioning?
Desktop:
The text was updated successfully, but these errors were encountered:
That currently isn't supported - Eel only accepts a size on eel.start.
eel.start
Sounds like a fairly reasonable request - would be happy to review a PR if anyone wanted to add support.
Sorry, something went wrong.
No branches or pull requests
To open an additional window after call eel.start, I use the following code:
eel.show('slider.html', size=(400, 200), position=(40, 40))
But I get the following error message:
TypeError: show() got unexpected keyboard argument 'size'
What is the problem here? How to open an additional window of a given size and with the desired positioning?
Desktop:
The text was updated successfully, but these errors were encountered: