Changeset 180
- Timestamp:
- 06/06/08 12:46:09 (4 years ago)
- Location:
- trunk/lingosource/castlib1
- Files:
-
- 3 edited
-
OSCmenu_Handlers.ls (modified) (4 diffs)
-
custom_Utilities.ls (modified) (1 diff)
-
subversion_version_field.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lingosource/castlib1/OSCmenu_Handlers.ls
r136 r180 47 47 pCallBackParams.add(theName) 48 48 49 -- put "------------------"50 -- put theIndex51 -- put theName52 -- put "------------------"49 -- put "------------------" 50 -- put theIndex 51 -- put theName 52 -- put "------------------" 53 53 54 54 xscr().mCreateTimeOut("osc_callback_to", 10, #mOSCCallback, me) … … 99 99 100 100 if aList[n].getaprop(#type) = #divider then 101 -- if count(li) > 0 then102 li.add("")103 -- end if101 -- if count(li) > 0 then 102 li.add("") 103 -- end if 104 104 else 105 105 li.add(string(aList[n].getaprop(#title))) … … 132 132 133 133 if aList[n].getaprop(#type) = #divider then 134 -- if count(li) > 0 then135 li.add([#text:"(-"])136 -- end if134 -- if count(li) > 0 then 135 li.add([#text:"(-"]) 136 -- end if 137 137 else 138 138 if count(sublist) < 1 then … … 189 189 190 190 on mDoMenuChangeAction me, listref 191 191 192 192 193 scrtype = listref.getaprop(#scripttype) -
trunk/lingosource/castlib1/custom_Utilities.ls
r96 r180 33 33 ---------------------------- 34 34 35 36 35 -- your code here: 37 36 alert "This is an example handler." -
trunk/lingosource/castlib1/subversion_version_field.txt
r178 r180 1 r18 01 r181
Note: See TracChangeset
for help on using the changeset viewer.
