<div dir="ltr">Very nice! And agreed on the file services. Wonder how CornerGripMorph got in there?<div><br></div><div>- Bert -</div><div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 30, 2017 at 1:23 PM, H. Hirzel <span dir="ltr"><<a href="mailto:hannes.hirzel@gmail.com" target="_blank">hannes.hirzel@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello<br>
<br>
This is a follow up post on the thread<br>
    <a href="http://forum.world.st/Dropping-a-morph-gives-me-a-funny-menu-td4939787.html" rel="noreferrer" target="_blank">http://forum.world.st/<wbr>Dropping-a-morph-gives-me-a-<wbr>funny-menu-td4939787.html</a><br>
<br>
You need to do<br>
    FileServices   unregisterFileReader: CornerGripMorph<br>
<br>
to get only one 'Load as morph' button when you drop a *.morph file<br>
onto a desktop.<br>
<br>
You then may verify this with the following test:<br>
<br>
The attached morph BackToTheFuture.morph was exported from a Squeak<br>
2.5 image (Aug 1999, see attachment and [1])  and then dropped into a<br>
recent Squeak6.0a image (attachment).<br>
<br>
Besides a font problem which mostly causes trouble on page 3 it works well!<br>
<br>
Regards<br>
<br>
--Hannes<br>
<br>
<br>
[1] The export in the Squeak 2.5 image was done as follows<br>
<br>
1. Bring up the 'World' menu in the 'Play with me - 4' window.<br>
2. Choose 'debug'<br>
3. Choose 'explore world'<br>
4. Click on the 'BookMorph' in the 'submorphs' collection<br>
5. Choose 'Inspect'<br>
6. Evaluate<br>
       self saveOnFile<br>
<br>
Morph saveOnFile uses a SmartRefStream<br>
<a href="http://wiki.squeak.org/squeak/614" rel="noreferrer" target="_blank">http://wiki.squeak.org/squeak/<wbr>614</a><br>
<br>
<br>
P.S.<br>
<br>
      FileServices   unregisterFileReader: CornerGripMorph<br>
<br>
has not been commited to trunk yet. Probably good to do a comment on<br>
FileServices as the same time<br>
<br>
Current comment:<br>
<br>
A FileServices is xxxxxxxxx.<br>
<br>
Instance Variables<br>
<br><br>
<br></blockquote></div><br></div></div></div>