[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.rcp] Re: DisposeListener vs dispose()

I'd suggest an experiment. Create a shell and set a layout, create a container and set a layout, and then pass that in to a stripped down createPartControl() method ... add your canvas and your custom control.

Then dispose() the container ... add a breakpoint in your custom control dispose().

If it's not called in that scenario, then you probably need to ask your question in eclipse.platform.swt

Later,
PW