Skip to main content



      Home
Home » Eclipse Projects » Nebula » Gallery Item event listeners
Gallery Item event listeners [message #588124] Mon, 28 January 2008 16:38
Eclipse UserFriend
hi all

I'm trying listen to "mouse down" or/and other events on Nebula GalleryItem

<snip>
GalleryItem item = new GalleryItem(group, SWT.NONE);
....
....
item.addListener(SWT.MouseDown, new Listener(){
public void handleEvent(Event event) {
// TODO Auto-generated method stub
System.out.println("event on item handled...");
}
});
</snip>

unfortunately handleEvent is never called. My GalleryItem belongs to a group
where group
is a GalleryItem belongs to a Gallery
(GalleryItem group = new GalleryItem(gallery, SWT.NONE);)

Is somenthing i'm missing here or event handling is not yet implemented ?

thank you

Stavros
Previous Topic:GridViewer and GridColumnGroup
Next Topic:Auto-resize a column?
Goto Forum:
  


Current Time: Wed Jul 09 15:07:36 EDT 2025

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

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

Back to the top