<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">Le 13/06/2024 à 22:42, Mark Volkmann
via Cuis-dev a écrit :<br>
</div>
<blockquote type="cite"
cite="mid:CAFfRWnUb=kTnJU-Rkv_mwiAyJdRXsA9TU0h1QddR2tHdkFtJRg@mail.gmail.com">
<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><br>
</p>
<pre class="moz-signature" cols="72">--
GNU Dr. Geo
<a class="moz-txt-link-freetext" href="http://gnu.org/s/dr-geo/">http://gnu.org/s/dr-geo/</a>
<a class="moz-txt-link-freetext" href="http://gnu-drgeo.blogspot.com/">http://gnu-drgeo.blogspot.com/</a></pre>
</body>
</html>