Skip to content

wait to close window #29

Answered by Akascape
Rirynn asked this question in Q&A
Discussion options

You must be logged in to vote

@Rirynn It will wait if you use the .get() method.

msg = CTkMessagebox(app)
msg.get() # wait for the response
print("operation") # move to next operation after the response

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Akascape
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
duplicate This issue or pull request already exists question Further information is requested
2 participants