[squeak-dev] Dropping a morph gives me a funny menu

H. Hirzel hannes.hirzel at gmail.com
Sat Mar 25 07:44:28 UTC 2017


On 3/24/17, H. Hirzel <hannes.hirzel at gmail.com> wrote:
> On 3/24/17, Edgar De Cleene <edgardec2005 at gmail.com> wrote:
>> Is a very old, maybe from 4.1 and still in the .image.
>> The first time I see this also ask, maybe looking in the archives some
>> response could help.
>
> Let Smalltalk tell you what the problem is :-)
>
>     ExternalDropHandler lookupExternalDropHandler: anItem
>
> brings up the 'Choose' dialog box Chris posted ....
>

     #lookupExternalDropHandler:

calls

     #lookupServiceBasedHandler:


which calls

     #itemsForFile:


which answers a list of services.

     services explore

is attached.


--HH

>
>
>>> On Mar 23, 2017, at 21:26, Chris Cunningham <cunningham.cb at gmail.com>
>>> wrote:
>>>
>>> In a fully up to date trunk image (windows/64bit, but I don't think that
>>> matters), if I drop a *.morph on the desktop, i get this funny dialog:
>>> <image.png>
>>>
>>> The funny part is that it has 2 options for "load as morph".  One should
>>> be sufficient.
>>>
>>> -cbc
>>>
>>
>>
>>
>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: registeredFileReaderClasses_Screenshot_2017-03-25.png
Type: image/png
Size: 181956 bytes
Desc: not available
URL: <http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20170325/4e38e893/attachment-0001.png>


More information about the Squeak-dev mailing list