Re: Child Window issues

2008-12-07 Thread Damien Cooke
Hi All I resolved this by using: [window setLevel: NSWindowLevel]; I hope this helps someone else out there. Damien On 06/12/2008, at 9:05 AM, Damien Cooke wrote: Hi all, In my application I have a main window with a few controls and 4 child windows each contain an image. When I maximise

Child Window issues

2008-12-05 Thread Damien Cooke
Hi all, In my application I have a main window with a few controls and 4 child windows each contain an image. When I maximise one of the child windows to full screen (depending on which one) one or more of the other three stay in front. This is clearly a window order issue. Is there a w