Hans George wrote:
> Hello!
>
> I know that my question appeared already some time ago, for example here:
> http://ftp.cups.org/newsgroups.php?s81+gfltk.general+v88+T0+Qnative
> But I couldn`t find any useful answer for me.
>
> So, How can I use a native file chooser with fltk2 ?
>
> There is the function called fltk::use_native_file_chooser(bool = true);
> But its definition is commented out (#if 0) in the file_chooser.cxx in the
> current build.
>
> So, I would be happy if anybody can hellp me to use a native file chooser
> with fltk 2.
FWIW, I was just able to get Fl_Native_File_Chooser to compile and work
with FLTK2 for windows.
No changes to the code, just the build instructions.
I don't have a modified distro yet, but apparently
Fl_Native_File_Chooser
(for windows anyway) doesn't make any fltk calls that are not in 2.
Apparently it figures out all the windows specific stuff using windows
calls, and not calls to FLTK.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk