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
4 registered members (AndrewAMD, dr_panther, 2 invisible), 1,056 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
opening multiple windows #293326
10/10/09 18:16
10/10/09 18:16
Joined: Jul 2009
Posts: 15
Netherland
M
malhal Offline OP
Newbie
malhal  Offline OP
Newbie
M

Joined: Jul 2009
Posts: 15
Netherland
hello,

I'm trying to simultaneously open two borderless windows in Lite-c (running on Vista) with the following code:

void main()
{
wait(1);
video_window(vector(200,0,0),vector(200,1000,0),1,NULL);
video_window(vector(400,0,0),vector(200,1000,0),1,NULL);
}

The problem is that I only see the second window, and I want to see both of them. Who can solve this riddle?



thanks in advance,

Re: opening multiple windows [Re: malhal] #293327
10/10/09 18:22
10/10/09 18:22
Joined: Oct 2007
Posts: 5,210
İstanbul, Turkey
Quad Offline
Senior Expert
Quad  Offline
Senior Expert

Joined: Oct 2007
Posts: 5,210
İstanbul, Turkey
because this functions doesnt open a new window but modify the existing one.


3333333333
Re: opening multiple windows [Re: Quad] #293328
10/10/09 18:29
10/10/09 18:29
Joined: Jul 2009
Posts: 15
Netherland
M
malhal Offline OP
Newbie
malhal  Offline OP
Newbie
M

Joined: Jul 2009
Posts: 15
Netherland
Any idea what function to use when I want to have more than 1 window?


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