Re: NSBox setContentView: messing with the cursor

2010-09-24 Thread Richard Somers
On Sep 23, 2010, at 10:18 PM, Richard Somers wrote: I have a NSBox in a portion of a window. The box is used to swap views into the window by setting the content view of the box. When a view is swapped in I need to set the cursor but NSBox is changing the cursor out from underneath me.

Re: NSBox setContentView: messing with the cursor

2010-09-23 Thread Quincey Morris
On Sep 23, 2010, at 21:18, Richard Somers wrote: > I have a NSBox in a portion of a window. The box is used to swap views into > the window by setting the content view of the box. > > When a view is swapped in I need to set the cursor but NSBox is changing the > cursor out from underneath me. (

Re: NSBox setContentView: messing with the cursor

2010-09-23 Thread Ken Ferry
Hi Richard, NSBox.m makes no reference to cursors. I suggest you try building a small sample project that reproduces your problem. You'll either (1) not be able to, in which case you can try to find the difference between your real project and your sample, or (2) have a test case you can ask peo

Re: NSBox setContentView: messing with the cursor

2010-09-23 Thread koko
On Sep 23, 2010, at 10:18 PM, Richard Somers wrote: I have a NSBox in a portion of a window. The box is used to swap views into the window by setting the content view of the box. When a view is swapped in I need to set the cursor but NSBox is changing the cursor out from underneath me. (Th

NSBox setContentView: messing with the cursor

2010-09-23 Thread Richard Somers
I have a NSBox in a portion of a window. The box is used to swap views into the window by setting the content view of the box. When a view is swapped in I need to set the cursor but NSBox is changing the cursor out from underneath me. (This even happens when the cursor is not inside the box