home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC-Online 1996 June
/
PCOnline_06_1996.iso
/
mrmore
/
mrmore.dir
/
00656_Script_656
< prev
next >
Wrap
Text File
|
1996-04-11
|
822b
|
22 lines
-- Extra Ordner-Script
on ReadWindow -- ****************** Zusatzfunc fⁿr Ordner-Fenster
global goGBTools, gnFirstSprite
set s = goGBTools(mGetCurPath)
if alltrim(the text of cast "NewDir") <> "" then
if length(s) > 9 then set s = s & "\"
set s = s & alltrim(the text of cast "NewDir")
end if
set the text of cast "zielText" = s
set the text of cast "Ordner" = goGBTools(mGetDir)
set the puppet of sprite (gnFirstSprite+1) = false
-- set the textSize of field "Ordner" = 12
-- repeat while ((the textheight of field "Ordner") * (the number of lines of the text of field "Ordner") ¼
-- > the height of cast "OrdnerRahmen")
-- set the textSize of field "Ordner" = (the textSize of field "Ordner") - 1
-- end repeat
end