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

Changeset 180 for trunk


Ignore:
Timestamp:
06/06/08 12:46:09 (4 years ago)
Author:
alex
Message:

export with correct linebreaks

Location:
trunk/lingosource/castlib1
Files:
3 edited

Legend:

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

    r136 r180  
    4747  pCallBackParams.add(theName) 
    4848   
    49 --  put "------------------" 
    50 --  put theIndex 
    51 --  put theName 
    52 --  put "------------------" 
     49  --  put "------------------" 
     50  --  put theIndex 
     51  --  put theName 
     52  --  put "------------------" 
    5353   
    5454  xscr().mCreateTimeOut("osc_callback_to", 10, #mOSCCallback, me) 
     
    9999     
    100100    if aList[n].getaprop(#type) = #divider then 
    101 --      if count(li) > 0 then 
    102         li.add("") 
    103 --      end if 
     101      --      if count(li) > 0 then 
     102      li.add("") 
     103      --      end if 
    104104    else 
    105105      li.add(string(aList[n].getaprop(#title))) 
     
    132132     
    133133    if aList[n].getaprop(#type) = #divider then 
    134 --      if count(li) > 0 then 
    135         li.add([#text:"(-"]) 
    136 --      end if 
     134      --      if count(li) > 0 then 
     135      li.add([#text:"(-"]) 
     136      --      end if 
    137137    else 
    138138      if count(sublist) < 1 then 
     
    189189 
    190190on mDoMenuChangeAction me, listref 
     191   
    191192   
    192193  scrtype = listref.getaprop(#scripttype) 
  • trunk/lingosource/castlib1/custom_Utilities.ls

    r96 r180  
    3333  ---------------------------- 
    3434   
    35    
    3635  -- your code here: 
    3736  alert "This is an example handler." 
  • trunk/lingosource/castlib1/subversion_version_field.txt

    r178 r180  
    1 r180 
     1r181 
Note: See TracChangeset for help on using the changeset viewer.