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

RadBarcodeQR error

1 Answer 52 Views
BarCode
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Paras
Top achievements
Rank 1
Paras asked on 08 Jun 2013, 06:24 AM
I am generating a QR code using the RadBarcodeQR control but the QR control does not contain valid data.

My code is as follows:

In the XAML file, I have defined these namespaces on the top:

xmlns:telerikPrimitives="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.Primitives"
xmlns:telerikDataViz="clr-namespace:Telerik.Windows.Controls;assembly=Telerik.Windows.Controls.DataVisualization"

And I added the following code on to the page:

<telerikDataViz:RadBarcodeQR Version="5" ErrorCorrectionLevel="H" Text="{Binding Path=BarcodeID}" Mode="Byte" ECI="ISO8859_1" FNC1="FNC1SecondPosition" ApplicationIndicator="00" />

I have these Telerik DLLs referenced in the project:
 
Telerik.Windows.Controls.DataVisualization,
Telerik.Windows.Controls.Primitives, and
Telerik.Windows.Core
 
The value of the variable BarcodeID is numeric only, but when the QR code is scanned with a QR reader, instead of getting the value of the BarcodeID that was encoded, it just says "message" and does not give me any more details.

 
Why would this be happening? How to fix this?
 

Regards,

Paras Wadehra

Nokia Developer Ambassador

INETA Community Champion

Twitter: @ParasWadehra

FB Group: http://bit.ly/WinPhoneDev

Find my apps at http://bit.ly/MyWPApps

1 Answer, 1 is accepted

Sort by
0
Victor
Telerik team
answered on 12 Jun 2013, 08:09 AM
Hi Paras,

Thanks for writing.
Please attach your app in the support ticket that you posted about the same issue, so that I can debug it and suggest a fix if possible.

Regards,
Victor
Telerik
Have a suggestion or face a problem - you can use the Ideas & Feedback portal to submit ideas, feedback and vote for them.
Tags
BarCode
Asked by
Paras
Top achievements
Rank 1
Answers by
Victor
Telerik team
Share this question
or