Klaus it worked fine for me!

--gordy

On Jun 8, 2005, at 12:06, Klaus Major wrote:

Hi friends,

could a mac user running Tiger and a Core image capable graphics
card please test this script for me?

Works for me, since i have NO CI capable graphics card, but would like to
see if it works on other macs, too.

Thank you very much in advance!

#######################
on mouseUp
  put char 1 to 4 of the systemversion into isX
  replace "." with "" in isX
  if isX < 104 then
    asnwer "Core image will only be available under OS 104x"
    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
#######################

You can make a function of this and use it to check if you can use the
new CI transitions in your stacks. In case the script works! ;-)


Best from germany

Klaus Major
[EMAIL PROTECTED]
http://www.major-k.de

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


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

Reply via email to