Page 1 of 1

What's wrong with that Xtra??

Posted: Mon Aug 29, 2005 12:16 am
by Félix
I'm trying to make a new version of one of my Xtras, so I was about to add another keyword to another function in the PList file, but it doesn't work!
I added a new Dictionary named "1" in the Scripts array and I filled each fields, but when I type in the new keyword, it justs send it instead of parsing it as an AppleScript...
Here's the PList file (I used the Property List Editor to edit it, but I used BBedit to dump it):

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>CFBundleDevelopmentRegion</key>
	<string>English</string>
	<key>CFBundleGetInfoString</key>
	<string>Send Tunes</string>
	<key>CFBundleIdentifier</key>
	<string>com.felix.sendtune.scripts</string>
	<key>CFBundleInfoDictionaryVersion</key>
	<string>1.1</string>
	<key>CFBundleName</key>
	<string>Send Tune</string>
	<key>CFBundlePackageType</key>
	<string>AdIM</string>
	<key>Scripts</key>
	<array>
		<dict>
			<key>File</key>
			<string>sendit</string>
			<key>Keyword</key>
			<string>/sendtune</string>
			<key>Title</key>
			<string>Send Tune</string>
		</dict>
		<dict>
			<key>File</key>
			<string>sendzip</string>
			<key>Keyword</key>
			<string>/sendzip</string>
			<key>Title</key>
			<string>Send Zipped Tune</string>
		</dict>
	</array>
	<key>Set</key>
	<string>Send Tune</string>
</dict>
</plist>
The 'sendzip.scpt' file does exist and it is spelled correctly.

Any idea? If you need it then I'll show the two files.

Posted: Mon Aug 29, 2005 6:54 pm
by Félix
Anyone? :'(

Posted: Mon Aug 29, 2005 8:36 pm
by evands
Could you post the full bundle?

Posted: Tue Aug 30, 2005 1:42 am
by Félix

Posted: Wed Aug 31, 2005 9:05 pm
by Félix
Still nobody?
... :(

Posted: Thu Sep 01, 2005 10:51 am
by evands
Works fine for me.

Posted: Thu Sep 01, 2005 9:09 pm
by Félix
Guess I'm cursed :'(

Why the hell didn't it work at first for me?
Well then...

Posted: Thu Sep 01, 2005 9:17 pm
by Zeremus X
Were you born on Friday 13th?