<div dir="ltr"><div dir="ltr">On Thu, Jun 13, 2024 at 3:55 PM Hilaire Fernandes via Cuis-dev <<a href="mailto:cuis-dev@lists.cuis.st">cuis-dev@lists.cuis.st</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex"><u></u>
<div bgcolor="#FFFFFF">
<div>Le 13/06/2024 à 22:42, Mark Volkmann
via Cuis-dev a écrit :<br>
</div>
<blockquote type="cite">
<div class="gmail_quote">
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-style:solid;border-left-color:rgb(204,204,204);padding-left:1ex">
<div bgcolor="#ffffff">book := VBook new author: 'R. Mark
Volkmann'; title: 'htmx'; yourself.<br>
tm := TextModelMorph<br>
textProvider: book<br>
textGetter: #author<br>
<b> textSetter:</b> <b>#author:</b>.<br>
tm openInWorld<br>
</div>
</blockquote>
<div><br>
</div>
<div>Yes, I forgot the "yourself" part. Thanks for catching
that. But it still doesn't work. I can change the value in the
<font face="monospace">TextModelMorph</font> and the value of
the <font face="monospace">author</font> instance variable in
the <font face="monospace">book</font> object does not
change.</div>
</div>
</blockquote>
<p>No need for yourself in this situation.<br>
</p>
<p>Your argument for the textSetter: key was wrong; You need the
setter message <b>#anchor:</b> with one parameter, you were using
the getter <b>#anchor</b></p></div>
</blockquote></div>Sadly, even with that correction it does not work. I can edit the contents of the TextModelMorph, but the author instance variable in the book object doesn't change. Is this working for anyone else?<br clear="all"><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><font face="arial, helvetica, sans-serif">R. Mark Volkmann</font></div><div><span style="font-size:12.8px"><font face="arial, helvetica, sans-serif">Object Computing, Inc.</font></span></div></div></div></div></div></div></div></div></div>