Re: [Pharo-project] Capturing window events

2009-05-12 Thread Alexandre Bergel
> Morphic-Alexandre_Bergel.302 is in PharoInbox Cheers, Alexandre On 11 May 2009, at 22:24, Alexandre Bergel wrote: > Hi David and Friends, > Morphic-Alexandre_Bergel.301 in PharoInbox extends SystemWindow with > emitting announcement. The fix also contains a hierarchy of > announcements > If s

Re: [Pharo-project] Capturing window events

2009-05-11 Thread Alexandre Bergel
Hi David and Friends, Morphic-Alexandre_Bergel.301 in PharoInbox extends SystemWindow with emitting announcement. The fix also contains a hierarchy of announcements If someone would like to comment on it. Cheers, Alexandre On 11 May 2009, at 11:14, David Röthlisberger wrote: > Hi Alex, > >>

Re: [Pharo-project] Capturing window events

2009-05-11 Thread Alexandre Bergel
Ok. I will propose something in the next few days. Alexandre On 11 May 2009, at 11:14, David Röthlisberger wrote: > Hi Alex, > >> Is there an easy way to capture windows related events such as >> resizing and hiding ? > > I was seeking for the same things just last week... > For collapsing and

Re: [Pharo-project] Capturing window events

2009-05-11 Thread David Röthlisberger
Hi Alex, > Is there an easy way to capture windows related events such as > resizing and hiding ? I was seeking for the same things just last week... For collapsing and expanding using the tool buttons in the window's task bar, the methods #collapse and #expand of SystemWindow get executed.

[Pharo-project] Capturing window events

2009-05-11 Thread Alexandre Bergel
Dear All, Is there an easy way to capture windows related events such as resizing and hiding ? I do not have the feeling this is supported currently. One way to implement this I guess, is to redefine the method SystemWindow>>extent: to emit an instance of a subclass of Announcement, which