• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Drag and Drop it on my head...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Drag and Drop it on my head...


  • Subject: Re: Drag and Drop it on my head...
  • From: Jerry LeVan <email@hidden>
  • Date: Wed, 20 Nov 2002 18:31:33 -0500

Ondra,

Adding: the method call [[self window] endEditingFor:self]; in the
draggingEntered method seems to do the trick :) (Self is the instance of
the subclassed textField under consideration.)

Thanks for the tip.

--Jerry
>
> On Wednesday, Nov 20, 2002, at 21:01 Europe/Prague, Jerry LeVan wrote:
>
>> This afternoon I tried sub classing NSTextField and simply added the
>> drag
>> and drop stuff to the implementation. I registered for the filenames
>> pasteboard in the awakeFromNib method for the new subclass.
>>
>> Regrettably I still see the same behavior. If the text field is active
>
>> then
>> the drop fails, more precisely, as I drag the file icon to the
>> textfield
>> when I hit the border of the textfield I get the dragging entered
>> message
>> but as soon as I enter the textfield I get the dragging exited
>> message...
>>
>> If the field is not active, then the drop succeeds.
>
> That's since a text field (or cell or whatever editable text) is
> active, it ceases to be a text field (or...), and immediately becomes
> an NSTextView. See the field editor stuff in NSWindow (and elsewhere).
> ---
> Ondra Cada
> OCSoftware: email@hidden http://www.ocs.cz
> private email@hidden http://www.ocs.cz/oc
_______________________________________________
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.

References: 
 >Re: Drag and Drop it on my head... (From: Ondra Cada <email@hidden>)

  • Prev by Date: Re: Close button on Single Window Utilities
  • Next by Date: Re: Exclusive File Access
  • Previous by thread: Re: Drag and Drop it on my head...
  • Next by thread: Setting the Format for Dates
  • Index(es):
    • Date
    • Thread