Quick Start Guide
Table Of Contents
- [Introduction]
- 1 Electronic Shelf Labeling – A brief introduction
- 2 The G1 label family
- 3 What’s in your Smart Box?
- [Getting Started]
- 1 Latest Software and Documentation
- 2 Install software
- 3 Start Server and Client
- 4 Connect and configure Access Point AP-2010
- 5 Setup Security
- 6 Register labels
- 7 Start tagging
- 8 Integration
- [Troubleshooting]
- 1 FAQ
- 1.1 Running the ESL Server as a background service
- 1.2 Where can I find the license file for my SmartBox?
- 1.3 Deleting the demo articles
- 1.4 Establish a network configuration when no DHCP is available – Step by step
- 1.5 AP discovering with Bonjour Services
- 1.6 What can I do if the Status LED of the AP-2010 access point doesn’t turn blue?
- 1.7 Labels don’t come online
- 1.8 The encryption does not work
- 1.9 Unlocking labels
- 1.10 Starting Java applications
- 1.11 Encoding problems
- 1.12 Further documentation
- _Ref387048594
- _Ref386612307
- _Ref386612318
- Activati
- _Ref384813549
- _Ref388607844
- _Ref388607849
Quick Start Guide imagotag GmbH
Page 30 of 36
After enabling the Design Mode a new tab will show up.
FIGURE 1-34: Template Editor Design Tab
7.5.2.4 Enable and show color red
As there are new label types which are capable of showing the color "red"there's a short
description how to enable this inside the xsl template file.
l
Optional: Query whether it is a "red" label
l
<xsl:when test="Label/DisplayWidth = XXX and Label/DisplayHeight = XXX
and
Label/DisplayColors = 'BLACK_WHITE_RED'">
l Add colors option to image tag:
l
<image width="XXX" height="XXX"
colors="true" font-family="XXX">
l Show something in color red, e.g. text:
l
<text font-size="XXX" condense="XXX" font-weight="XXX"
color=”red”>
7.5.2.5 Help Content
There’s a link to the Help content for the Template Editor, open it by clicking Help – Help Content
in the Template Editor or open the file index.html located in C:\imagotag\template\help\.
Also you can find further information on the USB Stick under Documentation - Image Rendering
Reference.