<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2654.45">
<TITLE>RE: [vtkusers] Problems with vtkCanvas and vtkRenderingJava.dll</TITLE>
</HEAD>
<BODY>
<P><FONT SIZE=2>This time I used vtkPanel and vtkCanvas that came with the source code. Those worked fine without the changes I mentioned. Compiling the source also fixed the vtkRenderingJava.dll problem.</FONT></P>
<P><FONT SIZE=2>Things seem to be working now. Thanks for all the help!</FONT>
</P>
<P><FONT SIZE=2>David,</FONT>
</P>
<BR>
<P><FONT SIZE=2>-----Original Message-----</FONT>
<BR><FONT SIZE=2>From: Jeff Lee</FONT>
<BR><FONT SIZE=2>To: MacKinnon, David</FONT>
<BR><FONT SIZE=2>Cc: 'vtkusers@vtk.org '</FONT>
<BR><FONT SIZE=2>Sent: 07/11/2003 10:55 AM</FONT>
<BR><FONT SIZE=2>Subject: Re: [vtkusers] Problems with vtkCanvas and vtkRenderingJava.dll</FONT>
</P>
<P><FONT SIZE=2>MacKinnon, David wrote:</FONT>
</P>
<P><FONT SIZE=2>> 2) Lock() in the vtkPanel.java was private so when vtkCanvas extended </FONT>
<BR><FONT SIZE=2>> vtkPanel and attempted to use it, a compile error was generated. I </FONT>
<BR><FONT SIZE=2>> reset the scope to protected which solved the problem.</FONT>
<BR><FONT SIZE=2>></FONT>
<BR><FONT SIZE=2>which vtkPanel do you have? these methods are protected in the cvs </FONT>
<BR><FONT SIZE=2>version. I can't imagine how they ever would have been left private </FONT>
<BR><FONT SIZE=2>after the introduction of vtkCanvas. Anyway, what you did is </FONT>
<BR><FONT SIZE=2>unneccessary if you get the latest version.</FONT>
<BR><FONT SIZE=2>-Jeff</FONT>
</P>
<P><FONT SIZE=2>> 3) vtkRenderingJava.dll is still an issue and is the point in vktPanel</FONT>
</P>
</BODY>
</HTML>