OCompletion remnants

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

OCompletion remnants

Paul DeBruicker
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?


Thanks

Paul
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: OCompletion remnants

Michael Ross-1
In a morph's  halo menu
        http://wiki.squeak.org/squeak/3546
there's a button in the upper left, shaped like an 'x',
that will trash the morph.

you should get the halo menu with a 'blue-click'.
It sounds like blue-click would be assigned the middle button
in your ubuntu mouse settings.

-Michael

Paul DeBruicker wrote
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?


Thanks

Paul
_______________________________________________
Beginners mailing list
Beginners@lists.squeakfoundation.org
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: OCompletion remnants

cedreek
In reply to this post by Paul DeBruicker
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,


>
>
> Thanks
>
> Paul
> _______________________________________________
> Beginners mailing list
> [hidden email]
> http://lists.squeakfoundation.org/mailman/listinfo/beginners
>



--
Cédrick
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners