[RFC] Playing with objects: The Sequel
[RFC] Playing with objects: The Sequel
- Subject: [RFC] Playing with objects: The Sequel
- From: Victor Yee <email@hidden>
- Date: Sun, 18 Nov 2001 15:28:24 -0500
If anyone's interested (or have nothing better to do), here are the results of
my current project.
It's called ProjectAssistant and what it does is cause mild headaches and
general dizziness ;) Actually, what it does is an extension of the previous
experimental ObjectLinker script (for those of you who follow my silly "Playing
with objects" threads). It takes a group of compiled scripts and builds
prototype script applications by automatically linking their interface handlers.
It's still in the rough and, to be honest, I'm not sure if it's of any use. But
if you find it interesting, I'd love some comment before I go any further (help
is always nice, too!).
Documentation is also in rough first draft :(
Warning: there's extensive use of script objects!
About a 231K download (sorry for the size):
http://www3.sympatico.ca/victor.yee/applescript/inprogress/ProjectAssistant1.0c.sit.hqx
Victor
p.s. I haven't fully tested and am not quite sure how effective the built
prototypes are. Because the prototypes are made from script objects, they may
behave differently from normally built script applications. Also, the prototypes
are effectively run-only because the stored code provides no indication of the
script's nature. They are intended for limited testing purposes.