
27
Zone 1 (Video Zone)
<VideoFormat x="40" y="122" height="387" width="588" />
-
x="40" y="122":
Sets the location of the video zone on the screen.
-
height="387" width="588":
Sets the size of the video zone.
Zone 2 (Date Zone)
<string name="DateField"
x="711" y="36" width="125" height="25"
type="STRING_TIME_YMD"
foregroundcolor="0x01000000"
transparentbackground="TRUE"
outlinecolor="0x00C8C8C8"/>
-
x="711" y="36":
Sets the location of the date zone on the screen.
-
width="125" height="25":
Sets the size of the date zone.
-
foregroundcolor="0x01000000":
Sets the foreground text color for Date.
-
transparentbackground="TRUE":
Enable (TRUE)/ disable (FALSE) the transparent background.
-
outlinecolor="0x00C8C8C8":
Set the outline color for Date.
Zone 3 (Time Zone)
<string name="TimeField"
x="857" y="37" width="125" height="25"
type="STRING_TIME_HMS"
foregroundcolor="0x01000000"
transparentbackground="TRUE"
outlinecolor="0x00FFA2D2"/>
-
x="857" y="37":
Sets the location of the date zone on the screen.
-
width="125" height="25":
Sets the size of the time zone.
-
foregroundcolor="0x01000000":
Sets the foreground text color for Time.
-
transparentbackground="TRUE":
Enable (TRUE)/ disable (FALSE) the transparent background.
-
outlinecolor="0x00FFA2D2":
Set the outline color for Time.
28
Zone 4, 5 & 6 (Image Zones)
<bitmap name="Banner1-1" file="Banner1-1.bmp" x="679" y="117" />
<bitmap name="Banner2-1" file="Banner2-1.bmp" x="39" y="560" />
<bitmap name="Banner3-1" file="Banner3-1.bmp" x="677" y="544" />
-
Sets the location of the image zones on the screen.
<bitmap name="Banner1-1" file="Banner1-1.bmp" x="679" y="117" timeout="4"/>
<bitmap name="Banner2-1" file="Banner2-1.bmp" x="39" y="560" timeout="4"/>
<bitmap name="Banner3-1" file="Banner3-1.bmp" x="677" y="544" timeout="4"/>
<bitmap name="Banner1-2" file="Banner1-2.bmp" x="679" y="117" timeout="4"/>
<bitmap name="Banner2-2" file="Banner2-2.bmp" x="39" y="560" timeout="4"/>
<bitmap name="Banner3-2" file="Banner3-2.bmp" x="677" y="544" timeout="4"/>
<bitmap name="Banner1-3" file="Banner1-3.bmp" x="679" y="117" timeout="4"/>
<bitmap name="Banner2-3" file="Banner2-3.bmp" x="39" y="560" timeout="4"/>
<bitmap name="Banner3-3" file="Banner3-3.bmp" x="677" y="544" timeout="4"/>
-
Sets the image files you want to play and the order in which you want to play them.
-
timeout="4":
Sets the slideshow display change time (4 seconds).
Zone 7 (Scrolling Text Zones)
<ScrollText visible="TRUE" x="0" y="719" foregroundcolor="0xFF33DA82"
backgroundcolor="0x11111111" />
-
visible="TRUE":
Enable (TRUE)/ disable (FALSE) the scrolling text display..
-
x="0" y="719":
Sets the location of the scrolling text zone on the screen.
-
foregroundcolor="0xFF33DA82":
Sets the foreground text color for Scrolling Text.
-
backgroundcolor="0x11111111":
Sets the background color of scrolling text.
Step2:
Put the demo files (includes background image (main.bmp), slide image (Banner1-1.bmp,
Banner1-2.bmp, Banner1-3.bmp, Banner2-1.bmp, Banner2-2.bmp, Banner2-3.bmp, Banner3-1.bmp,
Banner3-2.bmp and Banner3-3.bmp), XML file (Layout.xml) and scrolling text file (message) to CF card.
Step3.
Insert the CF card into the B1080PX, and the B1080PX will run the multi-zone display function
automatically.
NOTE:
Make sure the
Auto Play
item is set to “
MultiLayer”
(refer to section 7.4), and the
Multiple
Display
item is set to
“Layout:XML”
(refer to section 7.5)
.