[squeak-dev] How do I open my clock morph full screen?

Bob Arning arning315 at comcast.net
Tue Dec 19 22:41:24 UTC 2017


put this in a workspace and doit


DisplayScreen fullScreenOn.
sm _ StringMorph contents: 'hello world'.    "or your clock here"
tm _ TransformationMorph new asFlexOf: sm.
tm extent: World extent.
tm position: 0 at 0.
World removeAllMorphs.
tm openInWorld.


On 12/19/17 5:04 PM, Louis LaBrunda wrote:
> Hi Everybody,
>
> I now have a clock morph that uses a picture of a clock as the clock face and pictures of clock
> hands for the hands.  I would like to open this full screen and without any other Squeak
> windows open.  Any ideas?
>
> Lou

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20171219/56c6f15d/attachment.html>


More information about the Squeak-dev mailing list