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

Changeset 202 for trunk/lingosource


Ignore:
Timestamp:
11/30/08 08:14:38 (3 years ago)
Author:
alex
Message:

fixed issue in getfilename for the new buddyapi xtra, which now returns unix names by default

Location:
trunk/lingosource/castlib1
Files:
2 edited

Legend:

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

    r184 r202  
    392392  if mCheckForXtra(me, "BudAPI") = 1 then -- if buddy is present... 
    393393     
     394    resetUNames = 0 
     395    if baSysFolder("prefs") starts "/" then 
     396      baReturnUnixNames(0) 
     397      resetUNames = 1 
     398    end if 
     399     
    394400    --    if the platform contains "mac" then filter = "" 
    395401    --    else filter = "*.*" 
    396     return baGetFilename("Please select file", "", "Filename",  "*.*", 524288+2+4+4194304, "Select file", false, -2, -2) 
     402    retval = baGetFilename("Please select file", "", "Filename",  "*.*", 524288+2+4+4194304, "Select file", false, -2, -2) 
     403     
     404    if resetUNames = 1 then baReturnUnixNames(1) 
    397405     
    398406  else 
  • trunk/lingosource/castlib1/subversion_version_field.txt

    r200 r202  
    1 r201 
     1r204 
Note: See TracChangeset for help on using the changeset viewer.