Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Nebula » Grid: GridColumn SelectionListener(Adding of SelectionListener successful but not able to catch any event)
icon9.gif  Grid: GridColumn SelectionListener [message #555749] Sat, 28 August 2010 08:21
Anton Mising name is currently offline Anton Mising nameFriend
Messages: 7
Registered: August 2010
Junior Member
Hello,

Does anybody experienced the problem of adding a SelectionListener to a GridColumn and not able to catch any events?

gridColumn.addSelectionListener(new SelectionAdapter() {
					
					@Override
					public void widgetSelected(SelectionEvent e) {
						System.out.println("this text is never printed");
					}
					
				});


I'm pretty sure the listener is successfully added to the gridColumn, because

gridColumn.isListening(SWT.Selection);
returns 'true'

So, does anyone know a solution to this?

Best regards
Anton
Previous Topic:Grid: ToolTip and image in ColumnHeader
Next Topic:Grid: GridColumn SelectionListener
Goto Forum:
  


Current Time: Fri Apr 19 12:08:58 GMT 2024

Powered by FUDForum. Page generated in 0.02140 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top