Changeset 18 for trunk/lingosource/castlib2/ButtonManagerHost.ls
- Timestamp:
- 10/24/08 12:12:09 (4 years ago)
- File:
-
- 1 edited
-
trunk/lingosource/castlib2/ButtonManagerHost.ls (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lingosource/castlib2/ButtonManagerHost.ls
r14 r18 1 -- Button Behavior by Alex da Franca ©2003 da.Franca@online.de1 -- Button Behavior by Alex da Franca c2003 da.Franca@online.de 2 2 -------------------------------------------------------------------- 3 3 … … 83 83 on beginSprite me 84 84 85 -- includes = (mGetAleXtras()).getaprop(#scripts)86 --87 -- ancestor = rawnew(includes.getaprop(#ButtonManager))88 89 85 90 86 scr = mGetXScript(#ButtonManager) 91 87 92 if voidP(scr) then exit 88 if listP(scr) then exit 89 if ilk(scr) = #script then ancestor = rawnew(scr) 90 else ancestor = rawnew(scr.script) 93 91 94 ancestor = rawnew(scr)95 92 96 93 callAncestor(#new, me) … … 137 134 liste = [:] 138 135 139 -- includes = (mGetAleXtras()).getaprop(#scripts) 140 -- if voidP(includes) then 141 -- li = mGetAleXtras() 142 -- includes = [:] 143 -- li.setaprop(#scripts, includes) 144 -- end if 145 cmonm = mGetXScript(#commonmoviescript) 146 if not voidP(cmonm) then fontliste = call(#InitFonts, [cmonm]) 136 cmonm = mGetXScript() 137 if not voidP(cmonm) then fontliste = call(#InitFonts, cmonm) 147 138 148 139 if not listP(fontliste) then fontliste = ["Arial"]
Note: See TracChangeset
for help on using the changeset viewer.
