Dear list (and I guess mostly Adrea :),
I've slapped together a PyAUI based interface (this is wxPython
2.6.3.3 and PyAUI from 2006-06-30, i.e. latest stable downloaded from
http://xoomer.alice.it/infinity77/eng/PyAUI.html ). At the moment
there is a single pane containing the wxVTKRenderWindowInteractor.
When it starts up, everything is fine, but at the first resize, the
renderwindowinteractor grows to blank out the AUI pane title. When I
reset the default pane state (that I saved at app startup) everything
is fine again. First resize, pane title is blotted out.
Does this ring any bells?
Thanks for any hints,
Charl
Hi Charl,
Dear list (and I guess mostly Adrea :),
I've slapped together a PyAUI based interface (this is wxPython
2.6.3.3 and PyAUI from 2006-06-30, i.e. latest stable downloaded from
http://xoomer.alice.it/infinity77/eng/PyAUI.html ). At the moment
there is a single pane containing the wxVTKRenderWindowInteractor.
When it starts up, everything is fine, but at the first resize, the
renderwindowinteractor grows to blank out the AUI pane title. When I
reset the default pane state (that I saved at app startup) everything
is fine again. First resize, pane title is blotted out.
Does this ring any bells?
Uhm, not really... It's been a while since I used
wxVTKRenderWindowInteractor, and I remember using it with PyAUI
without big problems. But I used it as CenterPane() without pane
title, so I might have missed that bug. I have a couple of questions:
1) It looks like you are using the "stable" version of PyAUI from my
website... could you try with the "development" one and see if the
problem persists?
2) Which platform are you on?
3) Would you be able to create a runnable sample, so that I can try to
reproduce and fix the bug?
Thank you.
Andrea.
"Imagination Is The Only Weapon In The War Against Reality."
http://xoomer.alice.it/infinity77/
ยทยทยท
On 7/1/07, Charl P. Botha wrote: