jQWidgets Forums

jQuery UI Widgets Forums General Discussions BarCode & QRCode

Tagged: ,

This topic contains 11 replies, has 5 voices, and was last updated by  admin 2 years, 11 months ago.

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
  • BarCode & QRCode #83695

    gmancrv
    Participant

    Hi.
    What about BarCode And/or QRCode?

    BarCode & QRCode #83696

    Peter Stoev
    Keymaster

    Hi gmancrv,

    We have multiple items with higher priority in our list. We will add these small widgets as well in the future.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    BarCode & QRCode #83869

    softboy99
    Participant

    we need it too. Thanks.

    BarCode & QRCode #105948

    softboy99
    Participant

    several years past, is there any plan or news about this?

    BarCode & QRCode #105956

    Peter Stoev
    Keymaster

    Hi softboy99,

    BarCode and QRCode are currently not in our TO DO list. The new component which will come soon is Gantt Chart. More about our roadmap: https://www.jqwidgets.com/jquery-widgets-documentation/documentation/roadmap/roadmap.htm

    Best Regards,
    Peter Stoev

    jQWidgets Team
    http://www.jqwidgets.com

    BarCode & QRCode #106064

    softboy99
    Participant

    Hi,
    Thanks, But this has been requested for several years. Wish it can be planned into your future road map.

    BarCode & QRCode #106069

    Peter Stoev
    Keymaster

    Hi softboy99,

    Thank you for the request. We get requests about new features and new components every day and try to implement the most requested.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    https://www.jqwidgets.com

    BarCode & QRCode #106578

    admin
    Keymaster
    BarCode & QRCode #107757

    softboy99
    Participant

    Hi,
    Are there any relationship between barcode widget and gantt-chart widget? Why you update the status here?

    BarCode & QRCode #107761

    admin
    Keymaster

    Hi softboy99,

    See the post from July 3, 2019.

    Best Regards,
    Peter Stoev

    jQWidgets Team
    https://www.jqwidgets.com

    BarCode & QRCode #121951

    dpitchfo
    Participant

    Hi,

    Reference to jqxBarcode API, can you give me an better example than the one listed on the API page. I am trying a simple example:

    <!DOCTYPE html>
    <html lang="en">
    <head>
        <title id="Description">Barcode Demo.</title>
        <link rel="stylesheet" href="./includes/jqwidgets/styles/jqx.base.css" type="text/css" />
        <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
        <meta name="viewport" content="width=device-width, initial-scale=1 maximum-scale=1 minimum-scale=1" />
        <script type="text/javascript" src="./includes/jquery-3.1.0.min.js"></script>
        <script type="text/javascript" src="./includes/jqwidgets/jqxcore.js"></script>
        <script type="text/javascript" src="./includes/jqwidgets/jqxbarcode.js"></script>
        <script type="text/javascript">
    
            $(document).ready(function () {
    
                $('#jqxBarcode').jqxBarcode({
                    displayLabel: true,
                    type: 'code128a',
                    value: 'Apple TV'
                });
    
            });
    
        </script>
    </head>
    <body>
        <div id='jqxBarcode'></div>
    </body>
    </html>

    But I am getting errors. I have download the latest version and get the following are error:
    Uncaught SyntaxError: Invalid regular expression: /[^@!(一-龠)(ぁ-ゔ)(ァ-ヴー)\d0-9A-Z \$\%\*\+\-\.\/\:\=\?\^\{\|\}\~]/: Range out of order in character class (at jqxbarcode.js:15:4310)

    Am I missing a library. Because this prevents the jqxbarcode.js from loading and nothing works from there.

    Also can you show how to display QR code.

    Thanks

    BarCode & QRCode #121953

    admin
    Keymaster

    Hi,

    We tested this online with the current version. Online sample based on your code: http://jsfiddle.net/3eyvotmg/

    Best Regards,
    Peter Stoev

    jQWidgets Team
    https://www.jqwidgets.com

Viewing 12 posts - 1 through 12 (of 12 total)

You must be logged in to reply to this topic.