21
Views
4
Comments
Solved
[ZXing Services] Latest changes breaks Traditional Web applications
zxing-services
Service icon
Forge asset by André Vieira
Application Type
Service

Hi there

In the latest build, you have removed GetBarcodeImageURL. This breaks traditional apps. The same thing happened several versions back as well (see https://www.outsystems.com/forums/discussion/68847/zxing-services-getbarcodeimageurl-removed/)

Can you please add this action back again as it is still required when apps are not mobile or reactive?

Kind regards

2023-12-07 07-51-40
Remco Dekkinga
 
MVP
Solution

Hi @Pieter Swart,

Thank you for your post. Since the action was marked as DEPRECATED and we did a major clean-up of the module, this one got deleted too.

We've created a new version, 4.0.1, where the action is now back in the module. The DEPRECATED part has been removed from the action name, and the action is placed in a folder named TraditionalWeb.

These changes should prevent the action from being mistakenly removed in future versions.

Kind regards, Remco

UserImage.jpg
Pieter Swart

Thanks Remco, this is much appreciated!

2013-01-31 21-55-49
André Alho

We were able to workaround the removed action.

Not the most elegant way, but it works.

In HTML just add:

"<img src='data:image/jpeg;base64," + BinaryToBase64(EncodeBarcode.BinaryData)+"'>"

2016-08-14 15-21-18
Jogait

You really don't need that action for traditional, you can use the method mentioned above by 

@André Alho or in the metod mentioned by @Nuno Reis  in the post you mentioned, the you can see here


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.