[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: SWT Text widget does not throw modify event on drop of text

Did you make the Text widget drop target? The only case I've seen this happen is if a native DND handler occurs for the text widget. It modifies the text without triggering any modify events.

Duong

Jacob Fisher wrote:

So something unexpected happened and I am left wondering why and how to fix it.

In OSX 10.5.3 Eclipse 3.3.2 I mouse drag from a custom drag source to a text widget with a verify listener on it. The text appears in the widget but throws no modify or verify events so I can't catch the event and add it tot he undo stack etc?

Did I do something wrong? Is there something I can do to force detect the event? What is going on that I am missing etc.

Thanks for any help you can provide

~jake