<div dir="ltr"><div>In Squeak 5.3, the following statement:</div><div><br></div><div> (ScriptingSystem formAtKey: #PrevPage) asMorph openInHand. <br></div><div><br></div><div>Produces the old etoys #Cat image, as seen in the screenshot on top of the Workspace.</div><div><br></div><div>Apparently ScriptingSystem class>>formAtKey: does this when the symbol isn't in the class's FormDictionary, I'm a little lost as to where this is initialized, but it may be loading graphics from an old Etoys file that is perhaps garbled or missing? Or perhaps the icons have just not been initialized properly.</div><div><br></div><div>Aside from this, I was thinking of making simple new 48x48 icons for the buttons that currently use text labels (i.e. "<<, <, ., >, >>, o") as when the more complex controls of the BookMorph are displayed. </div><div><br></div><div>I would greatly appreciate any help you could offer in terms of: 1. fixing the existing simple-controls button icons that display a cat instead, and/or 2. guidance on the best place to install a few new icons in a way that won't conflict with anything else. </div><div><br></div><div>So, how do you feel about my giving BookMorph some attention and perhaps proposing a patch or two? Are there any existing issues/thoughts about BookMorph that I might be able to address as well? </div></div>