Re: [wxVTK] wxVTK and wxWidgets 2.8
Brought to you by:
malat
From: Marco <tsu...@si...> - 2008-01-02 13:36:53
|
Great, your patch solved both the problems. Is it going to be merged with the official wxVTK? The patch solved this two problems with wxGTK 2.8, but now, with wxGTK 2.8 I have the same problem I have using wxGTK 2.6 (as I wrote on another thread). Closing the window the application crashes trying to delete the wxVTKRenderWindowInteractor. It seems the use of wxglcanvas makes the application not to free the resources correctly on my system. Any idea? Is there anyone using wxVTK on Ubuntu 7.10? Many Thanks, Marco Sander Niemeijer ha scritto: > You might want to have a look at the patch I submitted in August last year: > http://sourceforge.net/mailarchive/message.php?msg_name=627122B2-45B7-4CB2-A162-E942858EB422%40stcorp.nl > > > Especially the removal of the wxCHECK_VERSION(2, 8, 0) check for the > define of USE_WXGLCANVAS. > > Best regards, > Sander Niemeijer > > On 2 jan 2008, at 12:28, Marco wrote: > >> Marco ha scritto: >>> Deli Geng (David) ha scritto: >>>> Hi, >>>> >>>> >>>> >>>> I realized on the wxVTK web page it was claimed not to support >>>> wxWidgets >>>> 2.8 for the moment. However, I did use the >>>> wxVTKRenderWindowInteractor.cxx with my wxWidget 2.8 application. It >>>> seemed to work ok, although I haven’t tested it thoroughly. So I wonder >>>> if it actually supports 2.8 now, or if not, is there anything I should >>>> be careful with? >>> >>> >>> Hi, >>> >>> I tried the wxVTK samples with wxWidgets 2.8.4 on Ubuntu, it works but >>> there is something strange...the cone does not look as it should, >>> something like the surface normals are not oriented the right way. >>> >>> Anyone experiencing this behaviour? >> >> Sorry, >> >> another small thing, >> >> the rendering windows do not refresh automatically, I have to click on >> them. >> >> Bye, >> Marco |