[vtkusers] one again unexpected signal in libX11

Simon Chatelain simon.chatelain at epfl.ch
Fri Oct 11 06:06:22 EDT 2002


Hello,

i am sorry to insist, but i really need help.

my problem is that i need to add a vtkRenderer in the vtkRenderWindow of the
class vtkPanel after the window containing
the vtkPanel is showed.

With windows there is no problem, but with linux there is an error in the
libX11.so.

in attachement there is a sample application who reproduce this problem, in
the class MySimpleVTk, there is this code

	//here works
	//panel.addView(v);

	frame.pack();
	frame.setVisible(true);

	//here doesn't work
	panel.addView(v);

if i change the order of these instructions, the application work or not.

if someone can try this and at least say me if he has the same behaviour. it
can help me.

Thanks

Simon Chatelain
-------------- next part --------------
A non-text attachment was scrubbed...
Name: MySimpleVTK.java
Type: application/octet-stream
Size: 1007 bytes
Desc: not available
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20021011/e0d7660a/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: SimplePanel.java
Type: application/octet-stream
Size: 940 bytes
Desc: not available
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20021011/e0d7660a/attachment-0001.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: View.java
Type: application/octet-stream
Size: 662 bytes
Desc: not available
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20021011/e0d7660a/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: vtkPanel.java
Type: application/octet-stream
Size: 9571 bytes
Desc: not available
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20021011/e0d7660a/attachment-0003.obj>


More information about the vtkusers mailing list