I don't now why, but if i start with
messageToPrint == "4006127013035",
stringFromX == 0,
stringFromY == 0,
barCodeType == 13,
barCodeWidth == 3,
barCodeHeight == 60,
rotation == 0,
then nothing not going on. Errors does not appears, currentY always 0, and nothing does n't printing!
currentY = printerManager.drawBarcode(messageToPrint, stringFromX, stringFromY, barCodeType, barCodeWidth, barCodeHeight, rotation);
I don't now why, but if i start with messageToPrint == "4006127013035", stringFromX == 0, stringFromY == 0, barCodeType == 13, barCodeWidth == 3, barCodeHeight == 60, rotation == 0, then nothing not going on. Errors does not appears, currentY always 0, and nothing does n't printing!
Please help!!!