<div dir="ltr">Happy to report I'm making progress in learning about Morphic!<div><br><div>I installed the "UI-Tools" package which gave me access to ButtonMorph which is a subclass of PluggableButtonMorph. But I haven't been able to use ButtonMorph successfully. This code works with PluggableButtonMorph, but if I change it to ButtonMorph then I get "MessageNotUnderstood: UndefinedObject>>lighter". Can someone explain why?</div><div><br></div><div><font face="monospace">label := LabelMorph new<br>    contents: '0';<br>    color: Color white.<br></font></div><div><font face="monospace">incBtn := ButtonMorph new<br>    color: Color yellow;<br>    label: 'Increment';<br>    model: [ label contents: (label contents asNumber + 1) asString ];<br>    action: #value.</font><br><div><br></div><span class="gmail_signature_prefix">-- </span><br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div><font face="arial, helvetica, sans-serif">R. Mark Volkmann</font></div><div><span style="font-size:12.8000001907349px"><font face="arial, helvetica, sans-serif">Object Computing, Inc.</font></span></div></div></div></div></div></div></div></div></div></div></div>