This topic contains 3 replies, has 2 voices, and was last updated by  Hristo 6 years, 9 months ago.

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • strange errors with slider #91739

    sirius
    Participant

    Hi,

    i’am testing your jqxwidgets for special webapps. so far most of it is working, but now i got strange errors with the slider coming from jqxcore.js

    First i got:
    h(…).css is not a function

    this could be repaired with try and catch by returning {top:0, left:0} in function position

    but now after changing the slider i get

    h(…).addClass is not a function

    this seams to be more serious.

    The slider is displayed within a window.
    The suurounding code is:

    `case “HellKon”:
    try
    {
    if (this.toolsWin!=null)
    {
    console.log(“HellKon toolsWin open”);
    this.openNotification(“Vorhandene Einstellungen <br/>erst sichern oder verwerfen”);
    }
    else
    {
    var mySprite=this.openToolsWin(300, 350);
    var c1=”<div id=’psd_hellKon’><h3>Helligkeit:<br/></h3></div>”;
    utils.appendHTML(mySprite, c1);
    var c2=”<div id=’psd_hellSlider’></div>”;
    utils.appendHTML(mySprite, c2);
    $(‘#psd_hellSlider’).jqxSlider({tooltip:true, theme:system.desktop.currentTheme, width:260, showTickLabels:true, mode:”fixed”, height:60, min:-100, max:100, value:0, ticksFrequency:25, step:1});

    var c3=”<div id=’psd_hellKon’><h3><br/>Kontrast:<br/></h3></div>”;
    utils.appendHTML(mySprite, c3);
    var c4=”<div id=’psd_konSlider’></div>”;
    utils.appendHTML(mySprite, c4);
    $(‘#psd_konSlider’).jqxSlider({tooltip:true, theme:system.desktop.currentTheme, width:260, showTickLabels:true, mode:”fixed”, height:60, min:-100, max:100, value:0, ticksFrequency:25, step:1});

    }
    }
    catch (err)
    {
    console.log(“ERROR psd.process.HellKon:”+err);
    }
    break;`

    Thanks inadvance for help

    strange errors with slider #91901

    Hristo
    Participant

    Hello sirius,

    Could you provide us an example that demonstrates this issue?

    Best Regards,
    Hristo Hristov

    jQWidgets team
    http://www.jqwidgets.com

    strange errors with slider #98771

    sirius
    Participant

    Hello Hristo,

    nearly one year after 🙂
    But the problems with the slider are persiting.
    I could try to give you a link to the page, if you provide me a emailadress or something like that.

    Kind regards

    Stefan

    strange errors with slider #98781

    Hristo
    Participant

    Hello Stefan,

    You could write an email on support@jqwidgets.com.

    Best Regards,
    Hristo Hristov

    jQWidgets team
    http://www.jqwidgets.com

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

You must be logged in to reply to this topic.