RE: [java-gnome-hackers] MouseEvent problems
Brought to you by:
afcowie
From: Jeffrey M. <Jef...@Br...> - 2002-09-03 18:04:09
|
I am currently looking at the problem you are having with ListStore, etc. After this I intend to refocus on the event propagation. There are a couple of serious bugs that exist that I hope to resolve. The problem you are experiencing with the Mouse events are an example of one of the problems. -Jeff > Jeff- > Are you currently working on the Widget event handling, or do you know > of existing problems? > > I've been having problems trying to use the MouseListener > (for the leave > and enter events). > When running, the program does not produce any error output - > sometimes > it just freezes. > jdb picks up the following: > Exception occurred: java.lang.NullPointerException (uncaught) > thread="main", org.gnu.gtk.Widget.handleMouseEnter(), line=806, bci=1 > > This is also happening for key presses, which I hadn't set a listener > for. > Exception occurred: java.lang.NullPointerException (uncaught) > thread="main", org.gnu.gtk.Widget.handleKeyPressed(), line=721, bci=1 > > -- > > +----------------------------------------------+ > | Mark Howard cam.ac.uk mh344@ | > | http://www.tildemh.com tildemh.com mh@ | > +----------------------------------------------+ > |