Marc R.J. Brevoort wrote:
> Hello,
> 
> Does anyone have a version of Fl_Native_File_Chooser that allows one to 
> enable the new folder button on Mac?
> 

        I think it might be disabled by default in my code via this line
        in Fl_Native_File_Chooser_MAC.cxx:

            _keepstate = kNavDontNewFolderState;

        ..you might be able to just comment that line out to enable it.

        Not sure why I have that in there only for directory browsers,
        but have it disabled for the others.

        It should really be an option.
        I'll add that to the TODO list. Meanwhile hacking the code should
        solve it for you.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to