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

created directory_dialog for windows and linux #48

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mattVHartley
Copy link

I've implemented a directory dialog that works on windows and on linux,

I've used zenity for linux (implementation is practically the same as file_dialog, albeit with an extra arg)
Windows uses SHBrowseForFolder and required the including shlobj.h

@arpit15
Copy link

arpit15 commented Aug 8, 2020

@mattVHartley I extended your implementation to apple. I am wondering what is the use-case of saved_path argument. How about changing that use-case to bool save. This option saves the last traversed path as done in file_dialog?

@wjakob
Copy link
Member

wjakob commented Oct 24, 2022

Sorry for taking a very, very (!) long time to respond. This looks useful, but to actually consider merging it, there would need to be a macOS code-path as well.

@wjakob wjakob force-pushed the master branch 11 times, most recently from e9c6fc9 to 0f47fe0 Compare October 27, 2022 21:06
arpit15 added a commit to Robo-Touch/nanogui that referenced this pull request Sep 12, 2023
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

Successfully merging this pull request may close these issues.

3 participants