HISE Logo Forum
    • Categories
    • Register
    • Login

    Feature request: Hide table not assigned

    Scheduled Pinned Locked Moved Feature Requests
    6 Posts 2 Posters 318 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.
    • d.healeyD
      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

      LindonL 1 Reply Last reply Reply Quote 0
      • LindonL
        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.healeyD 1 Reply Last reply Reply Quote 0
        • d.healeyD
          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

          LindonL 1 Reply Last reply Reply Quote 0
          • LindonL
            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.healeyD
              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

              LindonL 1 Reply Last reply Reply Quote 1
              • LindonL
                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

                24

                Online

                1.7k

                Users

                11.7k

                Topics

                102.0k

                Posts