Re: [Cdk-user] JChemPaint embedded in Swing application

2010-04-12 Thread Nina Jeliazkova
Hi Stefan, Stefan Kuhn wrote: > On Saturday 10 April 2010 09:15:57 Egon Willighagen wrote: > >> Hi Nina, >> >> On Fri, Apr 9, 2010 at 11:47 AM, Nina Jeliazkova wrote: >> >>> Well, rendering does work as per your examples, but I didn't succeed at >>> launching JChemPaintPanel using cdk-jc

Re: [Cdk-user] JChemPaint embedded in Swing application

2010-04-12 Thread Stefan Kuhn
On Saturday 10 April 2010 09:15:57 Egon Willighagen wrote: > Hi Nina, > > On Fri, Apr 9, 2010 at 11:47 AM, Nina Jeliazkova wrote: > > Well, rendering does work as per your examples, but I didn't succeed at > > launching JChemPaintPanel  using cdk-jchempaint-8 and cdk-1.3.4 due to > > compile error

Re: [Cdk-user] JChemPaint embedded in Swing application

2010-04-10 Thread Egon Willighagen
On Sat, Apr 10, 2010 at 10:42 AM, Nina Jeliazkova wrote: > Can you tell what's the best starting point to learn about CDK git > infrastructure - I am afraid I've been ignoring it so far - as well as where > would be the recommended place to commit ambit smarts parser code? There is no documentati

Re: [Cdk-user] JChemPaint embedded in Swing application

2010-04-10 Thread Nina Jeliazkova
Hi Egon, Egon Willighagen wrote: > Hi Nina, > > On Fri, Apr 9, 2010 at 11:47 AM, Nina Jeliazkova wrote: > >> Well, rendering does work as per your examples, but I didn't succeed at >> launching JChemPaintPanel using cdk-jchempaint-8 and cdk-1.3.4 due to >> compile errors. >> > > Yes, the

Re: [Cdk-user] JChemPaint embedded in Swing application

2010-04-10 Thread Egon Willighagen
Hi Nina, On Fri, Apr 9, 2010 at 11:47 AM, Nina Jeliazkova wrote: > Well, rendering does work as per your examples, but I didn't succeed at > launching JChemPaintPanel  using cdk-jchempaint-8 and cdk-1.3.4 due to > compile errors. Yes, the JChemPaint applet in incompatible with CDK-JChemPaint cod

Re: [Cdk-user] JChemPaint embedded in Swing application

2010-04-09 Thread Nina Jeliazkova
Egon Willighagen wrote: > On Fri, Apr 9, 2010 at 11:02 AM, Stefan Kuhn wrote: > >> JCP is working (I just checked) with a checkout of the EBI cdk repository at >> http://www.ebi.ac.uk/steinbeck-srv/git/cdk. This is cdk master plus some >> patches. Since JCP is no longer integrated to cdk >>

Re: [Cdk-user] JChemPaint embedded in Swing application

2010-04-09 Thread Egon Willighagen
On Fri, Apr 9, 2010 at 11:02 AM, Stefan Kuhn wrote: > JCP is working (I just checked) with a checkout of the EBI cdk repository at > http://www.ebi.ac.uk/steinbeck-srv/git/cdk. This is cdk master plus some > patches. Since JCP is no longer integrated to cdk JChemPaint *is* integrated with the CDK

Re: [Cdk-user] JChemPaint embedded in Swing application

2010-04-09 Thread Nina Jeliazkova
Hi Stefan, I've more or less managed to get it working with cdk-1.3.3 (not 1.3.4) and jchempaint-3.0.1 ; there are few minor issues I'll be reporting later. Stefan Kuhn wrote: > Hi Nina, > JCP is working (I just checked) with a checkout of the EBI cdk repository at > http://www.ebi.ac.uk/steinbe

Re: [Cdk-user] JChemPaint embedded in Swing application

2010-04-09 Thread Stefan Kuhn
Hi Nina, JCP is working (I just checked) with a checkout of the EBI cdk repository at http://www.ebi.ac.uk/steinbeck-srv/git/cdk. This is cdk master plus some patches. Since JCP is no longer integrated to cdk and since git has the philosophy of many repositories existing in parallel, it is not a

[Cdk-user] JChemPaint embedded in Swing application

2010-04-08 Thread Nina Jeliazkova
Hello All, I am trying to upgrade a Swing application ( http://toxtree.sourceforge.net/ ) to use recent versions of CDK and JChemPaint. An embedded JChemPaint had been used successfully since 2005, but I am having troubles with upgrading to recent JChemPaint 3.x versions. The code below uses cd