Forum

    • Register
    • Login
    • Search
    • Categories

    Feature request: Hide table not assigned

    Feature Requests
    2
    6
    99
    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.
    • d.healey
      d.healey last edited by d.healey

      Could we have a way to hide the 'Not assigned text? Or have it default to 0-100%.

      2b5c6859-2118-4fe0-b37d-6b9934aea4a4-image.png

      Libre Wave - Freedom respecting instruments and effects
      My Patreon - HISE tutorials
      YouTube Channel - Public HISE tutorials

      Lindon 1 Reply Last reply Reply Quote 0
      • Lindon
        Lindon @d.healey last edited by

        anything happen to this? - I would like it to go away too...

        HISE Development for hire.
        www.channelrobot.com

        d.healey 1 Reply Last reply Reply Quote 0
        • d.healey
          d.healey @Lindon last edited by

          @Lindon Yes, it was fixed.

          const var Table1 = Content.getComponent("Table1");
          
          Table1.setTablePopupFunction(function(v){
              return "HELLO";
          });
          

          Libre Wave - Freedom respecting instruments and effects
          My Patreon - HISE tutorials
          YouTube Channel - Public HISE tutorials

          Lindon 1 Reply Last reply Reply Quote 0
          • Lindon
            Lindon @d.healey last edited by

            @d-healey great! OK so how do I keep the percentage display...?

            HISE Development for hire.
            www.channelrobot.com

            1 Reply Last reply Reply Quote 0
            • d.healey
              d.healey last edited by

              Turns out it gives two parameters, x and y. So you should be able to turn that into a percentage.

              const var Table1 = Content.getComponent("Table1");
              
              Table1.setTablePopupFunction(function(x, y){
                  Console.print(x + ":" + y);
              });
              

              Libre Wave - Freedom respecting instruments and effects
              My Patreon - HISE tutorials
              YouTube Channel - Public HISE tutorials

              Lindon 1 Reply Last reply Reply Quote 1
              • Lindon
                Lindon @d.healey last edited by

                @d-healey oh really neat - thanks mate.

                HISE Development for hire.
                www.channelrobot.com

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

                12
                Online

                801
                Users

                5.5k
                Topics

                51.7k
                Posts