Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] How to remove paintlistener after 1st notification


Hi,

(Note that swt usage questions like this should be asked on the swt forum/newsgroup, not on this dev list, so if you have any follow-up to this question please post it at http://www.eclipse.org/forums/index.php?t=thread&frm_id=100 ).

removePaintListener() should be all you need.  Is your Listener possibly being added more times than it's being removed?  Or is the identity of the Listener you're removing not identical to the one that was added?

Grant

Back to the top