Farbflash projects: Imaging lingo table | 3-D scene list | Find all | Handler menu | Lingo message window

Ignore:
Timestamp:
06/06/08 01:23:04 (4 years ago)
Author:
alex
Message:

fixed unusable bagetfilename dialog, flag was wrong

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/lingosource/castlib1/alexUtilities.ls

    r165 r175  
    394394    --    if the platform contains "mac" then filter = "" 
    395395    --    else filter = "*.*" 
    396     return baGetFilename("Please select file", "", "Filename",  "*.*", 1, "Select file", 1, -2, -2) 
     396    return baGetFilename("Please select file", "", "Filename",  "*.*", 524288+2+4+4194304, "Select file", false, -2, -2) 
    397397     
    398398  else 
Note: See TracChangeset for help on using the changeset viewer.