[vtkusers] Flickering on Hp-Ux
Ramakrishna Shyamprakash
ramakrishna.prakash at quest-global.com
Thu Feb 19 16:02:53 EST 2004
Hi,
Further to my previous mail, I could over come the flickering
problem by changing the following line in vtkJavaAwt.h
temp0->SetDisplayId((void *)dsi_x11->display);
temp0->SetWindowId((void *)dsi_x11->drawable);
temp0->SetParentId((void *)dsi_x11->display);
changed to
//temp0->SetDisplayId((void *)dsi_x11->display);
// temp0->SetWindowId((void *)dsi_x11->drawable);
temp0->SetParentId((void *)dsi_x11->drawable);
However now a new problem is introduced. The 3d window does not get
repainted in certain occasions like while resizing the parent frame etc.
Is there a work around for this?
Thanks and Regards
Shyam
More information about the vtkusers
mailing list