[vtkusers] VTK6 and Java Cone Example 5

Sebastien Jourdain sebastien.jourdain at kitware.com
Tue Aug 6 09:56:35 EDT 2013


In Java you should use the Java specific classes anyway like
vtkPanel/vtkCanvas or the new version of them used in the vtk.sample
package of the vtk.jar...

The purpose of those example was to show the possible match between the
different languages...

Nothing more I believe,

Seb


On Tue, Aug 6, 2013 at 8:52 AM, Ric Wright <rkwright at geofx.com> wrote:

> Ah, OK.  Well, I don't know what to do here.  Is this happening to others?
>  Should I file a bug?  Just try to work around it by not using
> RenderWindowInteractors (sounds kind of lame).  Or?
>
> Suggestions?
>
> Thanks
> Ric
>
>
> On 8/5/13 4:15 PM, "Sean McBride" <sean at rogue-research.com> wrote:
>
> >On Mon, 5 Aug 2013 16:10:55 -0500, Ric Wright said:
> >
> >>Well, a little playing around didn't seem to help, but I am frankly not
> >>an
> >>expert on threads.  However, it seems to me that the source of the
> >>problem
> >>is that the vtkRenderWindowInteractor gets initialized then the start()
> >>method creates an event loop that is monitored by the
> >>vtkRenderWindowInteractor.  I suspect that start() method spawns a new
> >>thread to listen to the events and it is the spawning of that thread that
> >>causes the exception.
> >
> >VTK's Cocoa classes never create any threads.
> >
> >Cheers,
> >
> >--
> >____________________________________________________________
> >Sean McBride, B. Eng                 sean at rogue-research.com
> >Rogue Research                        www.rogue-research.com
> >Mac Software Developer              Montréal, Québec, Canada
> >
> >
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20130806/f509d5b1/attachment.htm>


More information about the vtkusers mailing list