-
Re: Basic WML not working in ZT410
Dmitry ProkhorovFeb 1, 2019 1:14 PM (in response to Kandarp Pundrikbhai Bhatt)
Hello Kandarp,
It may me not enough to send your WML file to printer. Printer is using display.root_wml setting value to decide which control file is first processed by the printer’s front panel. And this setting may have improper value.Seems you need to check value with SGD command:
! U1 getvar "display.root_wml"
In case it is not equal to your file name you can set it with:
! U1 setvar "display.root_wml" "INDEX.WML"
Also, for teste purposes you can show a card from your WML file on the front panel with following command:
! U1 setvar "display.load_card" "INDEX.WML#myCard"
It also requires your card to have id attribute this way:
<wml>
<display>
<card id="myCard">
<p>Hello World!!</p>
</card>
</display>
</wml>
See details here:
Dmitry Prokhorov
Software Engineer, Kutir Mobility
Posted on behalf of Zebra Technologies
-
Re: Basic WML not working in ZT410
Kandarp Pundrikbhai Bhatt Feb 1, 2019 8:44 PM (in response to Dmitry Prokhorov)Dear Dmitry
Many thanks for your prompt responce I have get the result the only thing is it shows very narrow font
is there any way to increase the font size on Cards with WML command.
-
Re: Basic WML not working in ZT410
Dmitry ProkhorovFeb 4, 2019 8:35 AM (in response to Kandarp Pundrikbhai Bhatt)
Hello Kandarp,
In this article you can find an example on how to change card font style and size:
WML Tutorial: Font Size and Style Tags Like Emphasis (em), Strong, Bold, Italic, Underline
Dmitry Prokhorov
Software Engineer, Kutir Mobility
Posted on behalf of Zebra Technologies
-
-