<div dir="ltr">I see that I can remove the Taskbar with<div><br></div><div><font face="monospace">UISupervisor runningWorld hideTaskbar.<br></font></div><div><br></div><div>In the <font face="monospace">WorldMorph</font> instance method <font face="monospace">getMenu</font> I see this comment:</div><div><br></div><div>"Put up the world menu, triggered by the passed-in event.<br>    Perhaps a good place to disable it if needed (by answering nil)"<br></div><div><br></div><div>Is the recommended way to disable the World menu to just modify this method to return <font face="monospace">nil</font> or is there another way that doesn't involve modifying supplied classes?</div><div><br></div><div>Another thing that would be nice to do in images for non-developers is to find a way to catch all MessageNotUnderstood errors and display a user-friendly error message. Is there a recommended way to do that?</div><div><br></div></div>