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
I tried this library, it's really great but select folder don't show when I run the function (the programm don't crash it just wait).
I tried the file "example.cpp" every function work except for select_folder.
I also tried this code from the doc:
// Folder selection dialog
auto dialog = pfd::select_folder("Select folder to open");
// Do something while waiting for user input
while (!dialog.ready(1000))
std::cout << "Waited 1 second for user input...\n";
// Act depending on the user choice
std::cout << "Selected folder: " << dialog.result() << "\n";
Thanks for the help,
Flayme
(Sorry for my poor english)
The text was updated successfully, but these errors were encountered:
The PFD version works except on Windows, where it hangs forever. This would be difficult to detect.
See samhocevar/portable-file-dialogs#87 .
Note that this selector is incomplete. It uses powershell and zenity, so it lacks Apple support unless zenity is
present.
I tried this library, it's really great but select folder don't show when I run the function (the programm don't crash it just wait).
I tried the file "example.cpp" every function work except for select_folder.
I also tried this code from the doc:
Thanks for the help,
Flayme
(Sorry for my poor english)
The text was updated successfully, but these errors were encountered: