-
I use Barbecue 1.5 Beta 1. The problem still exist.
The constructor in file CenteredLabelLayout.java is already updated with super(x, y, width, BARS_TEXT_VGAP);
Any solution?.
2009-11-17 16:20:07 UTC by kevin873
-
I have put the follow code into my project's xml file
BarcodeServlet
net.sourceforge.barbecue.BarcodeServlet
BarcodeServlet
/barcode
and I have put the jar file into the WEB-INF/lib
my code is
2009-11-06 09:48:26 UTC by wuy2009
-
In last the tagget in svn there is a maven dependency to the portlet specification 1.0, note that is JSR 168. The ResourceServingPortlet is in 2.0 aka JSR 286. To fix this please change the following in the pom.xml:
From
javax.portlet
portlet-api
1.0
To
...
2009-10-12 08:34:13 UTC by mtstorm
-
Is there any ETA on this fix, as it's blocking us to use this software?.
2009-10-08 14:18:01 UTC by gopalyv
-
Hi,
I need to set barcode image width to120px, but not creating valid image. How can I remove the line under the code?
Thx.
2009-10-07 05:36:01 UTC by gopalyv
-
Dear All,
I am using the small code in the JSP as below :-
Barcode barcode = BarcodeFactory.createCode128B("1111111111111111111111111");
File f = new File("test.jpeg");
BarcodeImageHandler.saveJPEG(barcode, f);
We are using Weblogic JDK 1.4 inSun Solaris 10. Every time i run i get the following error
java.lang.InternalError: Can't connect to X11 window server using...
2009-09-01 10:17:39 UTC by rashpalsingh17
-
Hi,
I'm working with barbecue 1.5 beta 1 and the resizing of a 3of9 barcode is still not working !!!
Is there a specific instruction to do that or is the width of a 3of9 barcode unchangeable ?
Thanks.
2009-08-19 06:40:47 UTC by svincenot
-
Instead of using the createEAN128 method using the parseEAN128 method whit de next string: (90)507813051531110608003000156000000000000000000
Regards.
2009-06-15 16:31:16 UTC by emiliobg
-
Hello,
I generate the next barcode 90507813051531110608003000156000000000000000000 with createEAN128 method, in the label below de code number appears correctly but when I read the code with a barcode reader appears 01 at the beginning of a code -> 0190507813051531110608003000156000000000000000000
¿How can avoid this 01?
Thanks.
2009-06-15 10:00:58 UTC by emiliobg