Is there any corresponding function call for ::SetParent(in Windows) in Cocoa? Basically I have a parent application from which I have to launch another application. I want the child application to open as modal within the parent application and not as a separate application. I have the window handles of both applications. I tried using [NSWindow setParentWindow] but this was not working for me.
Is there any possible solution? -- Gaurav Srivastava _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com