Re: Prevent ComboBox from dragging
Re: Prevent ComboBox from dragging
- Subject: Re: Prevent ComboBox from dragging
- From: Jeff LaMarche <email@hidden>
- Date: Thu, 5 Feb 2004 11:25:20 -0500
You need to override draggingSourceOperationMaskForLocal and return the
value NSDragOperationNone
On Feb 5, 2004, at 11:07 AM, David Dauer wrote:
Hello,
What do I have to overwrite in my subclass that NSComboBox does not
drag
it's selected Text to NSStringPboard?
I can't get this work here.. Thanks for any hint
David
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.