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

Changeset 78 for trunk/lingosource


Ignore:
Timestamp:
12/07/07 00:27:15 (4 years ago)
Author:
alex
Message:

fixed the small bug wih the window not showing status

File:
1 edited

Legend:

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

    r76 r78  
    23432343   
    23442344   
    2345   pHandlerMenuWindowName = string(pHandlerMenuWindowName) 
     2345  pHandlerMenuWindowName = string(me.pHandlerMenuWindowName) 
    23462346  if length(pHandlerMenuWindowName) < 1 then return retval 
    23472347  w = window(pHandlerMenuWindowName) 
     
    24042404  if pStatusMode = 0 then exit 
    24052405   
    2406   pHandlerMenuWindowName = string(pHandlerMenuWindowName) 
     2406  pHandlerMenuWindowName = string(me.pHandlerMenuWindowName) 
    24072407  if length(pHandlerMenuWindowName) < 1 then exit 
    24082408  w = window(pHandlerMenuWindowName) 
Note: See TracChangeset for help on using the changeset viewer.