[Seaside] Programmatically Close Debug Window

Guillermo Polito guillermopolito at gmail.com
Wed Nov 2 03:03:12 UTC 2011


Hi!!

Evaluating

SystemWindow allInstances do:[ :window | window delete ]

should delete all windows...
You can filter them with #select:

SystemWindow allInstances select: [ :window | window ... ] thenDo:[ :window
| window delete ]

What I do not exactly now is how to recongnize a debugger... Maybe their
model is a Debugger instance and you can perform a #isKindOf:

Cheers!
Guille

On Tue, Nov 1, 2011 at 11:58 PM, Robert Sirois <watchlala at hotmail.com>wrote:

>  How do I programmatically close debug windows in Pharo? My image is
> littered with them hehe.
>
> RS
>
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20111102/74316d34/attachment.htm


More information about the seaside mailing list