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:c...@me.com] 
Sent: 19 April 2012 8:32 AM
To: Sanjay Arora
Cc: cocoa-dev@lists.apple.com
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 <saar...@quark.com> 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 (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:
> https://lists.apple.com/mailman/options/cocoa-dev/cmh%40me.com
> 
> This email sent to c...@me.com

_______________________________________________

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to