Re: app/window deactivation handling

2008-03-18 Thread G Hasse
On Wed, Mar 12, 2008 at 03:37:23PM -0700, Steve Splonskowski wrote: > Sorry for the loose terminology (thankfully I am not from the Windows > world!). > > I mean when the application looses focus (and is still running). Then there is no problem at all. When a Window lose focus you just register

Re: app/window deactivation handling

2008-03-18 Thread G Hasse
On Wed, Mar 12, 2008 at 03:20:15PM -0700, Steve Splonskowski wrote: > Hello, > > In an app we are working on we have some things that need to be done > when the app (or window since we only have one main window) is > deactivated. That is when the use switches to another application we > want

Re: app/window deactivation handling

2008-03-12 Thread Eduardo M KALINOWSKI
Steve Splonskowski wrote: > Hello, > > In an app we are working on we have some things that need to be done > when the app (or window since we only have one main window) is > deactivated. That is when the use switches to another application we > want to get control to clean somethings up befo

Re: app/window deactivation handling

2008-03-12 Thread Steve Splonskowski
Sorry for the loose terminology (thankfully I am not from the Windows world!). I mean when the application looses focus (and is still running). steve On Mar 12, 2008, at 3:35 PM, G Hasse wrote: > On Wed, Mar 12, 2008 at 03:20:15PM -0700, Steve Splonskowski wrote: >> Hello, >> >> In an app

app/window deactivation handling

2008-03-12 Thread Steve Splonskowski
Hello, In an app we are working on we have some things that need to be done when the app (or window since we only have one main window) is deactivated. That is when the use switches to another application we want to get control to clean somethings up before being deactivated. Any pointers o