Hi crew,
I have been having problems with external hard drives refusing to appear on my desktop and sometimes refusing to mount at all. I followed Apple's official advice list but it still hasn't fixed all the problems. And now I get get the following message in a Text Edit window on startup:
scriptid "Displace" //DO NOT LOCALIZE
filter "ÅöÇå"
group "Ê≠Åø"
fullframe
input mapsrc, "ÉûÉÉÉóǧɰɺÇ∏", clip
input lumascale, "É´ÉüÉäÉ≥ÇπÇπDZɺɴ", slider, 0, 0, 100 ramp 90 detent 0
input hscale, "Ê®ÊñπÂêë", slider, 10, -200, 200 ramp 90 detent 10
input vscale, "縦方向", slider, 10, -200, 200 ramp 90 detent 10
input repeatedge, "Ç®ÉÉÇ∏ÅÆÅèÇäËøîÅó", checkbox, 0
code
float h, v, dur, duroffset
point c
dimensionsof(dest, h, v)
image buf[h][v]
getLimits(mapsrc, dur, duroffset)
if dur > 0
getVideo(mapsrc, 0, buf)
else
circleLight(buf, c, 0, 100*h/320, aspectof(dest), 0, 1, kwhite, kblack)
end if
displace(src1, dest, buf, repeatedge, -hscale/100*h/640, vscale/100*h/640, lumaScale/100, aspectof(dest))
maskCopy(dest, src1, buf, dest, 0, 0.5)
Not being able to read "Apple Language" can anyone help?
Cheers
Blue
I have been having problems with external hard drives refusing to appear on my desktop and sometimes refusing to mount at all. I followed Apple's official advice list but it still hasn't fixed all the problems. And now I get get the following message in a Text Edit window on startup:
scriptid "Displace" //DO NOT LOCALIZE
filter "ÅöÇå"
group "Ê≠Åø"
fullframe
input mapsrc, "ÉûÉÉÉóǧɰɺÇ∏", clip
input lumascale, "É´ÉüÉäÉ≥ÇπÇπDZɺɴ", slider, 0, 0, 100 ramp 90 detent 0
input hscale, "Ê®ÊñπÂêë", slider, 10, -200, 200 ramp 90 detent 10
input vscale, "縦方向", slider, 10, -200, 200 ramp 90 detent 10
input repeatedge, "Ç®ÉÉÇ∏ÅÆÅèÇäËøîÅó", checkbox, 0
code
float h, v, dur, duroffset
point c
dimensionsof(dest, h, v)
image buf[h][v]
getLimits(mapsrc, dur, duroffset)
if dur > 0
getVideo(mapsrc, 0, buf)
else
circleLight(buf, c, 0, 100*h/320, aspectof(dest), 0, 1, kwhite, kblack)
end if
displace(src1, dest, buf, repeatedge, -hscale/100*h/640, vscale/100*h/640, lumaScale/100, aspectof(dest))
maskCopy(dest, src1, buf, dest, 0, 0.5)
Not being able to read "Apple Language" can anyone help?
Cheers
Blue