SIze of display ?

Find quick help here to get you started with Hollywood
Post Reply
plouf
Posts: 462
Joined: Sun Feb 04, 2018 11:51 pm
Location: Athens,Greece

SIze of display ?

Post 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)
Christos
Ferin
Posts: 18
Joined: Fri May 26, 2017 12:41 am

Re: SIze of display ?

Post by Ferin »

You can change size and much more, take a look at @DISPLAY
User avatar
jPV
Posts: 600
Joined: Sat Mar 26, 2016 10:44 am
Location: RNO
Contact:

Re: SIze of display ?

Post 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.
plouf
Posts: 462
Joined: Sun Feb 04, 2018 11:51 pm
Location: Athens,Greece

Re: SIze of display ?

Post by plouf »

yeah thanx both
.. was so obvious. just looking the wrong way :)
Christos
Post Reply