Can't open application: Error -43 (newbie)

Ken Ray kray at sonsothunder.com
Sat Aug 30 11:04:00 EDT 2003


How about :

http://www.appleerrorcodes.com/

You'll note that -43 is the "file not found" error.

In OS X you need to specify the ".app" for applications, so you need to
do:

  launch "Mail.app"

HTH,

Ken Ray
Sons of Thunder Software
Email: kray at sonsothunder.com
Web Site: http://www.sonsothunder.com/ 


-----Original Message-----
From: use-revolution-admin at lists.runrev.com
[mailto:use-revolution-admin at lists.runrev.com] On Behalf Of Kaveh
Bazargan
Sent: Friday, August 29, 2003 4:04 PM
To: use-revolution at lists.runrev.com
Subject: Can't open application: Error -43 (newbie)


I can't open an application. Here is the code in a pop-up menu:


on menupick theItem
  set the defaultFolder to "/Applications"
  launch "Mail"
  put defaultFolder &  "    Error: " & the result
end menupick

and here is the result:


/Applications    Error: error -43


============


Mail is directly in the Applications folder.


For future, where can I find a list of such errors?
-- 


------------------------
Kaveh Bazargan
Focal Image Ltd
http://www.focalimage.com/





More information about the use-livecode mailing list