Imported Walter Garms' comments re:BIF_SHAREABLE from the

./TODO file that came with the original version of FNFC.



git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9629 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Greg Ercolano 2012-06-26 07:03:46 +00:00
parent cbcf0c9312
commit 4b80dde748
1 changed files with 8 additions and 2 deletions

View File

@ -487,8 +487,14 @@ int Fl_Native_File_Chooser::showdir() {
// 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;