Re: [Q] NSObject's poseAsClass - Replacement?
Re: [Q] NSObject's poseAsClass - Replacement?
- Subject: Re: [Q] NSObject's poseAsClass - Replacement?
- From: email@hidden
- Date: Fri, 6 Mar 2009 10:20:28 +0100
On 5 Mar 2009, at 21:00, Eric Gorr wrote:
I have a need to use poseAsClass, but I see that it has been
deprecated
in 10.5 and won't be available for 64-bit applications.
and then you said:
I am working on a Carbon -> Cocoa conversion. In the carbon part,
the cursor is being set to a 64x64 cursor constantly - via NSCursor
set. The problem comes when I move the cursor over a cocoa view
which I believe, by default, changing the cursor to what it wants -
which I believe is a 32x32 cursor.
Well, if you are worried about 64-bit then your Carbon UI code won't
work anyway so you'd have to be all Cocoa, at which point the normal
NSCursor handling should suffice. The fact that it is deprecated in
10.5 is just a heads-up to not use it if possible, but if you still do
need to use it in your Carbon-Cocoa hybrid, then use it. I imagine
that 32-built Carbon UI will disappear from the OS before 32-bit Cocoa
support.
Matt
_______________________________________________
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