home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Flight + Action
/
FlightAction.img
/
mrmore
/
popup.dir
/
00009_Script_9
< prev
next >
Wrap
Text File
|
1995-12-06
|
741b
|
20 lines
-- Extra Ordner-Script
on ReadWindow -- ****************** Zusatzfunc fⁿr Ordner-Fenster
global goGBTools
set s = "Ziel: " & 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 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