Re: [Jmol-developers] Merged changes from b5 branch

2002-11-19 Thread mth
Egon, Thanks for getting it fixed so quickly! I see that some of the problems were mine (applet/DisplayPanel.java) ... sorry. Miguel --- This sf.net email is sponsored by: To learn the basics of securing your web site with SSL, click here

[Jmol-developers] Merged changes from b5 branch

2002-11-19 Thread E.L. Willighagen
Hi all, with Jmol 5 released, it was time for another merge of changes from the b5 branch into HEAD... Unfortunately, this left HEAD broken... it currently does not compile... sorry for that... I'll try to fix things now for a moment... If I don't get it fixed all, I'll continue on thursday..

[Jmol-developers] Jmol version 5 has been released

2002-11-19 Thread E.L. Willighagen
Jmol version 5 has been released. Jmol is a Java molecular viewer for three-dimensional chemical structures. Features include reading a variety of file types and output from quantum chemistry programs, and animation of multi-frame files and computed normal modes from quantum programs. The foll

Re: [Jmol-developers] printing problems

2002-11-19 Thread Fabian Dortu
Find a jpegized crop of a print in attachement. Fabian > > Not only, but also if two atoms (or more) are overlapping (in 2D). > > That is unfortunate... I did not have this problem, and I guess that it is > platform dependant... What OS/JVM version that gives the problem? Debian unstable/Sun

Re: [Jmol-developers] printing problems

2002-11-19 Thread mth
> Not sure where that white square comes from... it is not drawn by the > paint() method, because we would then see it on screen too, right? > > Egon > I still haven't looked at any of the printing code. But I haven't seen any squares being drawin in any of the paint/rendering code which I have l

Re: [Jmol-developers] printing problems

2002-11-19 Thread E.L. Willighagen
On Tuesday 19 November 2002 15:36, Fabian Dortu wrote: > On Tue, 2002-11-19 at 15:30, E.L. Willighagen wrote: > > On Tuesday 19 November 2002 15:24, Fabian Dortu wrote: > > > It works now, but there is still a little problem: each atom is > > > enclosed in a white (and not transparent) square. > >

Re: [Jmol-developers] printing problems

2002-11-19 Thread Fabian Dortu
On Tue, 2002-11-19 at 15:30, E.L. Willighagen wrote: > On Tuesday 19 November 2002 15:24, Fabian Dortu wrote: > > It works now, but there is still a little problem: each atom is enclosed > > in a white (and not transparent) square. > > Mmmm... and that is ofcourse a problem when inserting it onto

Re: [Jmol-developers] printing problems

2002-11-19 Thread E.L. Willighagen
On Tuesday 19 November 2002 15:24, Fabian Dortu wrote: > It works now, but there is still a little problem: each atom is enclosed > in a white (and not transparent) square. Mmmm... and that is ofcourse a problem when inserting it onto a non-white background... right? Not sure where that white sq

Re: [Jmol-developers] printing problems

2002-11-19 Thread Fabian Dortu
It works now, but there is still a little problem: each atom is enclosed in a white (and not transparent) square. Fabian On Tue, 2002-11-19 at 15:12, E.L. Willighagen wrote: > On Tuesday 19 November 2002 14:00, Fabian Dortu wrote: > > I have problems to print with both b5 and HEAD: the generated

Re: [Jmol-developers] printing problems

2002-11-19 Thread E.L. Willighagen
On Tuesday 19 November 2002 14:00, Fabian Dortu wrote: > I have problems to print with both b5 and HEAD: the generated PostScript > is corrupted resulting in a ghostscript interpreter crash. I've fixed two problems in the print() method... Could you try again? Egon -

Re: [Jmol-developers] printing problems

2002-11-19 Thread E.L. Willighagen
On Tuesday 19 November 2002 14:43, Fabian Dortu wrote: > As I understand, and I may be wrong, the printing output format depends > on the OS. On Linux, a PostScript is generated but what about Windows? Normally, this is determined by the printer driver that is used... If you use the driver of a P

Re: [Jmol-developers] printing problems

2002-11-19 Thread Fabian Dortu
As I understand, and I may be wrong, the printing output format depends on the OS. On Linux, a PostScript is generated but what about Windows? Fabian On Tue, 2002-11-19 at 14:32, E.L. Willighagen wrote: > On Tuesday 19 November 2002 14:00, Fabian Dortu wrote: > > I have problems to print with bot

Re: [Jmol-developers] printing problems

2002-11-19 Thread E.L. Willighagen
On Tuesday 19 November 2002 14:00, Fabian Dortu wrote: > I have problems to print with both b5 and HEAD: the generated PostScript > is corrupted resulting in a ghostscript interpreter crash. > > I have taken a closer look at the PS generated file. In the b5, there is > a bunch of non-postscript cod

[Jmol-developers] printing problems

2002-11-19 Thread Fabian Dortu
Hello, I have problems to print with both b5 and HEAD: the generated PostScript is corrupted resulting in a ghostscript interpreter crash. I have taken a closer look at the PS generated file. In the b5, there is a bunch of non-postscript code (seems to be random characters) and in the HEAD, the f

Re: [Jmol-developers] b5 build problem

2002-11-19 Thread E.L. Willighagen
On Monday 18 November 2002 22:23, mth wrote: > I encountered an issue when building the latest b5. Something is hanging > in the jmolAppletGuide: step. Ok, there still were a number of validity issues, which are now fixed in CVS. Egon --- This