Skip to content
Back to formatted view

Raw Message

Message-ID: <25B8B37A-9565-11D8-AC7F-000A95C87F66@unimi.it>
Date: 2004-04-23T23:51:22Z
From: stefano iacus
Subject: R.bin vs R as app name in Mac OS X

I discovered today a curious behavior of the Finder.

If you double click on the R icon directly, on Panther, you'll see 
R.bin in the application menu. If you call R via an applescript like 
the following, you'll see only R as it should be.

try
	tell application "R"
		activate
		with timeout of 1000 seconds
			cmd "print(\"HelloWorld!\")"
		end timeout
	end tell
end try

Now I'm waiting an answer from Apple...and will let you know.
stefano