[squeak-dev] Squeak clock face

Chris Cunningham cunningham.cb at gmail.com
Tue Dec 12 22:34:02 UTC 2017


There are undoubtedly a few ways to handle this (as answered by other folks
already). One way to do this is to open the desktop menu (click on
background), then open objects(o) menu, choose the 'find' option, and
search for clock.  The non-digital clock is the clock face - if you drag it
out, you it will be instantiated and ready to play with.

Also, you asked how to read an image into a Morph.  You can just drag the
image file onto the Squeak desktop, and it should give you a variety of
options, including 'open in a window', which imports it as a SketchMorph
visible in Squeak.

-cbc

On Tue, Dec 12, 2017 at 8:52 AM, Louis LaBrunda <Lou at keystone-software.com>
wrote:

> Hi Tim, Bob and Tobias,
>
> Thanks for your replies.
>
> On Mon, 11 Dec 2017 09:33:17 -0800, tim Rowledge <tim at rowledge.org> wrote:
>
> >You might like to grab the code that Bob helped me with for the weather
> station barometer/thermometer gauges.
> >http://www.squeaksource.com/WeatherStation.html
> >Oh, wait, the dial stuff is RotaryDialMorph which is in
> Morphic-Extras-Widgets which ought to be in the trunk image for now.
> >tim
>
> The ClockDialMorph looks like what I want.  I may add a second hand if
> that isn't too hard and
> doesn't slow down the display.
>
> The morphs are completely new to me, so is there a simple way I can
> instantiate a
> ClockDialMorph and test/play with it?
>
> Thanks again.
>
> Lou
> --
> Louis LaBrunda
> Keystone Software Corp.
> SkypeMe callto://PhotonDemon
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20171212/e2d4bf99/attachment.html>


More information about the Squeak-dev mailing list