IMPORTANT ANNOUNCEMENT

These forums were permanently set to read-only mode on July 20, 2022. From that day onwards, no new posting or comment is allowed on the site, but the historical content remains intact and searchable.

A new location for posting questions about PlanetPress Suite is now available:

OL Learn - PlanetPress Classic (opens in new tab)

Topic Options
#34386 - 12/28/10 05:16 PM Counter Function with Barcode Plug-In
EricR Offline
OL Newbie

Registered: 12/28/10
Posts: 2
Just upgradted to PSM v7.0.5. I'm using the Bar Code plug-in to place a barcode on the piece, then trying to create a sequential set of Code128 Subset A barcodes using the COUNTER function. Once placed on the layout, I click on the EDIT EXPRESSION, choose COUNTER, but after entering the start, end, and step, the barcode image disappears in the text box. Any ideas?

Thanks.

Top
#34388 - 12/29/10 02:52 AM Re: Counter Function with Barcode Plug-In [Re: EricR]
Sander vd Berg Offline
OL Expert

Registered: 06/10/08
Posts: 207
Loc: Objectif Lune NL
I see what you mean. I assume you also see "Error: No input characters" in the Warnings pane.

There seems to be a lack of validation when you right-click a Barcode plug-in object, choose Edit Expression, and then apply an expression like COUNTER(1000, 2000). This is an invalid expression for the Barcode plug-in but PSM allows it anyway.

Instead of right-clicking, try double-clicking the Barcode plug-in object. You should now get a validation error when applying COUNTER(1000, 2000). The expression should be STR(COUNTER(1000, 2000)).

Thanks, I'll log this as a bug.

Top
#34390 - 12/29/10 09:37 AM Re: Counter Function with Barcode Plug-In [Re: Sander vd Berg]
EricR Offline
OL Newbie

Registered: 12/28/10
Posts: 2
Thanks very much. I do indeed see that message in the WARNINGS pane. Thank you for the work-around. How long, typically, will it take for Objectif Lune to come out with updates? Is v7.0.5 (Build 85) the most recent version as of now?

Top
#34391 - 12/29/10 11:32 AM Re: Counter Function with Barcode Plug-In [Re: EricR]
Sander vd Berg Offline
OL Expert

Registered: 06/10/08
Posts: 207
Loc: Objectif Lune NL
Yes, that is the latest version. Typically we release several versions a year.

Top