I switched to version 2.3.2.1 with Python 2.1.1 somewhere in the
developing process of my program. While testing the prog I had to
realize with horror that all wxVTKRenderWindows are crashing the program
when beeing resized (mouse of maximize button). Even the old versions that
worked
well some weeks ago. Is there any known bug regarding this problem ?
The wxVTKRenderWindow that comes with VTK tends to yield much better
results. At the moment, I'm using the wxVTKRenderWindow that's part of the
VTK 4.1 CVS checkout without a hitch.
Maybe Robin should integrate it into the wxPython distribution?
···
On Mon, Apr 29, 2002 at 07:02:49PM +0100, Marcus Stojek wrote:
I switched to version 2.3.2.1 with Python 2.1.1 somewhere in the
developing process of my program. While testing the prog I had to
realize with horror that all wxVTKRenderWindows are crashing the program
when beeing resized (mouse of maximize button). Even the old versions that
worked
well some weeks ago. Is there any known bug regarding this problem ?
The wxVTKRenderWindow that comes with VTK tends to yield much better
results. At the moment, I'm using the wxVTKRenderWindow that's part of
the
VTK 4.1 CVS checkout without a hitch.
Maybe Robin should integrate it into the wxPython distribution?
I didn't know it was in the VTK dist now... Perhaps since I don't have the
time or the full understanding of VTK to be able to maintian it I should
just remove it from the wxPython dist. Thoughts?
···
--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters? http://wxPython.org Relax with wxPython!
Is there a wxVTKRenderWindow supplied in the VTK4.0 distribution?
Bryan
···
On Mon, 2002-04-29 at 21:26, Charl P. Botha wrote:
On Mon, Apr 29, 2002 at 07:02:49PM +0100, Marcus Stojek wrote:
> I switched to version 2.3.2.1 with Python 2.1.1 somewhere in the
> developing process of my program. While testing the prog I had to
> realize with horror that all wxVTKRenderWindows are crashing the program
> when beeing resized (mouse of maximize button). Even the old versions that
> worked
> well some weeks ago. Is there any known bug regarding this problem ?
The wxVTKRenderWindow that comes with VTK tends to yield much better
results. At the moment, I'm using the wxVTKRenderWindow that's part of the
VTK 4.1 CVS checkout without a hitch.
Maybe Robin should integrate it into the wxPython distribution?
If wxVTKRenderWindow is to become a permanent part of the VTK
distribution (I hope it is!), then I don't see the need for duplication
in wxPython. More importantly, I think having two different
implementations of basicly the same thing is a bad thing.
I've been unable to get the wxPython version to work with wxGTK >= 2.3.2
at all. The way it locks up my X server suggest a nasty low-level
problem. It would be nice to understand the problem though, as it might
reveal a bug in wxGTK, VTK or even X. I'm about to try out the VTK CVS
version...
Bryan
···
On Tue, 2002-04-30 at 04:28, Robin Dunn wrote:
> The wxVTKRenderWindow that comes with VTK tends to yield much better
> results. At the moment, I'm using the wxVTKRenderWindow that's part of
the
> VTK 4.1 CVS checkout without a hitch.
>
> Maybe Robin should integrate it into the wxPython distribution?
I didn't know it was in the VTK dist now... Perhaps since I don't have the
time or the full understanding of VTK to be able to maintian it I should
just remove it from the wxPython dist. Thoughts?
--
Robin Dunn
Software Craftsman
robin@AllDunn.com Java give you jitters? http://wxPython.org Relax with wxPython!
The class in VTK was independently created as far as I can see. It might be
prudent if your time is limited to include a pointer to the VTK version
instead of the class which is currently in wxPython.
If you would like to take a look at the code, I could always make it
available somewhere.
Best regards,
Charl
···
On Mon, Apr 29, 2002 at 08:28:45PM -0700, Robin Dunn wrote:
> The wxVTKRenderWindow that comes with VTK tends to yield much better
> results. At the moment, I'm using the wxVTKRenderWindow that's part of
the
> VTK 4.1 CVS checkout without a hitch.
>
> Maybe Robin should integrate it into the wxPython distribution?
I didn't know it was in the VTK dist now... Perhaps since I don't have the
time or the full understanding of VTK to be able to maintian it I should
just remove it from the wxPython dist. Thoughts?
AFAICS, not. I've only been able to check the 4.0 installation of a
colleague, so I might be mistaken. However, it should pose no problems to
use the VTK 4.1 CVS wxVTKRenderWindowInteractor with the vtk 4.0 distribution.
···
On Tue, Apr 30, 2002 at 09:50:33AM +0100, bryan cole wrote:
Is there a wxVTKRenderWindow supplied in the VTK4.0 distribution?
I just copied the VTK wxVTKRenderWindow.py file from VTK4.1 CVS and
stuck it into my VTK4.0 installation and it worked "out the bag" with
the latest wxGTK and wxPython. Hurrah!
thanks all.
Bryan
···
On Tue, 2002-04-30 at 11:56, Charl P. Botha wrote:
On Tue, Apr 30, 2002 at 09:50:33AM +0100, bryan cole wrote:
> Is there a wxVTKRenderWindow supplied in the VTK4.0 distribution?
AFAICS, not. I've only been able to check the 4.0 installation of a
colleague, so I might be mistaken. However, it should pose no problems to
use the VTK 4.1 CVS wxVTKRenderWindowInteractor with the vtk 4.0 distribution.