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
1 registered members (TipmyPip), 18,633 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
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,211
İstanbul, Turkey
Quad Offline
Senior Expert
Quad  Offline
Senior Expert

Joined: Oct 2007
Posts: 5,211
İ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 | 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