Re: NSCursor Resize Cursor
Re: NSCursor Resize Cursor
- Subject: Re: NSCursor Resize Cursor
- From: John Stiles <email@hidden>
- Date: Thu, 26 Jan 2006 16:36:11 -0800
What is wrong with this one?
http://developer.apple.com/documentation/Cocoa/Reference/
ApplicationKit/ObjC_classic/Classes/Art/leftright.gif
This is what OS X controls use (for example, when you resize a column
in a table view).
I agree with other posters--if you make your own cursor, your app is
likely to stand out, and not in a good way.
On Jan 26, 2006, at 3:13 PM, haym37 wrote:
Perhaps I was not clear. I would like the implement the cursor
which consists of two arrows, pointing in opposite directions,
which is commonly used for resizing purposes (not the resizing
arrows shown on the NSCursor page). Thanks.
On Jan 26, 2006, at 6:09 PM, Daniel Jalkut wrote:
The documentation on this is really good:
http://developer.apple.com/documentation/Cocoa/Reference/
ApplicationKit/ObjC_classic/Classes/NSCursor.html#//apple_ref/occ/
clm/NSCursor/resizeLeftRightCursor
So if you already tried:
[[NSCursor resizeLeftRightCursor] push];
and it doesn't work, then I guess you better file a bug and try
using Carbon as a workaround.
Daniel
On Jan 26, 2006, at 5:17 PM, haym37 wrote:
According to Apple's Developer site, the following are the
standard cursors: http://developer.apple.com/documentation/
UserExperience/Conceptual/OSXHIGuidelines/XHIGCursors/
chapter_15_section_2.html
However, I would like to implement the resize cursor: the one
with two arrows, one at each end. How would I implement this
specific cursor?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
sweater.com
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
40blizzard.com
This email sent to email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden