Re: UI Question: Hide application window after minimising

2009-11-23 Thread Kyle Sluder
> On 21 Nov 2009, at 10:09, Michael Davey wrote: > My application only has one window, so this dicussion is a bit moot, but I > see your point. > >> What this sounds like is that the application hides itself when one of its >> windows is miniaturized. ([NSApp hide: nil] when a window's delegate

Re: UI Question: Hide application window after minimising

2009-11-22 Thread Michael Davey
I made the same mistake again, of not posting to the list but to my respondent. Fritz, I am sorry. Just to let you know, this was exactly what I required, I managed to get it working and there was absolutely no additional code required to get it to restore! Not that I needed it, but further p

Re: UI Question: Hide application window after minimising

2009-11-20 Thread Fritz Anderson
On 20 Nov 2009, at 2:02 AM, Michael Davey wrote: > Basically, when you minimise the application, it is window goes down into the > dock as per normal, but once this has been doe it then vanishes from the > dock, and does not re-appear. Does anyone know if this is possible within > Cocoa and whi

Re: UI Question: Hide application window after minimising

2009-11-20 Thread Jason Foreman
On Nov 20, 2009, at 2:02 AM, Michael Davey wrote: > Hi there, > > This is my first post, so please be gentle ;o) > > I am writing an application using obj-c/Cocoa and I was curious about > something I have seen in another application that I would like mine to be > able to do. > > Basically,