Marc Van Endert - 2011-09-12

For the demo I'm assuming you are running on one computer (both client and server component).

First, you have to create the folder structure needed for the demo. In the 1.2 rar file, there is a labelprint folder (with folders like clientprintjobs, serverprintjos etc...). Unpack this folder to c:\acalabelprint\clientlabels etc...) as these are used in our development environment. If your do not you need to change the .config files accrdingly.

So the server and client component need to start. We have 2 windows services for this. But for demo purposes and debugging a commandbox version is also supplied these are pointed to in de start command below.

the third command below starts the controller component. Right click and add a printgroup (right click is often suppoted in this program but it's not intuitive to do so...). Call it printgroep1 (because we use this and the folder is already pressent in the rar file).

Once a printergroep is added you can also add a printer to the group and activate it.

If you have a printjob (also in the rar file, you can point to it when opening the designer component. Choose create new label after pointing to a printjob and define one (remember all sizes and width elements are in mm for now)

Then all should work fine!

--> startdemo.cmd contains:
start D:\data\SourceCode\LabelPrintv10\AcaLabelX\ACALabelXTestClient\bin\Debug\ACALabelXTestClient.exe
start D:\data\SourceCode\LabelPrintv10\AcaLabelX\ACALabelXTestServer\bin\Debug\ACALabelXTestServer.exe
start D:\data\SourceCode\LabelPrintv10\AcaLabelX\LabelControler\bin\Debug\LabelControler.exe
-----------------------