Hi Stefan,

  I wasn't complaining,  just trying for sympathy.  Apparently, it worked.
:-)

  I did find something of interest this weekend.  If you recall we have an
issue with keyboard shortcuts in OJ.  In particular, the arrow keys are both
panning the view and backing up the cursor when editing a layer name.  This
is because Jon defined two different key listener interfaces.  One sends
keys to the frame, and the other (WorkbenchFrame#addEasyKeyListener) sends
them to child components.  It sounds like we should be using the second one,
but Jon made a comment that it had a bug that could possibly result in
multiple invocations.  That is probably discouraging the use of the proper
interface. Indeed in MultiClickTool#activate, I see that I have fixed such a
bug with the use of the backspace key in digitizing tools.  So hopefully, I
can find a way to do something similar with the zoom tool arrow key
shortcuts.

Larry

On Tue, Jan 20, 2009 at 10:56 AM, Stefan Steiniger <sst...@geo.uzh.ch>wrote:

>
>
> Larry Becker wrote:
> > You drive a hard bargain.  I can't speak for everyone else, but I have
> > too much on my plate already, since I didn't manage to get the new
> > toolbox working this weekend. :-(
>
> well Larry,
> there is no need to do it within the next days (except for ISA).
> So if you find time you find it, if not - then we will have it later.
> Otherwise I would feel bad...
>
> we are all volunteers - and this something I enjoy on this project and
> we are all equal
>
> thank you
> stefan
>
>
> ------------------------------------------------------------------------------
> This SF.net email is sponsored by:
> SourcForge Community
> SourceForge wants to tell your story.
> http://p.sf.net/sfu/sf-spreadtheword
> _______________________________________________
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>



-- 
http://amusingprogrammer.blogspot.com/
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to