Skip navigation.
 
mlRe: drag source help
FROM : I. Savant
DATE : Sat Jul 08 17:18:45 2006

Ender:

  If someone has an answer for you, they'll respond. You've posted 
the same message at least three other times by my count, which is 
poor list etiquette. Post once, then wait patiently for an answer - 
constantly re-posting the same message will almost guarantee your 
message to be ignored.

  In the meantime, you might find an answer by searching this list's 
archives, google, and even cocoadev.com for your problem.

--
I.S.


On Jul 7, 2006, at 8:36 PM, Ender Wiggins wrote:

> Hi all,
>
> I have an NSView->NSTabView->NSMatrix->NSImageCell which will all be
> placed in a drawer of my application. I'm trying to make the icons
> inside the NSImageCell's a drag source. My drag destation works
> because I can drag images into it, but my source doesn't.
>
> I have a view instance in my NIB window and it's custom class is set
> to the class "MyView" which I subclassed from NSMatrix and where I
> included the informal drag source protocol including the mouseDown:
> method. Also, this class contains an outlet for each NSImageCell which
> is connected in IB.
>
> My problem is that I can't get the mouseDown: method to get called
> when I click on the icon in my palette (a cell in NSMatrix).
>
> Anyone have ideas what might be going on here? Any help much 
> appreciated.
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Cocoa-dev mailing list      (<email_removed>)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/cocoa-dev/idiotsavant2005%
> 40gmail.com
>
> This email sent to <email_removed>

Related mailsAuthorDate
mldrag source help Ender Wiggins Jul 8, 02:36
mlRe: drag source help I. Savant Jul 8, 17:18