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

Changeset 103


Ignore:
Timestamp:
12/16/07 21:22:28 (4 years ago)
Author:
alex
Message:

caching handlerlist by modified date should work now

Location:
branches/beta
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/beta/castlib1/thisMoviesScript.ls

    r100 r103  
    262262     
    263263    if len < 1 then 
     264      -- we cache only the results, if there is no search word 
     265      -- otherwise we would need to cache the result for every different searchword 
    264266      pCachedResults = xscr().mGetGlobalValue(#pCachedResults) 
    265267      if ilk(pCachedResults) <> #proplist then 
     
    269271      cached = pCachedResults.getaprop(string(memref)) 
    270272      if ilk(cached) = #proplist then 
    271         theDate = cached.getaprop(#moddate) 
     273        theDate = cached.getaprop(#theDate) 
    272274        if theDate = memref.modifiedDate then 
    273275          found = 1 
Note: See TracChangeset for help on using the changeset viewer.