Page 1 of 1

CloseEngine3D()

Posted: Thu Jan 19, 2006 7:13 pm
by THCM
It looks like that CloseScreen() isn't enough to do a clean return to the windows desktop, if InitEngine3D() was called before. I need to get back to the desktop for FileRequester operations, but I always get a black frame in the top left corner. When I use a WindowedScreen it's even worse. My FileRequester pops up after CloseScreen() and the WindowedScreen is still there but empty and I don't get focus on the requester. I'm using PureBasic 3.94 with the latest Ogre3D beta. Doesn't CloseScreen() remove all dependencies to the 3D-Screen?