Hi Thierry

Thanks very much for an excellent solution - just the job!

With best regards

Peter

Add the following handler to the main stack script:

on appleEvent pClass, pID, pSender

  switch pClass & pID
  case "aevtodoc"
    request appleEvent data  -- extract the path of the file to open
-- put here the code to process the file
    break
  default
    pass appleEvent
  end switch

end appleEvent

Regards,
Thierry

-- Peter Reid Reid-IT Limited, Loughborough, Leics., UK E-mail: [EMAIL PROTECTED] _______________________________________________ use-revolution mailing list [email protected] http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to