forcing window closing

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

forcing window closing

raffaello.giulietti
Hi,

after 3 minutes working, I'm in a situation where a System Browser
window cannot be closed. While the button is there, with tool tip and
visual feedback, clicking it simply does nothing. Minimization and
maximization still work.

Is there a way to force a close?


Reply | Threaded
Open this post in threaded view
|

Re: forcing window closing

Denis Kudriashov
Try open inspector on it (by halo menu alt+shift+click on Mac). And then you can evaluate:

self delete.

orĀ 

World removeMorph: self

2017-02-22 14:12 GMT+01:00 Raffaello Giulietti <[hidden email]>:
Hi,

after 3 minutes working, I'm in a situation where a System Browser window cannot be closed. While the button is there, with tool tip and visual feedback, clicking it simply does nothing. Minimization and maximization still work.

Is there a way to force a close?



Reply | Threaded
Open this post in threaded view
|

Re: forcing window closing

raffaello.giulietti
Thanks



On 2017-02-22 14:19, Denis Kudriashov wrote:

> Try open inspector on it (by halo menu alt+shift+click on Mac). And then
> you can evaluate:
>
>     self delete.
>
>
> or
>
>     World removeMorph: self
>
>
> 2017-02-22 14:12 GMT+01:00 Raffaello Giulietti
> <[hidden email] <mailto:[hidden email]>>:
>
>     Hi,
>
>     after 3 minutes working, I'm in a situation where a System Browser
>     window cannot be closed. While the button is there, with tool tip
>     and visual feedback, clicking it simply does nothing. Minimization
>     and maximization still work.
>
>     Is there a way to force a close?
>
>
>