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
4 registered members (AndrewAMD, TipmyPip, NewbieZorro, Grant), 14,196 guests, and 5 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
multiple windows #298293
11/13/09 15:33
11/13/09 15:33
Joined: Jul 2009
Posts: 15
Netherland
M
malhal Offline OP
Newbie
malhal  Offline OP
Newbie
M

Joined: Jul 2009
Posts: 15
Netherland
with function :

video_window(vector(100,0,0),vector(200,1000,0),1,NULL);

I can create a borderless window over my desktop just like a layer. When I call this function again with other parameters:

video_window(vector(400,0,0),vector(200,1000,0),1,NULL);


the former window dissapears. So it looks like I'm just changing the properties of the same window instead of creating a second one.

How can I display multiple windows and change their properties (i.e. position or width)??

(running commercial version on vista)

Re: multiple windows [Re: malhal] #298294
11/13/09 15:46
11/13/09 15:46
Joined: Apr 2009
Posts: 141
dakilla Offline
Member
dakilla  Offline
Member

Joined: Apr 2009
Posts: 141
I dont think that it is possible to run multiple windows, though you can create multiple cameras within a window.


One day there will be an unfixable bug,
That day is not today.
Re: multiple windows [Re: malhal] #298295
11/13/09 15:48
11/13/09 15:48
Joined: Mar 2006
Posts: 2,252
Hummel Offline
Expert
Hummel  Offline
Expert

Joined: Mar 2006
Posts: 2,252
Quote:
So it looks like I'm just changing the properties of the same window instead of creating a second one.

that´s exactly what this function is doing->changing the settings.

To get a new window you have to start your application again.
You could use the function "exec".


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