Page 1 of 1

How to open several windows?

Posted: Fri Sep 27, 2024 9:08 pm
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?

Re: How to open several windows?

Posted: Fri Sep 27, 2024 11:01 pm
by p-OS
check documentation vor CreateDisplay()

Re: How to open several windows?

Posted: Sat Sep 28, 2024 3:13 pm
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.

Re: How to open several windows?

Posted: Sat Sep 28, 2024 8:54 pm
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...