[JPP-Devel] Bugfix from SkyJUMP

2007-03-16 Thread Stefan Steiniger
Hei Larry and Bob, when i installed SkyJUMP i have seen, that you fixed a bug - described somehow as delay for the use of a cursortool. Now I do assume, that you mean the bug, which causes a flickering of the mouse pointer if several tools have been selected before. I tried to find out why the

Re: [JPP-Devel] Bugfix from SkyJUMP

2007-03-16 Thread Robert F. Littlefield
Stefan: Look at the QuasimodeTool. The problem is that the JUMP code adds a window listener every time a tool is activated, but never removes them. If you compare SkyJUMP with JUMP you will see that we create a window listener and then remove it in the deactivate() method. This parallels the use

Re: [JPP-Devel] Bugfix from SkyJUMP

2007-03-16 Thread Stefan Steiniger
cool, i will check this. thx a lot Bob stefan Robert F. Littlefield schrieb: Stefan: Look at the QuasimodeTool. The problem is that the JUMP code adds a window listener every time a tool is activated, but never removes them. If you compare SkyJUMP with JUMP you will see that we create