[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Suggestion: Make drag-and-drop default in NSTextView
From: |
Alexander Malmberg |
Subject: |
Re: Suggestion: Make drag-and-drop default in NSTextView |
Date: |
Sun, 11 Jul 2004 02:19:47 +0200 |
Yen-Ju Chen wrote:
> Sorry that now I realize that NSTextView does support drop by default.
> (Thanx help from Boibles@hotmail...).
> I use a custom NSTextView in Gorm.
> But I still need to register (ForDraggedTypes:) this custom NSTextView in
> order to receive drop action,
I think that's expected, at least according to the documentation. Is the
text view editable? Rich text? What types are you registering?
> which is not necessary in Cocoa.
> And the cursor does not follow the mouse when drop.
> Does it count for bug ?
Maybe, but I'm not sure what you mean. cursor==icon?
- Alexander Malmberg