new screen with more windows

Find quick help here to get you started with Hollywood
Post Reply
sinisrus
Posts: 347
Joined: Tue Apr 21, 2015 5:43 pm

new screen with more windows

Post by sinisrus »

Hello,

Open a project in a new screen with more windows it is possible?

thank you for your help
sinisrus
Posts: 347
Joined: Tue Apr 21, 2015 5:43 pm

Re: new screen with more windows

Post by sinisrus »

ok solved :-)
User avatar
lazi
Posts: 625
Joined: Thu Feb 24, 2011 11:08 pm

Re: new screen with more windows

Post by lazi »

It would help others if you could share how did you managed to made it. Maybe RTFM? :-)
sinisrus
Posts: 347
Joined: Tue Apr 21, 2015 5:43 pm

Re: new screen with more windows

Post by sinisrus »

@Lazi => I am sorry, yes is true

The first display is used for the full screen mode

@DISPLAY 1,{X=0, Y=0, Width=1, Height=1, Mode="FullScreen", ScrWidth=1440, ScrHeight=900, ScrDepth=32, Backfill={Type="Gradient", StartColor=#WHITE, EndColor=#BLUE, HideTitleBar=0}}
@DISPLAY 2, {X=0, Y=50, Width = 50, Height = 360, Title = "Sprite display",Sizeable=0, Borderless=0}
@DISPLAY 3, {X=#RIGHT, Y=50, Width = 200, Height = 250, Title = "Double buffered display", Borderless=0}
@DISPLAY 4, {X=#RIGHT, Y=400, Width = 200, Height = 256, Title = "Layered display", Borderless=0}

EscapeQuit(True)

Repeat
WaitEvent
Forever
Post Reply