Peter --

I applied the patch, but now can't open up the schematic pages.

If the change works for you, can you please commit it to your CVS
branch, and I can nuke my installation and install a fresh load from
CVS.  I just want to make sure that the problem is not mine.

Thx,

Stuart


On Thu, 5 Oct 2006, Peter TB Brett wrote:

On Thursday 05 October 2006 15:41, Stuart Brorson wrote:
Just a quick note on the second issue:

I re-opened my multi-page schematic from the command line using gschem
like this:

gschem foo_*.sch

(I have foo_1.sch, foo_2.sch, etc.)

This time gschem gave me only one status window.  Therefore the
problem is *not* in gschem.

I suspect that the new project manager, xgsch2pcb, opens multiple
files like this:

for file in filelist:
   sys.command("gschem "+file)

Whereas it should do something like:

filestring = ""
for file in filelist:
   filestring = filestring +" "
# Now open all at once....
sys.command("gschem "+filestring)

I can look at xgsch2pcb and maybe submit a patch . . . .


Try this one.  Haven't had time to test it properly, but it should work
more-or-less.  Please make sure gattrib works as expected when it's passed
paths to more than one schematic.

Peter

--
Fisher Society committee                    http://tinyurl.com/o39w2
CUSBC novices, match and league secretary   http://tinyurl.com/mwrc9

v3sw6YChw7$ln3pr6$ck3ma8u7+Lw3+2m0l7Ci6e4+8t4Gb8en6g6Pa2Xs5Mr4p4
 hackerkey.com                                  peter-b.co.uk



_______________________________________________
geda-dev mailing list
[email protected]
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev

Reply via email to