Re: Updating scripts/applets company-wide
Re: Updating scripts/applets company-wide
- Subject: Re: Updating scripts/applets company-wide
- From: JJ <email@hidden>
- Date: Wed, 10 Oct 2001 22:30:45 +0200
>
The goal would be a self-updating solution which would:
>
1) check a server for a newer version
>
2) read in changes
>
3) dynamically update code within the applet
When developing "big" applets I use to "break" them as:
- Interface: the app's body.
- Handlers: subroutines.
- Third-party source: images, documentation, etc.
Then, I have many little files, easy to update.
You could do this or make an independer "Update script", replacing only
"scpt" rsrc.
JJ