Display BackFill{} and color

Report any Hollywood bugs here
Post Reply
sinisrus
Posts: 347
Joined: Tue Apr 21, 2015 5:43 pm

Display BackFill{} and color

Post by sinisrus »

It is a bug?

---

@DISPLAY 1,
{

Backfill={
Type="Color",
Color=#GRAY
}

;Color=#GRAY ;<= if i use this with backfill = no work

}


EscapeQuit(True)

/* Loops */
Repeat
WaitEvent
Forever
User avatar
airsoftsoftwair
Posts: 5446
Joined: Fri Feb 12, 2010 2:33 pm
Location: Germany
Contact:

Re: Display BackFill{} and color

Post by airsoftsoftwair »

You need to use a comma of course, i.e.

Code: Select all

@DISPLAY 1, {Backfill={Type="Color", Color=#GRAY}, Color=#GRAY}

EscapeQuit(True)

/* Loops */
Repeat
WaitEvent
Forever
sinisrus
Posts: 347
Joined: Tue Apr 21, 2015 5:43 pm

Re: Display BackFill{} and color

Post by sinisrus »

Yes work nice

Thank you :-)
Post Reply