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
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
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).
>
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
> -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
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
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/
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
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
>
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
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
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
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
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
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
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
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
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.
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?
>
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
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
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
22 matches
Mail list logo