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
[EMAIL PROTECTED]
http://www.major-k.de

_______________________________________________
use-revolution mailing list
[email protected]
http://lists.runrev.com/mailman/listinfo/use-revolution



Thomas J. McGrath III
SCS
1000 Killarney Dr.
Pittsburgh, PA 15234
412-885-8541
_______________________________________________
use-revolution mailing list
[email protected]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to