Hacking unfinished programs
Hacking unfinished programs
- Subject: Hacking unfinished programs
- From: Landis <email@hidden>
- Date: Wed, 14 Nov 2001 15:48:25 -0800
Quick question:
If a program that does have AppleScript implementation has things in
it's dictionary that just were never implemented in the actual
program, is it possible to fix that? For instance Apple's QTVR
Authoring Studio has an entry in it's dictionary for "close":
close : Close an object
close reference -- the objects to close
[saving yes/no/ask] -- specifies whether or not changes should be
saved before closing
[in alias] -- the file in which to save the object
But it doesn't actually work. Can I fix this myself? Where would I
look for a program that would let me edit other programs?
Am I just in way over my head here?
Thanks,
Landis