matthiasm wrote:
>> Well FLTK dialogs(for file open,save) are not so user friendly. Can  
>> we use system dialg to open/save file in FLTK.(which we use in MFC)

> Yes. Check the "Links" section on fltk.or and search for  
> Fl_Native_Filechooser

        Also, you can just call WIN32 file browser dialogs directly
        within your FLTK code if you want. I've put a simple example here:
        http://seriss.com/people/erco/fltk/#FltkWin32FileChooser

        That way you have full access to /all/ the WIN32 features for
        their file browsers.

        Or, use Fl_Native_Filechooser if you want to avoid WIN32 code
        completely.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to