Windows Size Problem

Posted By: Liamissimo

Windows Size Problem - 12/15/09 17:49

Hey Guys,
I have a problem: How do I set the size of the Gamewindows unchangeable? becaus I use video_set but sometimes, other Computer just ignore it and then they are setting the resolution on 800x600, but with that you can't play it(Panel are for 1000x800). Is there a fixed order for this? Already tried much things...

Thanks wink
Posted By: Ottawa

Re: Windows Size Problem - 12/15/09 20:06

Hi!

Here's what I use for 800x600 you can modify this for your panels
Code:
video_aspect = 4./3.;
video_mode = 7; // start resolution 800 x 600
video_screen = 1; // start in fullscreen mode 	
video_depth = 32; // otherwise 32 bit mode
	//	video_set(800,600,32,1);  /



Things are better since I started using this....no more black squares of all sizes and error message in the diag file
Posted By: Liamissimo

Re: Windows Size Problem - 12/15/09 20:18

Okay thanks, will try it. So, just forbetter understanding: My problem arent the Panels, its the Windows size because some panels are out of the window that was made smaller than I set it in Lite-c.
Posted By: Lukas

Re: Windows Size Problem - 12/15/09 21:07

http://manual.conitec.net/avideo_window.htm
Posted By: Liamissimo

Re: Windows Size Problem - 12/15/09 21:45

that looks good, thanks a lot, there are many orders for this but this one looks like the solution
^^
© 2023 lite-C Forums