Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Technology Project and PMC » Events
Events [message #49284] Tue, 18 March 2003 11:41
Cameron Braid is currently offline Cameron BraidFriend
Messages: 12
Registered: July 2009
Junior Member
I am having problems with events in SWT.

I have a simple little flash player using an OleFrame.

I have tried adding a listener as

addListener(SWT.KeyUp, new Listener() {
public void handleEvent(Event arg0) {
System.out.println("an event");
}
});

to the following objects

* the OleFrame
* the Composite object that I give to the OleFrame constructor - in my case
a media window
* the shell.

I can get the composite event handler to work until I move the window, then
the event handling stops, and no matter how I try I cannot get it going
again.

Does anyone have any ideas ?
Previous Topic:How to change an editor content ?
Next Topic:Events
Goto Forum:
  


Current Time: Thu Apr 25 15:58:19 GMT 2024

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

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

Back to the top