HISE Logo Forum
    • Categories
    • Register
    • Login

    Script slider with an attached filmstrip

    Scheduled Pinned Locked Moved Bug Reports
    9 Posts 5 Posters 479 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ulrikU
      ulrik
      last edited by ulrik

      The latest develop build doesn't let me set the value in a script slider by dragging, if it has a filmstrip attached to it.
      Scrolling works fine and typing, but not dragging.

      How to find out:

      Compile the latest develop commit, start a new project, add a script slider, add a filmstrip image to it
      try to drag set the value

      This is on MacOS 14.5
      Hise commit
      Skärmavbild 2024-08-08 kl. 22.06.11.png

      Hise Develop branch
      MacOs 15.3.1, Xcode 16.2
      http://musikboden.se

      ulrikU 1 Reply Last reply Reply Quote 0
      • d.healeyD d.healey referenced this topic on
      • ulrikU
        ulrik @ulrik
        last edited by

        @ulrik This is still an issue, dragging scriptSliders with a filmstrip is not working

        Hise Develop branch
        MacOs 15.3.1, Xcode 16.2
        http://musikboden.se

        Matt_SFM 1 Reply Last reply Reply Quote 0
        • Matt_SFM
          Matt_SF @ulrik
          last edited by

          @ulrik Simply deactivate "showTextBox" in the slider's properties.

          e6b94ae2-2873-4f29-84a4-7e52145670f8-image.png

          Develop branch
          Win10 & VS17 / Ventura & Xcode 14. 3

          LindonL ulrikU 2 Replies Last reply Reply Quote 0
          • LindonL
            Lindon @Matt_SF
            last edited by

            @Matt_SF yeah but thats a royal pita if you have hundreds of instances of sliders using images...

            HISE Development for hire.
            www.channelrobot.com

            LindonL 1 Reply Last reply Reply Quote 0
            • LindonL
              Lindon @Lindon
              last edited by

              @Lindon tho I guess you can always do this:

              reg componentry = Content.getAllComponents("");
              //Console.print(trace(componentry));
              for(c in componentry)
              {
              	if(c.get("type")== "ScriptSlider")
              	{
              		c.set("showTextBox", false);
              	}
              }
              

              HISE Development for hire.
              www.channelrobot.com

              1 Reply Last reply Reply Quote 1
              • ulrikU
                ulrik @Matt_SF
                last edited by

                @Matt_SF Yes but is it not a bug?
                It worked before and now it has stopped working, so something has changed

                Hise Develop branch
                MacOs 15.3.1, Xcode 16.2
                http://musikboden.se

                orangeO 1 Reply Last reply Reply Quote 0
                • orangeO
                  orange @ulrik
                  last edited by

                  @ulrik It's not a bug. It looks like the "show textbox" property was recently added as enabled by default.
                  I also had to update all the image strip sliders to "show textbox" disabled.

                  develop Branch / XCode 13.1
                  macOS Monterey / M1 Max

                  LindonL 1 Reply Last reply Reply Quote 0
                  • LindonL
                    Lindon @orange
                    last edited by Lindon

                    @orange said in Script slider with an attached filmstrip:

                    the "show textbox" property was recently added as enabled by default.

                    perhaps we could have the "show textbox" property disabled by default? But in any case the scriptSlider NOT working when this is enabled sure looks like a bug to me....

                    HISE Development for hire.
                    www.channelrobot.com

                    1 Reply Last reply Reply Quote 1
                    • DabDabD
                      DabDab
                      last edited by DabDab

                      I have found

                      s->enableShiftTextInput = value.getProperty("showTextBox", true);
                      

                      in ScriptTableListModel.cpp and

                      setDefaultValue(ScriptSlider::Properties::sendValueOnDrag, true);
                      

                      in ScriptingApiContent.cpp
                      I guess they are causing the issue.

                      However I am trying to make the true to false

                      setDefaultValue(ScriptSlider::Properties::showTextBox, true);
                      

                      Bollywood Music Producer and Trance Producer.

                      1 Reply Last reply Reply Quote 0
                      • First post
                        Last post

                      19

                      Online

                      1.7k

                      Users

                      11.8k

                      Topics

                      103.1k

                      Posts