Re: mouse handling issue in GarageBand/Logic
Re: mouse handling issue in GarageBand/Logic
- Subject: Re: mouse handling issue in GarageBand/Logic
- From: tahome izwah <email@hidden>
- Date: Thu, 25 Nov 2010 11:15:50 +0100
Just replace NSView by NSControl in your subclass implementation to
see if that does the trick. Make sure you check out the documentation
on NSControl so you're not missing things that you might want to have
(like +cellClass: etc).
--th
2010/11/25 Artemiy Pavlov <email@hidden>:
> Thanks for the reply!
>
> Yes, I am doing this directly in my view, guess that's the issue. I am
> drawing stuff in it's drawRect method and have the mouse event handlers
> directly in the @implementation.
>
> But how do I go about using the NSControl layer on top of my view? I would
> appreciate your help.
>
>
> Artemiy.
>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Coreaudio-api mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden