Hi, I had a similar problem a week ago. I used Qt 3.8 and OpenSG 1.8. When I used the static method QFileDialog::getExistingDirectory() the OpenSG file load method SceneFileHandler::the().read() didn´t work correctly. The vrml model file was loaded but all vertex data and transformations and so on were set to zero. This problem also occured when using other static methods from QFileDialog. I never inspected this problem any more and as a workaround I don´t use the static methods, i.e. I create my file dialog from non static methods of QFileDialog and everything works well...
So maybe this hack is not a solution for your problem but you can check if your problem has the same origin (static qt methods) as mine. Good luck, Lars Bilke ------------------------------------------------------------------------------ _______________________________________________ Opensg-users mailing list Opensg-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/opensg-users