Display BackFill{} and color
Posted: Tue Jan 19, 2016 5:32 pm
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
---
@DISPLAY 1,
{
Backfill={
Type="Color",
Color=#GRAY
}
;Color=#GRAY ;<= if i use this with backfill = no work
}
EscapeQuit(True)
/* Loops */
Repeat
WaitEvent
Forever