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.
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. (
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
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
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