This is a migrated thread and some comments may be shown as answers.

ShowText display half of the gencod

3 Answers 37 Views
Barcode
This is a migrated thread and some comments may be shown as answers.
Sébastien
Top achievements
Rank 1
Sébastien asked on 24 Jun 2020, 09:09 AM

Hello,

The full gencod is not displayed when I set ShowText to true. 

xaml

<barcode:RadBarcode
        x:Name="barcode"
        Value=""
        WidthRequest="150"
        HorizontalOptions="Center"
        Grid.Row="2">
 
                <barcode:RadBarcode.Symbology>
                           <barcode:EAN13 AutoChecksum="False" SizingMode="Stretch" ShowText="True" />
                  </barcode:RadBarcode.Symbology>
        </barcode:RadBarcode>

 

xaml.cs 

barcode.Value = "7613036213097";

 

 

 

And rendering in attached file.

 

3 Answers, 1 is accepted

Sort by
0
Didi
Telerik team
answered on 24 Jun 2020, 03:04 PM

Hi Sebastien,

Thank you for the provided code.

I have tested the scenario and I reproduced the issue on my side. I have logged this as a bug report on your behalf in our feedback portal. You can follow the item at the link below:

https://feedback.telerik.com/xamarin/1473244-barcode-text-is-displayed-half-when-ean13-symbology-is-used

I have updated your Telerik points to your account as a small sign of gratitude for bringing this to our attention.

I have tried different scenarios to workaround this issue but I am afraid I couldn't find any. 

Let me know if using EAN13 is required for the scenario you want to achieve or you can use different symbology.

I look forward to your reply.

Regards,
Didi
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
0
Sébastien
Top achievements
Rank 1
answered on 24 Jun 2020, 03:18 PM

Thanks for your reply. 

Yes I have to use EAN13 symbology. I will just display gencod on a separated Label while waiting for the fix.

0
Didi
Telerik team
answered on 25 Jun 2020, 06:11 AM

Hello Sebastien,

Yes, you can use the approach with the Label until a fix for this issue is provided. 

I can assure you that the issue is escalated to the development team, however, at this time I cannot commit a time-frame when a fix for it will be provided.

Let me know if I can assist with anything else.

Regards,
Didi
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Tags
Barcode
Asked by
Sébastien
Top achievements
Rank 1
Answers by
Didi
Telerik team
Sébastien
Top achievements
Rank 1
Share this question
or