Skip to main content



      Home
Home » Eclipse Projects » Technology Project and PMC » Events
Events [message #49284] Tue, 18 March 2003 06:41
Eclipse UserFriend
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: Sun Jun 22 15:16:04 EDT 2025

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

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

Back to the top