Re: [JPP-Devel] Bugfix from SkyJUMP

2007-03-17 Thread Stefan Steiniger
Hei Guys, i fixed it and recognized that I missed to call super.deactivate# in ScaleSelectedItemsTool.java (if you use that in skyjump) thank you, its so good to have your contributions to OJ and JUMP Stefan Robert F. Littlefield schrieb: > Stefan: > > Look at the QuasimodeTool. The problem

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 cre

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 Larry Becker
Stefan, Yes, the bug you described is fixed. It was reported by one of our users who said that after a long session it could take half a minute to stop cycling through cursors. I couldn't find a reference to the bug, so I'll wait for Bob to explain how he fixed it. regards, Larry On 3/16/07