<div dir="ltr"><div dir="ltr">Hi all,<br>after spending some time in the debugger I found that what I needed<br>was just this...<br><br>  HelpBrowserB class >> defaultHelpBrowser<br>    ^ HelpBrowserB.<br><br>Sorry for the noise!<br>  Cheers,<br>    Eduardo...<br></div><div><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, 28 Feb 2023 at 22:29, Eduardo Ochs <<a href="mailto:eduardoochs@gmail.com">eduardoochs@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><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" target="_blank">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" target="_blank">http://anggtwu.net/eev-squeak.html</a><br><div><br></div></div>
</blockquote></div></div>