Gamestudio Links
Zorro Links
Newest Posts
Executing Trades on Next Bar Open
by vicknick. 06/13/24 08:51
Zorro Beta 2.61: PyTorch
by jcl. 06/10/24 14:42
New FXCM FIX Plugin
by flink. 06/04/24 07:30
AlpacaZorroPlugin v1.3.0 Released
by kzhao. 05/22/24 13:41
Free Live Data for Zorro with Paper Trading?
by AbrahamR. 05/18/24 13:28
AUM Magazine
Latest Screens
The Bible Game
A psychological thriller game
SHADOW (2014)
DEAD TASTE
Who's Online Now
1 registered members (monarch), 1,259 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
AemStones, LucasJoshua, Baklazhan, Hanky27, firatv
19059 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