GenoPro Home
GenoPro Home  |  Get Started With My Genealogy Tree  |  Buy  |  Login  |  Privacy  |  Search  |  Site Map
 

GenoPro Support Forum




VECTOR Graphics recommendation

Click to view RSS...
Author Could anyone here recommend an *Inexpensive* VECTOR Graphics program that can import Metafiles output from Genopro?
Posted Thursday, August 18, 2005 - Post #7617
Legendary Master

Legendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary Master

Administrators
Moderators
Customers
Gamma
FamilyTrees.GenoPro.com
Translator
GenoPro version: 3.1.0.1

Last Login: 27 minutes ago
Posts: 4,886, Visits: 22,777
Wow, this is a nice PDF. You have a lot of work ahead of you if you do it for every family in your genealogy tree :wink:
Posted Thursday, August 18, 2005 - Post #7618
Famous Writer

Famous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous WriterFamous Writer

Customers
Important Contributors
GenoPro version: 3.1.0.1

Last Login: 14 hours ago
Posts: 443, Visits: 7,630
Barry, Microsoft implies that you have to be a registered user of an earlier version of Expression in order to download, but if you go past the NET Password log-in stage, you will find that you can download Expression with no problem. I do not have an earlier version and am able to use the downloaded version with no limitation (so far!).
I agree with Dan - your sample pdf is excellent.
Posted Thursday, August 18, 2005 - Post #7619
Forum Writer

Forum WriterForum WriterForum WriterForum WriterForum WriterForum WriterForum WriterForum WriterForum Writer

Customers
GenoPro version: 2.5.4.0

Last Login: Sunday, September 20, 2015
Posts: 64, Visits: 1,814
Thanks for the compliments Dan and Howard.
It was just an example not a finished product - I have to develop a consistent style for the pages - this was an experiment.
I had just discovered that I could paste a selection from GenoPro Beta into my graphics program - I hadn't been able to that from v1.

My tree isn't so large just 260 individuals - I don't go too far back - just far enough to find a family or location overseas that was the origin for each branch.
At present I only need 5 or 6 generations to move from my little island in the Pacific to reach the UK (the source of all my branches).
And I'm only concerned with the direct line plus siblings - I don't stretch to descendants.

I recently made contact with a guy who claimed to have 400,000 individuals in his tree - Australian records are pretty good - I doubt if many on his tree are verifiable.

Howard - I followed your instructions - No doubt Expressions is a great program but I was a bit daunted by the 57Mb download !

My old Top Draw program comes in at under 2 Mb unpacked.
Thanks for your concerns but I think I'll stick with my powerful (if underweight) alternative.
I'm slowly working out an method (by layering) that seems to speed up the editing process.
Posted Thursday, August 18, 2005 - Post #7620
Legendary Master

Legendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary Master

Administrators
Moderators
Customers
Gamma
FamilyTrees.GenoPro.com
Translator
GenoPro version: 3.1.0.1

Last Login: 27 minutes ago
Posts: 4,886, Visits: 22,777
I recently made contact with a guy who claimed to have 400,000 individuals in his tree (57 MB).

Wow. This is the largest genealogy file I have seen so far. I am always fascinated by those large files for performance benchmark. By modifying the code to select rows in the Table Layout, I was able to reduce the processing time from 81 seconds to 15 milliseconds for a Gedcom a file having 65,000 individuals.

Such a file will be a good sample genealogy tree for the new AutoArrange of version 2.1. The new AutoArrange will be capable to create GenoMaps when detecting overlapping.


Edited: Monday, October 3, 2005 by GenoProSupport
Posted Thursday, August 18, 2005 - Post #7621
Forum Writer

Forum WriterForum WriterForum WriterForum WriterForum WriterForum WriterForum WriterForum WriterForum Writer

Customers
GenoPro version: 2.5.4.0

Last Login: Sunday, September 20, 2015
Posts: 64, Visits: 1,814
If you'd like to try Top Draw here are two sites where it can still be downloaded.

Public Domain Software Library
http://www.pdsl.com

PC World
http://www.pcworld.com/downloads/file_description/0,fid,5368,00.asp

If you have used Corel Draw you will be able to get started straight away.
If not work through the Tutorials in the Help menu.
And the Help itself is pretty good.
Posted Wednesday, December 14, 2005 - Post #9598
Forum Writer

Forum WriterForum WriterForum WriterForum WriterForum WriterForum WriterForum WriterForum WriterForum Writer

Customers
GenoPro version: 2.5.4.0

Last Login: Sunday, September 20, 2015
Posts: 64, Visits: 1,814
Back in August I wrote:-
I've discovered that I can use my old Top Draw vector graphics program by selecting the required part of the diagram in Genopro and pasting into Top Draw with both applications open.


With the latest Beta version this is no longer possible.
Top Draw tells me that it "cannot access clipboard data".
I cannot paste into Powerpoint either (no error message just - nothing).

I can get around this by exporting an EMF that I can import into Powerpoint and then if necessary export a WMF that I can import into Top Draw.

Just curious - What changes have occurred in the graphic structure of the Genogram that prevents Copy and Paste into another graphic application - It worked back in August?
Posted Wednesday, December 14, 2005 - Post #9600
Legendary Master

Legendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary MasterLegendary Master

Administrators
Moderators
Customers
Gamma
FamilyTrees.GenoPro.com
Translator
GenoPro version: 3.1.0.1

Last Login: 27 minutes ago
Posts: 4,886, Visits: 22,777
With the latest Beta version this is no longer possible [to do copy & paste].
Top Draw tells me that it "cannot access clipboard data".
I cannot paste into Powerpoint either (no error message just - nothing).

I have fixed the problem.  Can you download Beta15b again (http://www.genopro.com/beta/InstallGenoProBeta.exe) and confirm the fix?

Just curious - What changes have occurred in the graphic structure of the Genogram that prevents Copy and Paste into another graphic application - It worked back in August?

Yes, I changed the way the metafile is stored in the clipboard. Originally I was suspecting a memory leak during a copy & paste operation.  I changed the code and tested the new code on all my computers (95, 98, NT 4.0, 2000, XP, 2003 and Vista) with applications such as Word, Excel and Paint to discover it worked fine.  (I don't have PowerPoint by the way).

The documentation for the API SetClipboardData() is very sparse and does not explain the transfer of data ownership for the CF_ENHMETAFILE parameter.  This is nothing new but the norm with Microsoft documentation.  You have to find it out by yourself - or by a customer reporting a problem.

Posted Thursday, December 15, 2005 - Post #9602
Forum Writer

Forum WriterForum WriterForum WriterForum WriterForum WriterForum WriterForum WriterForum WriterForum Writer

Customers
GenoPro version: 2.5.4.0

Last Login: Sunday, September 20, 2015
Posts: 64, Visits: 1,814
Downloaded and Installed.
Clipboard now available in all graphic applications.
Thanks Dan for the fix.Smile
Posted Saturday, January 7, 2006 - Post #9850
Forum Member

Forum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum MemberForum Member

Customers

Last Login: Wednesday, March 5, 2025
Posts: 25, Visits: 237
http://inkscape.sourceforge.net/

Open Source vector graphics editor, with capabilities similar to Illustrator, Freehand, CorelDraw, or Xara X using the W3C standard Scalable Vector Graphics (SVG) file.

Posted Tuesday, March 7, 2006 - Post #10615
Forum Writer

Forum WriterForum WriterForum WriterForum WriterForum WriterForum WriterForum WriterForum WriterForum Writer

Customers
GenoPro version: 2.5.4.0

Last Login: Sunday, September 20, 2015
Posts: 64, Visits: 1,814
Here is another Vector Graphics editor that will import EMF files from Genopro.
After editting they can be exported as JPG, PNG or EML.
It's Freeware.

UNIDRAW
http://webdraw.digitalcreation.us/download.htm





Similar Topics

Click to view RSS...
Expand / Collapse

Reading This Topic

Expand / Collapse
Active: 4 - 1 guest, 2 members, 0 anonymous.
Refresh