[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [MacPerl] macperl::DoAppleScript Doesn't



At 16.59 +0000 2000.02.09, Bart Lateur wrote:
>You'll have to launch CodeWarrior in a reliable way, perhaps using pure
>AppleEvents. Chris?

Mac::Apps::Launch is pretty good.  You can pass an app ID ('CWIE', I think,
for CodeWarrior IDE) or a full path to the app.  Although, you can also put
the full path in the AppleScript:

  tell app "Bourque:WP-DTP:BBEdit:BBEdit 5.2"
    activate
  end tell

-- 
Chris Nandor          mailto:pudge@pobox.com         http://pudge.net/
%PGPKey = ('B76E72AD', [1024, '0824090B CE73CA10  1FF77F13 8180B6B6'])

# ===== Want to unsubscribe from this list?
# ===== Send mail with body "unsubscribe" to macperl-request@macperl.org