Re: Big Cat
Re: Big Cat
- Subject: Re: Big Cat
- From: Paul Skinner <email@hidden>
- Date: Wed, 15 Jan 2003 07:23:42 -0500
You should be able to wrap your existing scripts or handlers with his
required call...
pseudocode
load script (path to textOrFileManipulator script)
on main(arg)
my textOrFileManipulator(arg)
end
end pseudocode
That way there's no need for duplication of existing code and
subsequent management of changes. It does require making a lot of these
new 'caller' scripts for your application support/big cat scripts
folder though. If you have a scriptable editor you could generate these
automatically.
--
Paul Skinner
On Tuesday, January 14, 2003, at 04:29 PM, Michael Grant wrote:
On 1/14/03 4:03 AM, "Paul Skinner" <email@hidden> wrote:
I use it. I got accustomed to using... something... back in the OS 9
days that gave me the functionality and hated to lose it in X.
I think it was called CMScript, by David Catmull. Wonder what he's
doing
these days.... I didn't really use it that much because I was too much
of a
scripting novice at the time.
Big cat
works well.
I was hoping there were enough people using it to set up some kind of
script
exchange or repository. I don't think I've ever seen scripts for Big
Cat at
MacScripter or any of the usual sites with downloadable scripts.
Michael
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.
References: | |
| >Re: Big Cat (From: Michael Grant <email@hidden>) |