Weird problem when calling tkinter.filedialog.askdirectory() by VBtn.Click #457
-
I want to get the folder path selected by the user by calling this function tkinter.filedialog.askdirectory()
any one can help help me ? |
Beta Was this translation helpful? Give feedback.
Answered by
Brandon-Xu
Feb 22, 2024
Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sorry, I didn't describe it clearly enough, I want this function to be called by clicking the button
but I solved the problem myself, In fact, the window was opened successfully,
but it was covered under other program windows, which made me think it was not successful.
This is my improved code