Page 1 of 1

GUI problem

Posted: Fri Jun 01, 2007 6:47 pm
by Arkaz
Hi, I'm currently testing the engine and I began with the HelloWorld example but something is strange... the logo is not displayed !

Is it a bug or my settings? It does not seem to be a problem from the texture because if I replace the lines :

Code: Select all

					device.VideoDriver.Draw2DImage(
						texLogo, new Position2D(10,10),
						new Rect(0,0,88,31), 
						new Rect(new Position2D(0,0),device.VideoDriver.ScreenSize),
						new Color(0xffffff), false);
by :

Code: Select all

                    device.VideoDriver.Draw2DImage(texLogo, new Position2D(10, 10));


The logo is now displayed !

Posted: Sun Jun 03, 2007 12:09 am
by Arkaz
I have a problem rendering the 6th example#net too. The 2D images don't appear.

No problems in the C++ version...


Can someone tell me if he has the same bugs please ?

Posted: Sun Jun 03, 2007 12:50 pm
by Arkaz
I just want to know if someone has no problem with the 6th exemple-net... Just a click on build and run ;)

No images appears for me...

Thanks for help.