[Newbies] OCompletion remnants

Cédrick Béler cdrick65 at gmail.com
Mon Aug 3 22:06:26 UTC 2009


2009/8/2 Paul DeBruicker <pdebruic at gmail.com>:
> 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,


>
>
> Thanks
>
> Paul
> _______________________________________________
> Beginners mailing list
> Beginners at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/mailman/listinfo/beginners
>



-- 
Cédrick


More information about the Beginners mailing list