Re: clip cursor in NSView

2009-01-17 Thread Sean McBride
Gami Ravi (ravi.g...@einfochips.com) on 2009-01-17 12:37 AM said: >NSTrackingArea class is only for Mac OS 10.5 and later. >What if i want to achieve same functionality in Mac OS 10.4? >Please suggest. In addition to what Scott said, you can open Xcode, go to the Help menu, choose Documentation,

Re: clip cursor in NSView

2009-01-16 Thread Scott Anguish
On 17-Jan-09, at 12:37 AM, Gami Ravi wrote: Hi Sean, I am sorry for mistake. Thanks for your valuable input. NSTrackingArea class is only for Mac OS 10.5 and later. What if i want to achieve same functionality in Mac OS 10.4? Have a look at the View Programming Guide for Cocoa documentatio

Re: clip cursor in NSView

2009-01-16 Thread Gami Ravi
t; To: "Gami Ravi" ; Sent: Saturday, January 17, 2009 10:33 AM Subject: Re: clip cursor in NSView Gami Ravi (ravi.g...@einfochips.com) on 2009-01-17 11:54 PM said: I want to clip cursor in particular rectangle. Ultimately i am looking for same function as ClipCursor on Windows OS.

Re: clip cursor in NSView

2009-01-16 Thread Rob Keniger
On 17/01/2009, at 2:54 PM, Gami Ravi wrote: I want to clip cursor in particular rectangle. Ultimately i am looking for same function as ClipCursor on Windows OS. How can i achieve same functionality in MAC? Please don't try. This is what MS says about ClipCursor: "The ClipCursor function

Re: clip cursor in NSView

2009-01-16 Thread Sean McBride
Gami Ravi (ravi.g...@einfochips.com) on 2009-01-17 11:54 PM said: >I want to clip cursor in particular rectangle. Ultimately i am looking >for same function as ClipCursor on Windows OS. > >How can i achieve same functionality in MAC? > >Any help would be appreciated. What does ClipCursor do? (Yo

clip cursor in NSView

2009-01-16 Thread Gami Ravi
Hi All, I want to clip cursor in particular rectangle. Ultimately i am looking for same function as ClipCursor on Windows OS. How can i achieve same functionality in MAC? Any help would be appreciated. Thanks & Regards, Ravi Gami. -- _