2009/8/2 Paul DeBruicker <
[hidden email]>:
> Hi -
>
>
> I am using Pharo 10388 on Ubuntu 64bit. Through some errant clicking
> while OCompletion was auto-completing I have 9 stranded auto-complete
> drop down menu instances in my image. They're not impacting
> functionality at all but I cannot close them. When I right click on
> them, an OXMenu pops up but it doesn't have a close or delete
> function. How can I close them?
in the inspector you can evaluate self delete
or in a workspace, I think this should work:
OXMenuMorph allInstances do: [:ea | ea delete ]
hth,
--
Cédrick
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners