Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
3 registered members (AndrewAMD, TipmyPip, OptimusPrime), 15,229 guests, and 7 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Run window isnt anymore fullscreen - WHY? #146303
08/06/07 22:03
08/06/07 22:03
Joined: Sep 2006
Posts: 188
Latvia
MDI Offline OP
Member
MDI  Offline OP
Member

Joined: Sep 2006
Posts: 188
Latvia
Im abashed whats is happen with fullscreen window when i make test run?
That problem shows after window reinstal and program installing from new!
Before this if i write fullscreen = 1 then test run shows in full screen but now no!

I want how can fix that!


Latvija rullē
Re: Run window isnt anymore fullscreen - WHY? [Re: MDI] #146304
08/07/07 06:37
08/07/07 06:37
Joined: Jul 2000
Posts: 28,024
Frankfurt
jcl Offline

Chief Engineer
jcl  Offline

Chief Engineer

Joined: Jul 2000
Posts: 28,024
Frankfurt

Run window isnt anymore fullscreen - WHY? [Re: jcl] #146305
08/07/07 08:22
08/07/07 08:22
Joined: Sep 2006
Posts: 188
Latvia
MDI Offline OP
Member
MDI  Offline OP
Member

Joined: Sep 2006
Posts: 188
Latvia
That isnt anything new! Im always writing fullscreen = 1; and video_mode = 8; But how i say after program reinstal that dont works in test window but ufter publishing works like full and in real resolution!


Latvija rullē
Re: Run window isnt anymore fullscreen - WHY? [Re: MDI] #146306
08/07/07 08:27
08/07/07 08:27
Joined: Apr 2005
Posts: 4,506
Germany
F
fogman Offline
Expert
fogman  Offline
Expert
F

Joined: Apr 2005
Posts: 4,506
Germany
Take a look at the command line and delete "-wnd".


no science involved
Re: Run window isnt anymore fullscreen - WHY? [Re: fogman] #146307
08/07/07 17:10
08/07/07 17:10
Joined: Sep 2002
Posts: 700
Orange County, CA
L
LogantheHogan Offline
Developer
LogantheHogan  Offline
Developer
L

Joined: Sep 2002
Posts: 700
Orange County, CA
I think what JCL meant you to notice was that you have to set video_screen to 1 in your main script.

Run window isnt anymore fullscreen - WHY? [Re: LogantheHogan] #146308
08/08/07 17:45
08/08/07 17:45
Joined: Sep 2006
Posts: 188
Latvia
MDI Offline OP
Member
MDI  Offline OP
Member

Joined: Sep 2006
Posts: 188
Latvia
In this all most stupid thing when that dont work anymore - that video_screen =1 and 0 is the same effect (in test mode)! But before that programm reinstalling all works great! Im all time trying to say that - when im doing all that what before! But now dont work!
Im not so stupid!


Latvija rullē
Re: Run window isnt anymore fullscreen - WHY? [Re: MDI] #146309
08/08/07 21:03
08/08/07 21:03
Joined: Feb 2007
Posts: 77
São Paulo, Brazil
AttosRH Offline
Junior Member
AttosRH  Offline
Junior Member

Joined: Feb 2007
Posts: 77
São Paulo, Brazil
I think its 1 and 2 not 0 and 1...

Re: Run window isnt anymore fullscreen - WHY? [Re: AttosRH] #146310
08/08/07 21:27
08/08/07 21:27
Joined: May 2005
Posts: 961
Bremen, Germany
tuschcarsten Offline
User
tuschcarsten  Offline
User

Joined: May 2005
Posts: 961
Bremen, Germany
did you try to use the function video_switch or did you just set the variables?


Bit Happens!
Re: Run window isnt anymore fullscreen - WHY? [Re: tuschcarsten] #146311
08/09/07 01:15
08/09/07 01:15
Joined: Sep 2002
Posts: 700
Orange County, CA
L
LogantheHogan Offline
Developer
LogantheHogan  Offline
Developer
L

Joined: Sep 2002
Posts: 700
Orange County, CA
Yeah. I'm truly sorry if you think we're acting like you're stupid, but we we just need more details about exactly what you're doing. Did you define video_screen like this:

video_screen = 1;

OR like this (the correct way)?:

// outside of any functions!! at the beginning of the script
var video_screen = 1;

For checking this, use TAB in the engine and type video_switch(0,0,1);.

Thanks [Re: LogantheHogan] #146312
08/09/07 07:18
08/09/07 07:18
Joined: Sep 2006
Posts: 188
Latvia
MDI Offline OP
Member
MDI  Offline OP
Member

Joined: Sep 2006
Posts: 188
Latvia
with video_switch all works fine!
Bat some time ago this be worked without any video_switch too!


Latvija rullē

Gamestudio download | 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