I am creating the NSWindow programmatically, and does not have a NSWindowController. I want to associate some model with the window. I am not using NSDocument. In Carbon, SetWindowProperty allowed me to set the model with the window. But I don't find anything in Cocoa.
May be the controller which is used to create the window could be associated with the NSWindow. How? Regards Sanjay -----Original Message----- From: Chris Hanson [mailto:[email protected]] Sent: 19 April 2012 8:32 AM To: Sanjay Arora Cc: [email protected] Subject: Re: Cocoa equivalent for SetWindowProperty in Carbon What end goal do you want to accomplish with an equivalent to SetWindowProperty? There isn't necessarily a 1:1 correspondence between API in different frameworks; describing your desired goal is more likely to lead to a solution. -- Chris On Apr 17, 2012, at 11:53 PM, Sanjay Arora <[email protected]> wrote: > Hi I am a newbie on Cocoa application development and could not find any > method in NSWindow which does the same job as SetWindowProperty used to > do in Carbon, > > Could some one point me to right direction. > > Thanks > Sanjay > > _______________________________________________ > > Cocoa-dev mailing list ([email protected]) > > 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: > https://lists.apple.com/mailman/options/cocoa-dev/cmh%40me.com > > This email sent to [email protected] _______________________________________________ Cocoa-dev mailing list ([email protected]) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
