@boikom

@boikom

Forum Replies Created

Viewing 15 posts - 811 through 825 (of 918 total)
  • Author
    Posts
  • in reply to: PhoneGap #100171
    admin
    Keymaster

    We will publish a tutorial with Phonegap in the future. We can create a roadmap item for now. Our team is now working on the current roadmap items about this product.
    Regards,
    Peter
    Smart Team
    https://www.htmlelements.com/

    in reply to: PhoneGap #100170
    admin
    Keymaster

    Peter – we are aware of the compatibility with jqWidgets, but we are specifically asking for Smart.  Does your company have any intention of testing and then publishing a tutorial?   It’s a critical requirement for us, and I would expect this is of general value to many exploring this product.

    in reply to: PhoneGap #100169
    admin
    Keymaster

    Hi Frank,
    We have not tried it with Phonegap. Our other product jQWidgets can be used with it and we think Smart can be used, too. However, we do not have any docs and tutorials on this website
    Regards,
    Peter
    Smart Team
    https://www.htmlelements.com/

    in reply to: smart-tree selection-mode=checkBox #100167
    admin
    Keymaster

    We cannot reproduce it in 4.1.0. Demo: https://www.htmlelements.com/demos/tree/selection-modes/

    in reply to: smart-tree selection-mode=checkBox #100166
    admin
    Keymaster

    Oh, the issue still persists in 4.1.0.

    in reply to: smart-tree selection-mode=checkBox #100165
    admin
    Keymaster

    Thank you for fixing in 4.1.0!

    in reply to: smart-tree selection-mode=checkBox #100132
    admin
    Keymaster

    Hello cetinsert,
    Thank you for your feedback. We will address this issue as soon as possible.
    Best regards,
    Dimitar
    Smart HTML Elements Team
    https://www.htmlelements.com

    in reply to: smart-password-text-box does not work on Firefox #99955
    admin
    Keymaster

    Hi cetinsert,
    Thanks for the update. Hope you find useful our web components.
    Best Regards,
    Boyko Markov
    Smart HTML Elements Team
    https://www.htmlelements.com

    in reply to: smart-password-text-box does not work on Firefox #99946
    admin
    Keymaster

    I confirm this as fixed in 3.2 and 4.0.
    Thank you for your prompt delivery!
    Best Regards,
    Cetin Sert

    in reply to: smart-password-text-box does not work on Firefox #99879
    admin
    Keymaster

    Hi cetinsert,
    We will investigate the differences between Firefox on Windows and Firefox on Mac.
    Best Regards,
    Smart HTML Elements Team
    https://www.htmlelements.com

    in reply to: smart-password-text-box does not work on Firefox #99877
    admin
    Keymaster

    I was testing with Firefox on macOS. Please review the following image:
    https://i.imgur.com/9Z1ew3y.png
    smart-password-text-box on Firefox/macOS

    in reply to: smart-password-text-box does not work on Firefox #99876
    admin
    Keymaster

    Hi cetinsert,
    We are unable to reproduce such behavior with FireFox 67.0.3 (64-bit) and the posted link. OS is Windows 10 if it matters. Everything works as expected and designed.
    Best Regards,
    Smart HTML Elements Team
    https://www.htmlelements.com

    in reply to: Using as web component #99860
    admin
    Keymaster

    Hi brunetton,
    To import a web component in your project, you simply need to import its file. Step by step instructions are below.
    After you install smart-carousel, create a new index.htm file:

    <!DOCTYPE html>
    <html>
    <head>
    <link rel="stylesheet" href="./node_modules/@smarthtmlelements/smart-core/source/styles/smart.default.css" type="text/css" />
    <style>
    smart-carousel {
    width: 100%;
    height: 600px;
    }
    </style>
    <script type="module">
    import './node_modules/@smarthtmlelements/smart-core/source/smart.core.js';
    </script>
    <script>
    window.onload = function () {
    const carouselSquare = document.getElementById('carouselSquare');
    carouselSquare.dataSource = [
    {image: 'https://free-images.com/md/86a4/aroma_aromatic_beverage_bio.jpg'},
    {image: 'https://free-images.com/md/4138/artistic_conception_green_689793.jpg'},
    {image: 'https://free-images.com/md/9947/splashing_splash_aqua_water.jpg'},
    {image: 'https://free-images.com/lg/521e/common_snowdrop_galanthus_nivalis.jpg'},
    {image: 'https://free-images.com/lg/7bf2/snowdrop_blossom_bloom_1025078.jpg'}
    ];
    }
    </script>
    </head>
    <body>
    <smart-carousel id="carouselSquare" hide-arrows auto-play slide-show loop hide-indicators hide-buttons keyboard display-mode="3d" interval="10000"></smart-carousel>
    </body>
    </html>

    After that, install http-server
    npm install http-server -s
     
    Run the http-server with the
    http-server command.
    The final step is:
    In your browser type:
    http://localhost:8080/index.htm
     
    Best Wishes,
    Peter
    Smart HTML Elements
    https://www.htmlelements.com

    in reply to: TypeError #99845
    admin
    Keymaster

    Hi Babs,
    The reported error is resolved.
    Regards,
    Peter Stoev
    Smart HTML Elements Team
    https://www.htmlelements.com

    in reply to: TypeError #99844
    admin
    Keymaster

    Hi admin
    I tried that codepen example and if you look in Chrome developers console it gives the same error as the one I reported!
    In Firefox the error is reported a bit differently.
    The button works, but it reports errors.
    https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypeError
    Paul.

Viewing 15 posts - 811 through 825 (of 918 total)