Full Screen projects

Bob Arning arning at charm.net
Wed Jun 19 21:34:09 UTC 2002


On Wed, 19 Jun 2002 22:48:39 +0200 Stephane Ducasse <ducasse at iam.unibe.ch> wrote:
>So how can I say that when I load a project, the right message is sent to
>ScreenController to open the image in fullScreen.
>Is there a way to specify post-action and pre-action load to projects?

Evaluating something like this in the project before you save it will do what I think you want:

m _ DoCommandOnceMorph new.
m actionBlock: [ScreenController new fullScreenOn. m delete] fixTemps.
World project projectParameters 
	at: #armsLengthCmd 
	put: m.

Cheers,
Bob



More information about the Squeak-dev mailing list