Events [message #49284] |
Tue, 18 March 2003 06:41 |
Eclipse User |
|
|
|
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 ?
|
|
|
Powered by
FUDForum. Page generated in 0.03900 seconds