Hiba wrote:
> I created a separate window, in the c++ tab (class), i wrote 
> "Fl_File_Chooser" and i gave it "browser" as a name.
> In Extra code, i wrote "Fl_File_Chooser *browser = new Fl_File_Chooser (,,,)"

        No, if you're using fluid, create ALL the elements in fluid
        the usual way; create the window (New -> Group -> Window),
        put the chooser in it (New -> Browsers -> Browser), etc.

        Be sure when you create the window for your browser, that the window
        is not parented to some other window.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to