Core image
Thomas McGrath III
3mcgrath at adelphia.net
Wed Jun 8 13:43:14 EDT 2005
Klaus,
Replaced < with > and got "Cool" on OSX 10.3.9
For what it's worth
Tom
on mouseUp
put char 1 to 4 of the systemversion into isX
replace "." with "" in isX
if isX > 104 then
answer "Core image will only be available under OS 10.4x"
exit mouseup
end if
get shell("system_profiler SPDisplaysDataType")
put line(lineoffset("Core image",it)) of it into ciready
if ciready contains "Not" then
answer "This Mac is NOT Core Image compatible" with "%&$##§"
else
answer "This Mac is Core Image compatible" with "Cool!"
end if
end mouseUp
On Jun 8, 2005, at 1:19 PM, Klaus Major wrote:
> Hi Gordon,
>
>> Klaus it worked fine for me!
>
> great, but what did it return?
>
> "Cool!" or "OMFG!"? ;-)
>
>> --gordy
>
> Best
>
> Klaus Major
> klaus at major-k.de
> http://www.major-k.de
>
> _______________________________________________
> use-revolution mailing list
> use-revolution at lists.runrev.com
> http://lists.runrev.com/mailman/listinfo/use-revolution
>
>
Thomas J. McGrath III
SCS
1000 Killarney Dr.
Pittsburgh, PA 15234
412-885-8541
More information about the use-livecode
mailing list