Page 1 of 1

Closing dialog

Posted: Mon Sep 17, 2007 9:06 am
by Matti
When I have changed something in the .sgd-file, then program asks If I want to save, not save or cancel. Pressing esc in most programs cancel the actuion, but not in Gowrite. Why is this?

Matti Siivola

Re: Closing dialog

Posted: Tue Sep 18, 2007 12:38 pm
by lpaatero
You did not specify what happens when you press ESC, there are few different problems you can be seeing:
  • - Nothing happens. This is bug in Java JRE. Upgrading Java JRE is likely to solve this.
    - Save as Dialog appears. It seems to happen happen at some platforms, I will look at this.
    - Dialog disappears, and file is not closed. This is intended thing.
regards
Lauri

Re: Closing dialog

Posted: Sun Sep 23, 2007 10:56 am
by Matti
The program was closed.

Matti

Re: Closing dialog

Posted: Mon Sep 24, 2007 2:08 pm
by lpaatero
Interesting, I have not been able to reproduce this with Windows nor Linux using java 1.5.0.

Few questions to be able to reproduce problem:
  • Which java JRE version is used? ("java -version" output).
    What OS (windows version?) is used?
    Can you give exact steps to re-create problem?
regards
Lauri

Re: Closing dialog

Posted: Tue Sep 25, 2007 12:27 pm
by Matti
lpaatero wrote:Interesting, I have not been able to reproduce this with Windows nor Linux using java 1.5.0.

Few questions to be able to reproduce problem:
  • Which java JRE version is used? ("java -version" output).
1.6.0.20
What OS (windows version?) is used?
Windows XP
Can you give exact steps to re-create problem?
[/list]
[/quote]
Open an sgf file. If you want the same file I can email it. Make changes. Attempt to close the program. Press Esc in teh closing dialog.

Matti

Re: Closing dialog

Posted: Fri Oct 05, 2007 3:25 pm
by lpaatero
It seems that ESC-key behavior depends on how file has been opened/created. For new file, it offers save-dialog; for existing file it immediately closes.

I will fix this in next bug-fix release, most likely within few weeks.

regards
Lauri