How to open several windows?

Find quick help here to get you started with Hollywood
Post Reply
Bugala
Posts: 1390
Joined: Sun Feb 14, 2010 7:11 pm

How to open several windows?

Post by Bugala »

Was just about to, for a first time, open some windows with Hollywood, but I couldn't find any commands that would do so.

Is it so that if I want to make a program that uses several Windows, I have to use something like RapaGUI to do it? Or did I just miss all the Hollywood commands relating to opening windows?
p-OS
Posts: 171
Joined: Mon Nov 01, 2010 11:56 pm

Re: How to open several windows?

Post by p-OS »

check documentation vor CreateDisplay()
Bugala
Posts: 1390
Joined: Sun Feb 14, 2010 7:11 pm

Re: How to open several windows?

Post by Bugala »

Thanks!

Never realised it is done that way.

Have never given much thought about display before, just used it at beginning and that's it, didn't realise I can use it to make several windows.
User avatar
jPV
Posts: 734
Joined: Sat Mar 26, 2016 10:44 am
Location: RNO
Contact:

Re: How to open several windows?

Post by jPV »

You can define them with preprocessor commands in the beginning too:
@DISPLAY 1, {X=0, Y=0}
@DISPLAY 2, {X=700, Y=0}
@DISPLAY 3, {X=0, Y=600}
etc...
Post Reply