Re: [JPP-Devel] AboutDialog user dir Linux problem

2013-03-18 Thread Giuseppe Aruta
Yes, thanks! 2013/3/17 Michaël Michaud > Hi, > > Thanks for the fix, > > Michaël > > Hi, > > > > there was a problem with the latest enhancements in the AboutDialog. > > For the display of the user dir HTML code in the JLabel is used. But > > there is a well known bug in > > Java(http://bugs.sun

Re: [JPP-Devel] AboutDialog user dir Linux problem

2013-03-17 Thread Michaël Michaud
Hi, Thanks for the fix, Michaël > Hi, > > there was a problem with the latest enhancements in the AboutDialog. > For the display of the user dir HTML code in the JLabel is used. But > there is a well known bug in > Java(http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6688690). > > If the text

Re: [JPP-Devel] AboutDialog user dir Linux problem

2013-03-17 Thread edgar . soldin
On 17.03.2013 20:46, Matthias Scholz wrote: > Hi, > > there was a problem with the latest enhancements in the AboutDialog. > For the display of the user dir HTML code in the JLabel is used. But > there is a well known bug in > Java(http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6688690). >

Re: [JPP-Devel] Aboutdialog

2012-05-16 Thread Rahkonen Jukka
sti- > Lähettäjä: edgar.sol...@web.de [mailto:edgar.sol...@web.de] > Lähetetty: 16. toukokuuta 2012 12:18 > Vastaanottaja: OpenJump develop and use > Aihe: Re: [JPP-Devel] Aboutdialog > > i am pretty sure your java application can at least load a > text file from an url and present it

Re: [JPP-Devel] Aboutdialog

2012-05-16 Thread edgar . soldin
> -Jukka Rahkonen- > > >> -Alkuperäinen viesti- >> Lähettäjä: Edgar Soldin [mailto:ed...@soldin.de] >> Lähetetty: 15. toukokuuta 2012 13:14 >> Vastaanottaja: OpenJump develop and use >> Aihe: Re: [JPP-Devel] Aboutdialog >> >> On 15.05.2012 0

Re: [JPP-Devel] Aboutdialog

2012-05-15 Thread Rahkonen Jukka
tetty: 15. toukokuuta 2012 13:14 > Vastaanottaja: OpenJump develop and use > Aihe: Re: [JPP-Devel] Aboutdialog > > On 15.05.2012 00:47, Stefan Steiniger wrote: > > Hi Ede, Michael, Matthias > > > > following also Michaels comment in the other email: > > My suggest

Re: [JPP-Devel] Aboutdialog

2012-05-15 Thread Edgar Soldin
On 15.05.2012 00:47, Stefan Steiniger wrote: > Hi Ede, Michael, Matthias > > following also Michaels comment in the other email: > My suggestion would be a proper (english) error message (= what you call > a note). No stack-trace or so. Just a simple one-liner (plus weblink?) > (using try/catch/

Re: [JPP-Devel] Aboutdialog

2012-05-14 Thread Stefan Steiniger
Hi Ede, Michael, Matthias following also Michaels comment in the other email: My suggestion would be a proper (english) error message (= what you call a note). No stack-trace or so. Just a simple one-liner (plus weblink?) (using try/catch/...?) Is that possible? Though - I see you did already a

Re: [JPP-Devel] Aboutdialog

2012-05-14 Thread edgar . soldin
On 14.05.2012 03:00, Stefan Steiniger wrote: > Hi Ede I have a question, > > In the commit comment Matthias wrote also about another cleanup/change: > * removed the output of the Stacktrace, if the "readme.txt" was not > found. With Java Webstart this file cannot be found. It's better to view >

Re: [JPP-Devel] Aboutdialog

2012-05-13 Thread Stefan Steiniger
Hi Ede I have a question, In the commit comment Matthias wrote also about another cleanup/change: * removed the output of the Stacktrace, if the "readme.txt" was not found. With Java Webstart this file cannot be found. It's better to view nothing. A Stacktrace confuse the eunduser. * Small GUI

Re: [JPP-Devel] Aboutdialog

2012-04-25 Thread edgar . soldin
On 25.04.2012 20:08, Matthias Scholz wrote: > Hi ede >> On 23.04.2012 21:16, Matthias Scholz wrote: >> >>> Hi ede, >>> On 22.04.2012 21:07, Matthias Scholz wrote: > Hi, > > I've commited a small fix in the AboutDialog. If the "readme.txt" file > was

Re: [JPP-Devel] Aboutdialog

2012-04-25 Thread Matthias Scholz
Hi ede > On 23.04.2012 21:16, Matthias Scholz wrote: > >> Hi ede, >> >>> On 22.04.2012 21:07, Matthias Scholz wrote: >>> >>> Hi, I've commited a small fix in the AboutDialog. If the "readme.txt" file was not found, the Stacktrace was shown. This is bad if you

Re: [JPP-Devel] Aboutdialog

2012-04-24 Thread Rahkonen Jukka
Edgar Soldin wrote: > using a fixed path seems stupid to me. why is it not asking jvm for the users > home dir and using this, which is writable for sure? Because in companies home dir is often a network resourse so that users can log in from any computer and have still always the same data ava

Re: [JPP-Devel] Aboutdialog

2012-04-23 Thread edgar . soldin
On 22.04.2012 23:09, Michaël Michaud wrote: ... >>> In principle we should change both, the loading and the content of the >>> readme.txt! >>> 1. There are too many unimportant and not (end)user suitable informations. >> could you name one? some of it might not be needed on a day to day basis but

Re: [JPP-Devel] Aboutdialog

2012-04-23 Thread edgar . soldin
On 23.04.2012 21:16, Matthias Scholz wrote: > Hi ede, >> On 22.04.2012 21:07, Matthias Scholz wrote: >> >>> Hi, >>> >>> I've commited a small fix in the AboutDialog. If the "readme.txt" file >>> was not found, the Stacktrace was shown. This is bad if you run OJ as >>> Webstart. Now nothing is

Re: [JPP-Devel] Aboutdialog

2012-04-23 Thread edgar . soldin
On 23.04.2012 13:04, Rahkonen Jukka wrote: > We have also another application that is based on uDig which is launched > through JWS. I see that that application is saving user preferences into a > local directory. The location of user data is given in the launching jnlp > file as in resources/pr

Re: [JPP-Devel] Aboutdialog

2012-04-23 Thread Matthias Scholz
Hi Jukka, thank you for your extensive explanation of JWS. > I had a quick look on the jnlp files we are using. A few years ago I used to > maintain some configuration files and image catalogues of one of our > applications which had all those files packaged into a single jar. When the > appli

Re: [JPP-Devel] Aboutdialog

2012-04-23 Thread Matthias Scholz
Hi ede, > On 22.04.2012 21:07, Matthias Scholz wrote: > >> Hi, >> >> I've commited a small fix in the AboutDialog. If the "readme.txt" file >> was not found, the Stacktrace was shown. This is bad if you run OJ as >> Webstart. Now nothing is viewed. >> > > actually not finding the readme.

Re: [JPP-Devel] Aboutdialog

2012-04-23 Thread Matthias Scholz
Hi, > Hi, > >>> The problem with Webstart is, that the >>> classpath is only the jre/lib/deploy.jar. So we cannot load readme.txt >>> from classpath :-( >>> >> are you sure there is no way for a webstart application to load a file >> either from a webserver or from an external archive? >

Re: [JPP-Devel] Aboutdialog

2012-04-23 Thread Rahkonen Jukka
edgar soldin wrote: > On 22.04.2012 21:07, Matthias Scholz wrote: > > Hi, > > > > I've commited a small fix in the AboutDialog. If the > "readme.txt" file > > was not found, the Stacktrace was shown. This is bad if you > run OJ as > > Webstart. Now nothing is viewed. > actually not findi

Re: [JPP-Devel] Aboutdialog

2012-04-22 Thread Michaël Michaud
Hi, > >> The problem with Webstart is, that the >> classpath is only the jre/lib/deploy.jar. So we cannot load readme.txt >> from classpath :-( > are you sure there is no way for a webstart application to load a file either > from a webserver or from an external archive? Cannot understand why the

Re: [JPP-Devel] Aboutdialog

2012-04-22 Thread edgar . soldin
On 22.04.2012 21:07, Matthias Scholz wrote: > Hi, > > I've commited a small fix in the AboutDialog. If the "readme.txt" file > was not found, the Stacktrace was shown. This is bad if you run OJ as > Webstart. Now nothing is viewed. actually not finding the readme.txt right now is an error, exc