Page 1 of 1

SIze of display ?

Posted: Sat Feb 17, 2018 5:55 pm
by plouf
Hi, truly newbie question !

when creating a simple script in Hollywood , that makes some draw's (like an circle box etc) all these are drawed directly in "console" screen.
whats the size of the screen ?
size its equally in all version's ? amiga,win, Adnroid ?
can i change it ?

i tried to create a new display but , seems that this is always SECOND display, first display always come up (in addition to this android do NOT support it)

Re: SIze of display ?

Posted: Sat Feb 17, 2018 6:04 pm
by Ferin
You can change size and much more, take a look at @DISPLAY

Re: SIze of display ?

Posted: Sat Feb 17, 2018 10:11 pm
by jPV
Hollywood opens a 640x480 display by default always if you haven't defined otherwise. Use the @DISPLAY preprocessor to configure it to other dimensions etc as suggested. Or if you don't want it to open initially, use the Hidden tag. You can also check its dimensions with the GetAttribute command in your code.

Re: SIze of display ?

Posted: Sun Feb 18, 2018 11:07 am
by plouf
yeah thanx both
.. was so obvious. just looking the wrong way :)