polyscope icon indicating copy to clipboard operation
polyscope copied to clipboard

Is it possible to provide a filedialog interface?

Open mushroomfire opened this issue 2 years ago • 2 comments

I was unable to locate information on how to select a file in the documentation. Could you please assist by providing a file dialog interface in Python? I found a useful reference link for you: https://github.com/aiekick/ImGuiFileDialog.

Implementing this feature would greatly enhance my work.

I would greatly appreciate your assistance, as my current solution is quite messy. Thank you.

image

mushroomfire avatar Dec 05 '23 14:12 mushroomfire

Another question. I try to generate two Command UI by two callback functions, but it fails. Can we generate two user-defined UI by callback?

mushroomfire avatar Dec 05 '23 14:12 mushroomfire

I find using tkinker can realize the filedialog, wchich is what I need.

mushroomfire avatar Dec 11 '23 13:12 mushroomfire