Arrays and Custom Props
J. Landman Gay
jacque at hyperactivesw.com
Mon Feb 16 13:44:41 EST 2009
Bob Sneidar wrote:
> BTW I tested the theory that an app cannot be modified while running.
> This is not true. I opened TextEdit and while it was running I opened
> the package contents and edited a plist file using PlistEditPro. I
> changed one of the values and saved the plist successfully.
You weren't changing the app though. You were changing a separate file
inside the bundle. The application bundle is just a fancy folder.
The running executable itself is inside the MacOS folder, and it usually
looks like a Linux document. Change that, and your program won't even
launch any more.
--
Jacqueline Landman Gay | jacque at hyperactivesw.com
HyperActive Software | http://www.hyperactivesw.com
More information about the use-livecode
mailing list