Links to Parents, Spouses, and Children
Genesis and PGVAgent 0.0.20 are now available for download (and of course update). Be sure to get both, as neither will work with earlier versions of the other. The latest and greatest is genealogical connections: parents, spouses, and children are now imported from PGV sites and visible as hyperlinks in the individual view:

What’s really cool (at least in my opinion) is that the data is shown progressively. When you first open an individual view, all you see is the name, gender, birth, and death information. PGVAgent then requests additional information in the background, which appears as it arrives. Unfortunately, the only indication that this is going on is the research view. I’d like to make it a bit more obvious in the future.
Filed in 


I installed this to C:\genesis, but when I try to execute genesis.exe, it doesn’t respond. Am I missing some dependency or configuration setting?
If you don’t see anything at all, it’s probably because you don’t have Java 1.5 installed, or Genesis can’t find it. I’m still trying to sort this issue out, but if you do have Java 1.5 installed, your best bet is to try this:
Add the path to your Java 1.5 bin folder (”C:\Program Files\Java\jre1.5.0_08\bin” on my computer) to your system path (Right-click on “My Computer” either on the Desktop or Start menu, go to the “Advanced” tab, click “Environment Variables”, and edit the “Path” variable in the bottom list box).
Nice work so far. Are you going to write any guides/instructions/examples on how to code agents?
Yes, I’ll do that as soon as I get a chance. The tricky part is that the API isn’t frozen (because I’m still experimenting), so any agent written at this early stage might need to change somewhat frequently. Before writing a guide, I’ll try to fix up the API so that changes won’t impact other agents as much.