Author: greg.ercolano Date: 2012-06-26 00:03:46 -0700 (Tue, 26 Jun 2012) New Revision: 9629 Log: Imported Walter Garms' comments re:BIF_SHAREABLE from the ./TODO file that came with the original version of FNFC.
Modified: branches/branch-1.3/src/Fl_Native_File_Chooser_WIN32.cxx Modified: branches/branch-1.3/src/Fl_Native_File_Chooser_WIN32.cxx =================================================================== --- branches/branch-1.3/src/Fl_Native_File_Chooser_WIN32.cxx 2012-06-25 12:39:35 UTC (rev 9628) +++ branches/branch-1.3/src/Fl_Native_File_Chooser_WIN32.cxx 2012-06-26 07:03:46 UTC (rev 9629) @@ -487,8 +487,14 @@ // TBD: match all 3 types of directories // // NOTE: *Don't* use BIF_SHAREABLE. It /disables/ mapped network shares - // from being visible in BROWSE_DIRECTORY mode. - // See Walter Garm's comments in ./TODO. + // from being visible in BROWSE_DIRECTORY mode. Walter Garm's comments: + // + // --- Garms, Walter (GE EntSol, Security) wrote: + // With your help I was able to solve the problem of the network drives. + // For Version 6.0, at least, the BIF_SHAREABLE flag seems to have the + // opposite sense: With BIF_SHAREABLE not set I see the mapped network + // drives, and with BIF_SHAREABLE set I do not. + // --- #if defined(BIF_NONEWFOLDERBUTTON) // Version 6.0 if ( _btype == BROWSE_DIRECTORY ) _binf.ulFlags |= BIF_NONEWFOLDERBUTTON; _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
