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: [EMAIL PROTECTED] Web Site: http://www.sonsothunder.com/ -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kaveh Bazargan Sent: Friday, August 29, 2003 4:04 PM To: [EMAIL PROTECTED] 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/ _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
