jQuery UI Widgets › Forums › Editors › ScrollBar, Slider, BulletChart, RangeSelector › strange errors with slider
Tagged: #slider, javascript slider, jquery slider, jqwidgets slider, slider
This topic contains 3 replies, has 2 voices, and was last updated by Hristo 6 years, 9 months ago.
-
Author
-
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 functionthis 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
Hello sirius,
Could you provide us an example that demonstrates this issue?
Best Regards,
Hristo HristovjQWidgets team
http://www.jqwidgets.comHello 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
Hello Stefan,
You could write an email on support@jqwidgets.com.
Best Regards,
Hristo HristovjQWidgets team
http://www.jqwidgets.com -
AuthorPosts
You must be logged in to reply to this topic.