FLTK logo

[fltk/fltk] Native File Chooser on windows with BROWSE_MULTI_DIRECTORY is unable to select multiple dirs (Issue #480)

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.issues  ]
 
Previous Message ]New Message | Reply ]Next Message ]

[fltk/fltk] Native File Chooser on windows with BROWSE_MULTI_DIRECTORY is unable to select multiple dirs (Issue #480) Mohammed Alyousef Aug 12, 2022  
 

Hello

Not sure if it's a bug or just a limitation of the win32 Folder Browser, but instantiating an FLTK native file chooser, while passing BROWSE_MULTI_DIRECTORY, is able to select (and return) multiple dirs on platforms other than Windows.

#include <FL/Fl_Native_File_Chooser.H>

int main(int argc, char** argv) {
    Fl_Native_File_Chooser fnfc;
    fnfc.type(Fl_Native_File_Chooser::BROWSE_MULTI_DIRECTORY); 
    fnfc.show(); // try to select several dirs on windows
}


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <fltk/fltk/issues/480@github.com>

Direct Link to Message ]
 
     
Previous Message ]New Message | Reply ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.