[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] ToolItem SelectionEvent

I have a toolBar with two toolItems (1 and 2), both with radio-style and 
SelectionListener(SelectionAdapter)

If I press toolItem1 the code inside the SelectionListener will be executed, 
ok.

But if I press toolItem2 the code inside toolItem1s SelectionListener will 
also be executed again.

I've tried to remove the SelectionListener of toolItem1 when the end of the 
code is reached, but without success. Nothing changes.

Thanks For Your Help.