you might want to start with Ned Konz's equally named package ("Lockdown"):
http://map.squeak.org/package/0c6d3bda-adbb-496a-ae84-8d4c145d14b5But you need to change a couple of class-references in newer Squeak versions.
Best wishes
Jens
Rob Rothwell-2 wrote:
On Tue, May 13, 2008 at 6:43 AM, Jens Moenig <jens@moenig.org> wrote:
>
> Hi Boingo,
>
> I have created a mechanism to use Scratch-projects as screensavers for
> Windows as part of my "Chirp" project (http:chirp.scratchr.org/blog). The
> source code is part of the download.
>
> Since Scratch is basically a Squeak image you can canibalize this idea for
> you own screensavers. This is how it would work:
>
> 1) create a Squeak app (image) and lock it down in fullscreen mode
Do you know of any good references about HOW to "lock down" an image?
Regards,
Rob Rothwell