On Ubuntu 14.04.03, openjdk 7, after the installation the program shows the tip of the day, then displays a window with no width (both left an right border are superimposed). It is impossible to resize.
#RecordEditor
#Mon Nov 02 10:16:39 CET 2015
csvlastScreenWidth=1
csvlastScreenHeight=1056
CurrentZipVersion.2=0097g
CurrentZipVersion.1=0097g
showRecordEditorTips=N
I changed csvlastScreenWidth=1 to csvlastScreenWidth=1000 but it didn't change anything. Then I deleted it, it didn't change anything again. Lastly I modified the file to include the new option :
#RecordEditor
#Wed Nov 04 12:08:10 CET 2015
csvlastScreenWidth=100
csvlastScreenHeight=267
CurrentZipVersion.2=0097g
CurrentZipVersion.1=0097g
showRecordEditorTips=Y
ScreenSizeOpt=M
Same behavior. After running the file is :
#RecordEditor
#Wed Nov 04 12:09:11 CET 2015
csvlastScreenWidth=1
csvlastScreenHeight=1056
CurrentZipVersion.2=0097g
CurrentZipVersion.1=0097g
ScreenSizeOpt=M
showRecordEditorTips=Y
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I applied the two changes but none of them would resolve the problem.
I then installed Oracle Java, reinstalled ReCsvEditor, tried the g version and the h update. The window is still 1 pixel wide.
I forgot to mention an important information : I'm using a dual screen. The tip window always appears at the right of the right screen and the main window always appears at the left of the right screen.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
1, 2 - which will try and display the Frame on screen 1 / Screen 2.
N - do nothing with the size, on my system you get a small top bar which you can resize
Also please try
ScreenSizeOpt=M/L/E/F
again. I have made changes that may (???) help.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
1, 2 : It displays on screen 1 or 2. The window is maximized by default. When manually unmaximized, the window takes a size of 1 pixel * 1 pixel but it is possibe to resize it.
N : The window appears on the 2nd desktop with a small size and it is possible to resize it.
M : The window behaves correctly (takes a sensible size when minimized, It is possible to manually resize it when unmaximized.)
L, E, F : The window behaves correctly but is appears on the 2nd desktop.
For me, the issue is solved for the option M for this new patch h. Thank you very much for the support.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Will hava a look at it
I have not been able to reproduce the problem. I used:
OS: Ubuntu 14.04 (64 bit)
Java: Version 1.7.0_85
Open JDK runtime environment (Iced Tea 2.6.1) ..
Open JDK 64-bit Server VM (build 24.85-b3, mixed-mode)
ReCsvEditor 0.97g
and it all worked
Can you
1. Cjheck the details and make sure you are running with 0.97g
2. Oppening a terminal doing the following
Going to (in your home directory):
and running
and coping and pasting the messages
java version "1.7.0_85"
OpenJDK Runtime Environment (IcedTea 2.6.1) (7u85-2.6.1-5ubuntu0.14.04.1)
OpenJDK 64-Bit Server VM (build 24.85-b03, mixed mode)
I use ReCsvEditor version 0.97g
Last edit: Bruce Martin 2015-11-02
Is this the first time you hve installed reCsvEditor ???
In the directory
there is a file
If that fails try adding the following parameter to Params.Properties and running ReCsvEditor
Last edit: Bruce Martin 2015-11-04
The file contained
I changed csvlastScreenWidth=1 to csvlastScreenWidth=1000 but it didn't change anything. Then I deleted it, it didn't change anything again. Lastly I modified the file to include the new option :
Same behavior. After running the file is :
I have uploaded a new Version 0.97h, that I would like you to try. It consists of updated jars
Once installed, please apply eithor of these 2 changes to Params.Properties
or
What I think is happening; Currently screen width is calculed as
I have made 2 changes:
You may want to consider
ReCsvEditor generally works better with Oracles java
I applied the two changes but none of them would resolve the problem.
I then installed Oracle Java, reinstalled ReCsvEditor, tried the g version and the h update. The window is still 1 pixel wide.
I forgot to mention an important information : I'm using a dual screen. The tip window always appears at the right of the right screen and the main window always appears at the left of the right screen.
I have uploaded a new 0.97h to try
It has 3 new options:
1, 2 - which will try and display the Frame on screen 1 / Screen 2.
N - do nothing with the size, on my system you get a small top bar which you can resize
Also please try
again. I have made changes that may (???) help.
1, 2 : It displays on screen 1 or 2. The window is maximized by default. When manually unmaximized, the window takes a size of 1 pixel * 1 pixel but it is possibe to resize it.
N : The window appears on the 2nd desktop with a small size and it is possible to resize it.
M : The window behaves correctly (takes a sensible size when minimized, It is possible to manually resize it when unmaximized.)
L, E, F : The window behaves correctly but is appears on the 2nd desktop.
For me, the issue is solved for the option M for this new patch h. Thank you very much for the support.
Knowing there where two monitors was the key peice of information.
I will update options 1/2 so the minimised size is "full screen"
Also will think about the options for 2 screens, possibly help/macro/filter screens should display on second screen.
This has been released in both
upgrade version (initial fix) and confirmed by user
Installer