<div dir="ltr">Hi list,<br><br>earlier today, in this other thread,<br><br><a href="http://lists.squeakfoundation.org/pipermail/squeak-dev/2023-February/223584.html">http://lists.squeakfoundation.org/pipermail/squeak-dev/2023-February/223584.html</a><br><br>I was trying to create a subclass of HelpBrowser, called HelpBrowserB,<br>that would behave in a slightly modified way... to make things trivial<br>to test, suppose that we create it like this:<br><br>  HelpBrowser subclass: #HelpBrowserB<br>    instanceVariableNames: 'bindings'<br>    classVariableNames: 'LookupPools'<br>    poolDictionaries: ''<br>    category: 'Category-Edrx'<br><br>Then if we run this with "print it",<br><br>  hb := HelpBrowserB openOn: TerseGuideHelp.<br>  hb model.<br><br>the result is "a HelpBrowser", not "a HelpBrowserB".<br><br>Is that intentional or a bug?<br><br>  Thanks in advance!<br>    Eduardo Ochs<br>    <a href="http://anggtwu.net/eev-squeak.html">http://anggtwu.net/eev-squeak.html</a><br><div><br></div></div>