Guy, on Dec 15 2005, 12:35 AM, said:
Ah, so it does. I thought that would have been in the prefs file. Unfortunately there's no way to save the script without it asking where the app is (if it can't find it it won't let you save). Which is silly but I'm sure other people have had it working without problems. Anyone?
View Post
In fact I checked the prefs of Plugin Archiver and there's only Navigation Services stuff (the last states of the open and save dialogs) in there.
Dr. Trowel, on Dec 15 2005, 01:31 PM, said:
If I have NutCase MacBinary running before I drop my files on the script's icon, the script gives me no complaints and runs just fine.
I know it shouldn't be necessary to manually start MacBinary, but it's so little bother that I don't mind it at all.
View Post
Yep, that's something I noticed too. It could be acceptable for us experienced users, but remember, this is aimed at replacing the ease of use of DropZip. This behavior obviously doesn't fit the book of specifications.
Guy, the name of the app needn't be an explicit, constant string as "NutCase MacBinary", it could be a string var that could even change at runtime, and obviously in that case the Script editor can't check for existence of the app when compiling since the name might vary at runtime. Try this, and post the compiled script so that I can check whether this works when we change the host. But it may still remain that the search for the app is erratic, buggy, or simply minimal (only in a few places like the script folder and the Applications folder). In that case, I would push further the "app name in a var" method by explicitely specifying the path (according to the AS docs, you can specify apps this way too), by at runtime taking the path where the script is, remove the script name, and add ":NutCase MacBinary:NutCase MacBinary". It would break if the user moves or renames NutCase MacBinary from your script, so this approach is reserved to the case the previous one doesn't work, but it's at least satisfying since it would work to boot.
This post has been edited by Zacha Pedro : 15 December 2005 - 12:12 PM