Gamestudio Links
Zorro Links
Newest Posts
loading historical data 1st time
by AndrewAMD. 04/14/23 12:54
Trade at bar open
by juanex. 04/13/23 19:43
Bug in Highpass2 filter
by rki. 04/13/23 09:54
Adding Limit Orders For IB
by scatters. 04/11/23 16:16
FisherN
by rki. 04/11/23 08:38
AUM Magazine
Latest Screens
SHADOW (2014)
DEAD TASTE
Tactics of World War I
Hecknex World
Who's Online Now
1 registered members (Grant), 999 guests, and 2 spiders.
Key: Admin, Global Mod, Mod
Newest Members
rki, FranzIII, indonesiae, The_Judge, storrealba
18919 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Windows Size Problem #301962
12/15/09 17:49
12/15/09 17:49
Joined: Jul 2009
Posts: 1,198
Berlin, Germany
L
Liamissimo Offline OP
Serious User
Liamissimo  Offline OP
Serious User
L

Joined: Jul 2009
Posts: 1,198
Berlin, Germany
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


"Ich weiss nicht genau, was Sie vorhaben, aber Sie können keine Triggerzonen durch Ihr Level kullern lassen."
-JCL, 2011
Re: Windows Size Problem [Re: Liamissimo] #301985
12/15/09 20:06
12/15/09 20:06
Joined: Apr 2006
Posts: 737
Ottawa, Canada
O
Ottawa Offline
User
Ottawa  Offline
User
O

Joined: Apr 2006
Posts: 737
Ottawa, Canada
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


Hope this helps!
Ottawa laugh

Ver 7.86.2 Pro and Lite-C
Re: Windows Size Problem [Re: Ottawa] #301991
12/15/09 20:18
12/15/09 20:18
Joined: Jul 2009
Posts: 1,198
Berlin, Germany
L
Liamissimo Offline OP
Serious User
Liamissimo  Offline OP
Serious User
L

Joined: Jul 2009
Posts: 1,198
Berlin, Germany
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.


"Ich weiss nicht genau, was Sie vorhaben, aber Sie können keine Triggerzonen durch Ihr Level kullern lassen."
-JCL, 2011
Re: Windows Size Problem [Re: Liamissimo] #302000
12/15/09 21:07
12/15/09 21:07
Joined: May 2007
Posts: 2,043
Germany
Lukas Offline

Programmer
Lukas  Offline

Programmer

Joined: May 2007
Posts: 2,043
Germany

Re: Windows Size Problem [Re: Lukas] #302007
12/15/09 21:45
12/15/09 21:45
Joined: Jul 2009
Posts: 1,198
Berlin, Germany
L
Liamissimo Offline OP
Serious User
Liamissimo  Offline OP
Serious User
L

Joined: Jul 2009
Posts: 1,198
Berlin, Germany
that looks good, thanks a lot, there are many orders for this but this one looks like the solution
^^


"Ich weiss nicht genau, was Sie vorhaben, aber Sie können keine Triggerzonen durch Ihr Level kullern lassen."
-JCL, 2011

Moderated by  HeelX, Lukas, rayp, Rei_Ayanami, Superku, Tobias, TWO, VeT 

Gamestudio download | chip programmers | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1