Project

General

Profile

Defect #1320

VelocityReportPlugin v3.5.53/54/55 error barcode on servoy 8.2.2/8.2.3

Added by rosamaria colombara almost 6 years ago. Updated about 5 years ago.

Status:
Rejected
Priority:
Normal
Category:
barcode
Target version:
-
Start date:
04/05/2018
Due date:
% Done:

0%

Estimated time:
Browser (if web client):

Description

The Velocity Plugin v3.5.53/54/55 doesn't work after the upgrade to Servoy 8.2.2 and Servoy 8.2.3.
While the Velocity Plugin v3.5.53 works fine in Servoy 8.2.1.

This is the code:

var barcodeDefinition = {
data: _cod_art,
gray: true,
type: plugins.VelocityReport.BARCODE.CODE128,
height: 100,
moduleWidth: "0.18mm",
wideFactor: 3,
format: "png",
fontSize: 8,
forcedWidth: 255,
forcedHeight: 90,
id: "barcode1",
font: 'Arial',
placement:'none',
resolution: plugins.VelocityReport.REPORT.RESOLUTION_HIGH
}
var barcod = plugins.VelocityReport.getBarcode(barcodeDefinition);

Files

Schermata_2018-04-05_alle_11.43.44.png (26.6 KB) Schermata_2018-04-05_alle_11.43.44.png rosamaria colombara, 04/05/2018 11:44 AM
genbc.png (967 Bytes) genbc.png Patrick Talbot, 04/26/2018 03:19 PM

History

#1

Updated by Patrick Talbot almost 6 years ago

  • File genbc.png genbc.png added
  • Status changed from New to Feedback
  • Assignee changed from Patrick Talbot to rosamaria colombara
  • Priority changed from High to Normal

Just tried in Servoy 8.2.3 with Velocity 3.5.55, with _cod_art = "Servoy Stuff" and it worked fine and produced the png attached. Perhaps you are missing the Eastwood.war in your /application_server/server/webapps/ folder?

#2

Updated by Patrick Talbot about 5 years ago

  • Status changed from Feedback to Rejected

Also available in: Atom PDF