Automatically activate next window after one is closed
Automatically activate next window after one is closed
- Subject: Automatically activate next window after one is closed
- From: Felipe Monteiro de Carvalho <email@hidden>
- Date: Sat, 15 Aug 2015 08:32:51 +0200
Hello,
I have a nib-less Cocoa application which creates 2 forms, and 1 of
them is visible. Upon clicking a button in this form, it shows another
form.
When I close this form, the other form is not activated automatically,
causing the menu to not change.
Any ideas about what exactly I am missing to get this automatically?
In Carbon I had no such issue.
I can post code snippets, but my code is fairly complicated since its
actually a large cross-platform framework for writting apps...
I create the windows with
NSWindow.alloc.initWithContentRect_styleMask_backing_defer
(actually a NSWindow descendent)
thanks,
--
Felipe Monteiro de Carvalho
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden