<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">The simplest Morph that comes to my
mind is <tt>UpdatingMenuItemMorph</tt>.<br>
<br>
See <tt>UpdatingMenuItemMorph</tt><tt>>>#wantsSteps </tt><tt>UpdatingMenuItemMorph</tt><tt>>>#stepTime
</tt><tt>UpdatingMenuItemMorph</tt><tt>>>#stepAt:<br>
<br>
</tt>However I have no clue why <tt><tt>UpdatingMenuItemMorph</tt><tt>>>#stepTime</tt></tt>
is categorized as <tt><tt>'testing'</tt></tt>.<br>
<br>
<br>
HTH,<br>
<br>
Gerald<br>
<tt><tt><br>
<br>
<br>
</tt></tt>On 3/27/23 1:44 PM, Hernán Wilkinson via Cuis-dev
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:CAGgF3Gzee6jy5voH88FLGz9P3xSUO=xb4ae+Qw7iGsa12N8mXw@mail.gmail.com">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<div dir="ltr">Those messages are part of the Morph framework.
<div>They do not work on regular objects, I do not know why they
are defined in Object, perhaps a legacy reason.</div>
<div>If you want to send messages at regular intervals, create a
thread to do it using the message #fork or similar (look at
BlockClosure class)</div>
<div><br>
</div>
<div>Cheers</div>
<div>Hernan.</div>
</div>
<br>
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Mon, Mar 27, 2023 at
12:18 AM Alexandre Rousseau via Cuis-dev <<a
href="mailto:cuis-dev@lists.cuis.st" moz-do-not-send="true">cuis-dev@lists.cuis.st</a>>
wrote:<br>
</div>
<blockquote class="gmail_quote">
<div dir="ltr">I'd like my Object's subclass instances to send
messages at regular intervals.
<div><br>
</div>
<div>I see that Object defines the #wantsSteps and #stepAt:
selectors, but I can't find examples of usage.
<div><br>
</div>
<div>Does anyone have anything on this?</div>
<div><br>
</div>
<div>Thanks</div>
<div><br>
</div>
</div>
</div>
-- <br>
Cuis-dev mailing list<br>
<a href="mailto:Cuis-dev@lists.cuis.st" target="_blank"
moz-do-not-send="true">Cuis-dev@lists.cuis.st</a><br>
<a href="https://lists.cuis.st/mailman/listinfo/cuis-dev"
rel="noreferrer" target="_blank" moz-do-not-send="true">https://lists.cuis.st/mailman/listinfo/cuis-dev</a><br>
</blockquote>
</div>
<br>
<div><br>
</div>
<span class="gmail_signature_prefix">-- </span><br>
<div dir="ltr" class="gmail_signature">
<div dir="ltr">
<div>
<div dir="ltr">
<div>
<div dir="ltr">
<div dir="ltr">
<div><span><strong><span><span><span><span>Hernán
Wilkinson</span><br>
Agile Software Development, Teaching
& Coaching</span></span></span></strong></span></div>
<div><span><strong><span><span><span>Phone: +54-011</span></span></span></strong></span>-4893-2057</div>
<div><strong><span><span><span>Twitter:
@HernanWilkinson</span></span></span></strong></div>
<div><span><strong><span><span><span>site: <a
href="http://www.10pines.com/"
target="_blank" moz-do-not-send="true">http://www.10Pines.com</a></span></span></span></strong></span></div>
<div><span>Address: Alem 896</span>, Floor 6, Buenos
Aires, Argentina</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
</blockquote>
<br>
</body>
</html>