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

Bob Arning arning315 at comcast.net
Wed Dec 20 14:38:27 UTC 2017



On 12/20/17 9:22 AM, Louis LaBrunda wrote:
> Hey Bob,
>
> A few more questions.
>
> Is there a keyboard or mouse sequence that gets things back to normal?
It's in the appearance menu:
> How do I obtain the screen size is?
World extent
>
> Lou
>
> On Tue, 19 Dec 2017 17:41:24 -0500, Bob Arning <arning315 at comcast.net> wrote:
>
>> 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/20171220/709218c5/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mpoahdpgbpaklnon.png
Type: image/png
Size: 8145 bytes
Desc: not available
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20171220/709218c5/attachment.png>


More information about the Squeak-dev mailing list