Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Paul

Pages: 1 ... 5 6 [7]
91
ENGLISH / Font and GUI element size
« on: October 03, 2019, 15:56:59 »
How do I change the font size and interface elements (on Linux)? In GenJ it was an option if I recall correctly but it seems to have disappeared.

If you look at this image from a widescreen monitor you'll see that tabs and other elements are extremely small - most of the window is occupied by blank space (ok I know the particular tab is maximized but still). Just increasing font size would be a great help! :D




92
ENGLISH / Import forces 4 levels of place name heirarchy
« on: October 03, 2019, 15:47:49 »
...not a problem in itself except that place names can end up displayed as things like ", Manchester, Lancashire, England" or worse yet ", , ,India" if I know someone was born in that country but have no more detail.

It looks ugly. Isn't it possible to remove leading commas for display purposes?

Paul

93
ENGLISH / Re: Inconsistent commas?
« on: June 06, 2019, 20:14:42 »
Great!

94
ENGLISH / Re: "This is probably you!"
« on: June 04, 2019, 10:28:35 »
"Root Person"?

95
ENGLISH / Re: Font sizes
« on: June 04, 2019, 10:27:59 »
Thanks for that, a font size of 14 is more than big enough for me on a wide-screen display and it doesn't cause any issues that I can see. :D

96
ENGLISH / Re: Re : Font sizes
« on: June 04, 2019, 08:10:05 »
So you should have another conf file in .ancestris/trunk/etc

Yes, I can confirm that the font size is changed when the option is added to that file. However, as you suspected, it messes up the interface in places:


97
ENGLISH / Re : Re: Font sizes
« on: June 03, 2019, 19:59:20 »
Go to the ancestris/etc directory, open the ancestris.conf file and add to the line "default_options" the parameter : "--fontsize 24" (the value 24 is given as example, you can choose the one you want, the default value is 11).
Restart Ancestris and you should see the difference.
Warning : I don't have tested extensively this option. It could lead to cut texts and random effect on windows display.

Thanks for the suggestion but it doesn't seem to work, whatever font size I choose. The relevant line in my ancestris.conf reads:
Code: [Select]
default_options="--branding ancestris -J-Xms96m --J-Xmx4g --laf Nimbus --fontsize 18"

98
ENGLISH / Re: Font sizes
« on: June 03, 2019, 09:40:13 »
I've tried to find a solution to this too but without success, hopefully an answer will be forthcoming. The font is not only small but isn't smoothed so is unpleasant to look at. Seems odd that we can set output font but not interface font.

99
ENGLISH / Inconsistent commas?
« on: May 31, 2019, 20:35:47 »
In this image there's a comma after the individual's given names, 'Walter John', but in the grid view there isn't. Furthermore, for a person with a single given name, commas don't appear in the person's details or in the grid. It seems a bit inconsistent; I can see why it would be used for Family Name, Given Name but not Given Names, Family Name when they are already in separate edit boxes.

Hope that explanation is clear! :D


100
ENGLISH / Re: Object (Image) titles not displayed in editor
« on: May 31, 2019, 20:22:35 »
Ancestris open all files in memory.
If the files are large, you can have troubles with your memory.

Edited ancestris.conf to allow up to 4gb but it doesn't make any difference. Switching between any view and Aries editor is fine except when Aries has gallery tab open - that results in a long delay.

101
ENGLISH / Re: Object (Image) titles not displayed in editor
« on: May 31, 2019, 16:25:49 »
OK I think the issue with titles not appearing in the grid is because (in my *.ged) in some cases TITL is subordinate to FORM but in others it is the same level - probably a result of using different software over the years.

102
ENGLISH / Label not translated in Cygnus editor
« on: May 31, 2019, 16:05:55 »
'Heure' displayed regardless of language selected:



(and why are the edit boxes smaller than the dropdown box and buttons? Looks a bit odd!)

103
ENGLISH / Object (Image) titles not displayed in editor
« on: May 31, 2019, 13:46:11 »
For some reason, titles aren't being displayed in the editor even though they are present in the *.ged. This is the latest 'daily version' on Linux.





It's also almost impossible to resize columns in the grid to view the file path etc - the headers are incredibly unresponsive.

EDIT: I've also noticed that switching to the Aries editor tab when its gallery tab is selected from any other view causes a long delay. Switching between other tabs or to the Aries editor when its 'events' or some other tab is selected, does suffer from the delay. Switching between multimedia objects in the gallery view grid (with a single click) also causes a delay.

The path to the image also looks wrong in this grid - my files are shown as '/home/paul/desktop/../family-history-media/.... but /family-history/media is in my /home folder - I'm guessing that the first part of the displayed path is where the Ancestris folder is located and is being used to build a relative link to the image. The images themselves display correctly.

I have a lot of linked images, I wonder if all this path calculation is the cause of the delays?








104
ENGLISH / Re: Re : Unable to start daily version on Linux
« on: May 31, 2019, 13:30:25 »
I fixed the daily zip file. Now it works ok. Please try again and sorry for the inconvenience.

Yes, it works fine now thanks :D

105
ENGLISH / Unable to start daily version on Linux
« on: May 28, 2019, 18:47:58 »
Unzipped the archive and tried to execute ancestris/bin/ancestris. From the desktop nothing happens, in a terminal I get the following error message:

Code: [Select]
Exception in thread "main" java.lang.NoClassDefFoundError: org/objectweb/asm/ClassVisitor while loading org.openide.filesystems.FileSystem; see http://wiki.netbeans.org/DevFaqTroubleshootClassNotFound
at org.netbeans.ProxyClassLoader.selfLoadClass(ProxyClassLoader.java:263)
at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:187)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at org.netbeans.core.startup.CLIOptions.cli(CLIOptions.java:159)
at org.netbeans.core.startup.CLIOptions.cli(CLIOptions.java:98)
at org.netbeans.CLIHandler.notifyHandlers(CLIHandler.java:234)
at org.netbeans.CLIHandler.initialize(CLIHandler.java:519)
at org.netbeans.CLIHandler.initialize(CLIHandler.java:384)
at org.netbeans.MainImpl.execute(MainImpl.java:193)
at org.netbeans.MainImpl.main(MainImpl.java:85)
at org.netbeans.Main.main(Main.java:83)
Caused by: java.lang.NoClassDefFoundError: org/objectweb/asm/ClassVisitor
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:348)
at org.netbeans.PatchByteCode.patchAsmMethod(PatchByteCode.java:186)
at org.netbeans.PatchByteCode.apply(PatchByteCode.java:177)
at org.netbeans.JarClassLoader.doLoadClass(JarClassLoader.java:251)
at org.netbeans.ProxyClassLoader.selfLoadClass(ProxyClassLoader.java:259)
... 10 more
Caused by: java.lang.ClassNotFoundException: org.objectweb.asm.ClassVisitor starting from org.netbeans.MainImpl$BootClassLoader@39ed3c8d with possible defining loaders null and declared parents ]
at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:224)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 16 more
Caused by: java.lang.ClassNotFoundException: org.objectweb.asm.ClassVisitor
at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:222)
... 17 more

java -version shows:

Code: [Select]
openjdk version "1.8.0_212"
OpenJDK Runtime Environment (build 1.8.0_212-8u212-b03-0ubuntu1.16.04.1-b03)
OpenJDK 64-Bit Server VM (build 25.212-b03, mixed mode)

Any idea what the issue is please?

Pages: 1 ... 5 6 [7]