Skip to content
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

Only the first call to enterbox() puts the dialog box in focus. #180

Open
asweigart opened this issue Jan 20, 2021 · 0 comments
Open

Only the first call to enterbox() puts the dialog box in focus. #180

asweigart opened this issue Jan 20, 2021 · 0 comments

Comments

@asweigart
Copy link
Contributor

When you first call enterbox() (or codebox() which is dependent on it) later calls to enterbox() (or codebox()) won't have the dialog box in focus.

To reproduce, run import easygui as eg;eg.codebox();eg.textbox() and notice that codebox() will be in focus but textbox() won't. You can also run import easygui as eg;eg.textbox();eg.codebox() to notice that codebox() isn't in focus. The problem always seems to happen to the dialog box call after the first one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant