Gamestudio Links
Zorro Links
Newest Posts
Data from CSV not parsed correctly
by dr_panther. 05/06/24 18:50
Help with plotting multiple ZigZag
by degenerate_762. 04/30/24 23:23
M1 Oversampling
by 11honza11. 04/30/24 08:16
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
3 registered members (AndrewAMD, TedMar, dr_panther), 1,049 guests, and 0 spiders.
Key: Admin, Global Mod, Mod
Newest Members
firatv, wandaluciaia, Mega_Rod, EternallyCurious, howardR
19050 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 | 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