Re: [JPP-Devel] To Sunburned Surveyor - Help files
--- Sunburned Surveyor <[EMAIL PROTECTED]> ha scritto: You donnoe European! I'm planning to translate OJ in Neapoletan Language (language from Neaples-Italy) > I don't think many of our sophisticated European > users would approve > of such a thing. :] > > SS > > On 8/29/07, Giuseppe Aruta <[EMAIL PROTECTED]> > wrote: > > > > --- Sunburned Surveyor > <[EMAIL PROTECTED]> > > ha scritto: > > > > > Peppe, > > > > > > I am adding this to my task list. I'll put away > the > > > hillbilly > > > dictionary for these edits. :] > > > > > > SS > > > > Or may be HIllbilly can be put as an extra > language > > in Internationalization :-) > > > > Peppe > > > > > > ___ > > L'email della prossima generazione? Puoi averla > con la nuova Yahoo! Mail: > http://it.docs.yahoo.com/nowyoucan.html > > > > > - > > This SF.net email is sponsored by: Splunk Inc. > > Still grepping through log files to find problems? > Stop. > > Now Search log events and configuration files > using AJAX and a browser. > > Download your FREE copy of Splunk now >> > http://get.splunk.com/ > > ___ > > Jump-pilot-devel mailing list > > Jump-pilot-devel@lists.sourceforge.net > > > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel > > > > - > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? > Stop. > Now Search log events and configuration files using > AJAX and a browser. > Download your FREE copy of Splunk now >> > http://get.splunk.com/ > ___ > Jump-pilot-devel mailing list > Jump-pilot-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel > ___ L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: http://it.docs.yahoo.com/nowyoucan.html - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ ___ Jump-pilot-devel mailing list Jump-pilot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
Re: [JPP-Devel] About on line help and OJ NB improvemets
Hi SS, HI Stefan, I decided to add the description of OJ NB improvements in the on-line List of functions. I add as a green text to distinguish from the OJ 1.2D description. This will help to upgrade the help by the time that Oj 1.2 -> OJ1.3 Peppe --- Sunburned Surveyor <[EMAIL PROTECTED]> ha scritto: > Peppe, > > I am also trying to maintain a list of the new > features that need to > be documented and their status: > > http://thejumppilotproject.pbwiki.com/New+Features+Documentation > > Maybe this will help? > > SS > > On 9/1/07, Giuseppe Aruta <[EMAIL PROTECTED]> > wrote: > > > > --- Stefan Steiniger <[EMAIL PROTECTED]> ha > scritto: > > > > > I added the link now right behind the link for > the > > > nightly built in brackets > > > > > > stefan > > > > > > > Good position! Stefan > > > > Peppe > > > > > > ___ > > L'email della prossima generazione? Puoi averla > con la nuova Yahoo! Mail: > http://it.docs.yahoo.com/nowyoucan.html > > > > > - > > This SF.net email is sponsored by: Splunk Inc. > > Still grepping through log files to find problems? > Stop. > > Now Search log events and configuration files > using AJAX and a browser. > > Download your FREE copy of Splunk now >> > http://get.splunk.com/ > > ___ > > Jump-pilot-devel mailing list > > Jump-pilot-devel@lists.sourceforge.net > > > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel > > > > - > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? > Stop. > Now Search log events and configuration files using > AJAX and a browser. > Download your FREE copy of Splunk now >> > http://get.splunk.com/ > ___ > Jump-pilot-devel mailing list > Jump-pilot-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel > ___ L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: http://it.docs.yahoo.com/nowyoucan.html - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ ___ Jump-pilot-devel mailing list Jump-pilot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
Re: [JPP-Devel] Vista Look and Feel
It is probably a JUMP problem due to the custom list cell rendering. It probably won't get fixed until one of us developers gets a Vista system. Larry On 9/1/07, Sunburned Surveyor <[EMAIL PROTECTED]> wrote: > Sounds like this is a Java problem and not an OpenJUMP problem. Should > we add something to the wiki to let OpenJUMP users on Vista know about > it? > > The Sunburned Surveyor > > On 8/27/07, Uwe Dalluege <[EMAIL PROTECTED]> wrote: > > Hi Larry, > > > > the error is not fixed! > > There is still no text in the ComboBoxes > > with original Vista LookAndFeel. > > > > Regards, > > > > Uwe > > > > > > Larry Becker schrieb: > > > OK, I have done some preliminary analysis and need to report it in > > > case someone else is working this problem too. > > > > > > First the problem apparently applies only to a LayerComboBox which is > > > different from a regular ComboBox in that it has a LayerNameRenderer. > > > In LayerNameRender.java, Jon makes one of his famous comments: > > >* Workaround for bug 4238829 in the Java bug database: "JComboBox > > >* containing JPanel fails to display selected item at creation > > > time" > > > which is similar (but not identical) to the problem we are having now. > > > > > > Bug 4238829 is discussed at: > > > http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4238829 and has > > > been fixed since Java 1.4(merlin-beta). The workaround was a > > > setBounds() and Validate() which I am guessing is now causing problems > > > with Vista. > > > > > > I have commented out this workaround and the dialogs still function on > > > XP so I will wait until tomorrow to see if either Barbara or Uwe > > > reports that it is fixed (or not). > > > > > > regards, > > > Larry Becker > > > > > > > > > On 8/23/07, Uwe Dalluege <[EMAIL PROTECTED]> wrote: > > > > > >> Hi Barbara, > > >> > > >> yes, that is exactly what I mean! > > >> I work with JRE 1.6_01. > > >> > > >> You can avoid this behavior if you use the MetalLookAndFeel! > > >> Use the following option in the openjump.bat file: > > >> > > >> start javaw -Dswing.defaultlaf=javax.swing.plaf.metal.MetalLookAndFeel > > >> > > >> Regards, > > >> > > >> Uwe > > >> > > >> Barbara Zack schrieb: > > >> > > >>> Uwe, > > >>> > > >>> Sorry, I misunderstood the problem the first time. Now I think I see > > >>> what you mean. If I select: > > >>> Tools>Queries>Spatial Query and then select a layer from the Source > > >>> Layer combo box, my choice doesn't display. However, as soon as I > > >>> click on another combo box, or on the OK or Cancel buttons, my choice > > >>> displays. I see the same behavior in both SkyJUMP and OJ 1.2. > > >>> > > >>> Barbara > > >>> > > >>> Uwe Dalluege wrote: > > >>> > > Hi, > > > > under Windows Vista I have view-problems with some > > combo-boxes! > > > > For example: > > > > 1. Tools>Generate>Buffer... > > 2. The text of the Layer-ComboBox is not visible! > > > > Also with all Query-tools! > > > > Regards, > > > > Uwe > > > > - > > > > This SF.net email is sponsored by: Splunk Inc. > > Still grepping through log files to find problems? Stop. > > Now Search log events and configuration files using AJAX and a browser. > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > ___ > > Jump-pilot-devel mailing list > > Jump-pilot-devel@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel > > > > > > > > > > > > > > > > > > > > > - > > This SF.net email is sponsored by: Splunk Inc. > > Still grepping through log files to find problems? Stop. > > Now Search log events and configuration files using AJAX and a browser. > > Download your FREE copy of Splunk now >> http://get.splunk.com/ > > ___ > > Jump-pilot-devel mailing list > > Jump-pilot-devel@lists.sourceforge.net > > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel > > > > - > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > ___ > 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: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log ev
Re: [JPP-Devel] @ Larry .. a question!
Hi Larry, there are some very nice and useful icons on SkyJUMP, like "remove layers". Do you think to port them in OJ? Peppe ___ L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: http://it.docs.yahoo.com/nowyoucan.html - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ ___ Jump-pilot-devel mailing list Jump-pilot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
[JPP-Devel] Who takes care of OJ Italian translation?
Hi, I want to start to translate OJ in Italian, I saw on wiki that Italian is "in progress". Who start to do it? Peppe ___ L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: http://it.docs.yahoo.com/nowyoucan.html - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ ___ Jump-pilot-devel mailing list Jump-pilot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
Re: [JPP-Devel] @ Larry .. a question!
Hi Peppe, I was just waiting for someone to ask! I'll be glad to. Are there any icons that you didn't find particularly helpful? I thought that perhaps I might have gotten a little over enthusiastic and ended up with icon clutter on the Layer Name right click menu. Larry On 9/2/07, Giuseppe Aruta <[EMAIL PROTECTED]> wrote: > Hi Larry, > there are some very nice and useful icons on SkyJUMP, > like "remove layers". Do you think to port them in OJ? > > Peppe > > > ___ > L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: > http://it.docs.yahoo.com/nowyoucan.html > > - > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > ___ > 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: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ ___ Jump-pilot-devel mailing list Jump-pilot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
Re: [JPP-Devel] About embedded help
--- Sunburned Surveyor <[EMAIL PROTECTED]> ha scritto: > I have thought about this question of integrating > help into OpenJUMP > quite a bit. > > Here are some of my thoughts, if anyone is > interested: > > [1] We could use the JavaHelp system. It seems > fairly comprehensive, > is being developed and maintained by Sun > Microsystems, and offers a > help system most users are familiar with. > > [2] We could simply open a PDF file as Peppe > suggested. The only > problem with this route is that the user will have > to have a PDF > reader installed and OpenJUMP will need to be able > to find it. > > [3] I have considered putting together a simple help > viewer for > OpenJUMP. This help viewer displays plain text on > its left pane, and > images and image captions on its right. I thought of > this help viewer > because it separates text from images, which is > important for ease of > translation. > > Of all these, number [2] is likely the easiest. > Number [1] is the > option that offers the most functionality, but i > think it is the most > complex, and creates problems for translation > because it combines text > and images. > > The Sunburned Surveyor Hi SS there is a sample of [2]: MapMaker http://www.mapmaker.com/. People can download the software or the help pdf apart. If user put the pdf in a mapmaker folder, they can open it with an option on the help menu. I think that this way is the easiest sinche OJ users can download apart the help. More than this, if there is an embedded help, this will encourage users to discover new functionalities and to test the software peppe ___ L'email della prossima generazione? Puoi averla con la nuova Yahoo! Mail: http://it.docs.yahoo.com/nowyoucan.html - This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ ___ Jump-pilot-devel mailing list Jump-pilot-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel