[go: up one dir, main page]

Menu

Code Commit Log


Commit Date  
[r40] by king_leo

One suggestion so far. The following minimal ZPL sequence is happily interpreted by ZPL in the printer:

^XA
^A0,80
^XZ

....where your program seems to require the font orientation, i.e. "^A0N,80" instead for the second line. But the ZPL manual shows the font orientation will be taken from the previous value (and in fact it seems to default happily to 'N' even if not specified by a prior ^FW command). So your program is unnecessarily strict here compared to the printers themselves.

This would be a good case to show a warning but still assume "^A0," means "^A0N,". Many of our programs here use the first form and it would be great if ZPL Viewer accepted this as valid.

2014-04-07 19:59:23 Tree
[r39] by king_leo

One suggestion so far. The following minimal ZPL sequence is happily interpreted by ZPL in the printer:

^XA
^A0,80
^XZ

....where your program seems to require the font orientation, i.e. "^A0N,80" instead for the second line. But the ZPL manual shows the font orientation will be taken from the previous value (and in fact it seems to default happily to 'N' even if not specified by a prior ^FW command). So your program is unnecessarily strict here compared to the printers themselves.

This would be a good case to show a warning but still assume "^A0," means "^A0N,". Many of our programs here use the first form and it would be great if ZPL Viewer accepted this as valid.

2014-04-07 19:58:47 Tree
[r38] by king_leo

SaveAs Dialog eingebaut.

2014-03-14 14:42:24 Tree
[r37] by king_leo

Bugfix, damit beim Speichern auf die bereits geöffnete Datei geschrieben wird.

2014-03-14 14:17:38 Tree
[r36] by king_leo

Setup exe gebaut.

2014-01-26 15:43:17 Tree
[r35] by king_leo

Testcase

2012-05-31 19:35:24 Tree
[r34] by king_leo

Fixed Parse error

2012-05-31 19:31:36 Tree
[r33] by king_leo

add zplviewer starter script for Linux.

2012-01-14 12:47:38 Tree
[r32] by king_leo

Added Changelog

2012-01-14 09:18:35 Tree
[r31] by king_leo

Reading compressed files is possible now. Bit windows driver stuff is not working yet

2012-01-13 21:53:46 Tree
Older >