[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform.swt] Re: Dialog disposal

Under the covers there is a widget. open() opens a Shell widget containing the contents of the dialog.

Mark Rogalski wrote:
Can anyone explain why the open() method on Dialogs may return an ERROR_WIDGET_DISPOSED exception?
A Dialog is not a widget and does not have a dispose() method.

Thanks,
     Mark



-- Thanks, Rich Kulp