Ankündigung

Einklappen
Keine Ankündigung bisher.

Slider

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

    Slider

    Abend,

    I would like to use a slider in my popup to set the percentage for dimming.
    I saw one on the forum in an arc model klick on the arc, keep the button down.
    choose the value, was in a box beside, and the arc was growing. It was great !!
    but ....
    I can not find it anymore.......
    I need it for VISU not for quadclient.
    in combi with xxapi is no problem.

    Danke,
    Grusse,

    Ger


    #2
    Abend zusammen,

    Just as I hit the send button, I realized XXSLIDER..... aaargggghhh
    Implemented the Slider with the doku thread from Hans, working !!!
    now I want to change the standard slider, also I want a value text neben the slider button, und I would like to use a template.
    How do I make a template?

    grusse,

    Ger

    Kommentar


      #3
      Hi All,

      This is what I have sofar;

      xxAPI.xxtemplates.MYSLIDER = function ( obj )
      {
      obj.popupbox.addClass("myslider");
      obj.options.xxslider = $.extend({
      "cursor" : pointer
      },obj.options.xxslider);
      xxAPI.xxtemplates.xxslider ( obj );
      }

      and I call it using;

      XXOPTIONS*xxtemplate=MYSLIDER;

      In this try-out want to change the cursor arrow to hand-pointer when over the slider.

      Is this correct sofar?

      grusse,

      Ger

      Kommentar


        #4
        Hi All,

        I did some digging.
        found the GIRA quadclient pop-up slider. Found them in a SVG (Scalable vector graphic) and a XAML file.
        the knob the slider and the slider background.
        how do I implement this in the template?
        Please help.

        Danke,

        Grusse,

        Ger

        PS, you can find the slider in the zipped "client_icons_svg" dir.
        because of the format I cannot upload them ! sorry


        Zuletzt geändert von TBBW; 21.02.2016, 21:50. Grund: slider source

        Kommentar


          #5
          Abend,

          How do I set the Slider tooltip to ON?

          Grusse,

          Ger

          Kommentar


            #6
            Abend leute,

            I would be very happy to get some help on my slider project.
            I want to change the standard slider look.
            also I would like to have the tooltip active, the numbers next to the slider.
            I had a look at the lammelle demo-project from Vento.
            I do not know where to start.
            I can change the original look, but where is it stored.
            or I can make a template that overrides the original, also where do I put it.

            the answer does not has to be from A to Z, a start would be nice aswel!!
            also answers in German is not a problem, only my German writing is poor ....

            thanks in advance,

            Ger

            Kommentar


              #7
              I have the Same Problem.

              Kommentar

              Lädt...
              X