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
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.
The text was updated successfully, but these errors were encountered:
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 runimport 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.The text was updated successfully, but these errors were encountered: