HISE Logo Forum
    • Categories
    • Register
    • Login

    Tooltips

    Scheduled Pinned Locked Moved Scripting
    9 Posts 6 Posters 1.1k 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

      Since the HISE header has been replaced with the floating tile system will there be (or is there already) a Tool Tip floating tile type?

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

      1 Reply Last reply Reply Quote 0
      • Christoph HartC
        Christoph Hart
        last edited by

        Not yet, but its on my Todo list. However I am currently extremely busy with other stuff so it might take a while before I find time to do that.

        1 Reply Last reply Reply Quote 1
        • Christoph HartC
          Christoph Hart
          last edited by

          Alright, here we go:

          Content.makeFrontInterface(600, 500);
          const var FloatingTile = Content.addFloatingTile("FloatingTile", 51, 36);
          // [JSON FloatingTile]
          Content.setPropertiesFromJSON("FloatingTile", {
            "width": 400,
            "height": 28
          });
          // [/JSON FloatingTile]
          
          const var d = {
            "Type": "TooltipPanel",
            "ColourData": {
            	"textColour": "0xFF0000FF",
            	"bgColour": "0xFFFF0000",
            	"itemColour1": "0xFF00FF00"
            },
            "Font": "Arial Bold",
            "FontSize": 18.0
          };
          
          FloatingTile.setContentData(d);
          
          1 Reply Last reply Reply Quote 0
          • d.healeyD
            d.healey
            last edited by

            It seems tooltips don't work for sliders/knobs

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

            Tod SlaughterT 1 Reply Last reply Reply Quote 0
            • Tod SlaughterT
              Tod Slaughter @d.healey
              last edited by

              @d-healey said in Tooltips:

              It seems tooltips don't work for sliders/knobs

              never worked for me

              1 Reply Last reply Reply Quote 0
              • ustkU
                ustk
                last edited by

                @Christoph-Hart Do you have the time to fix the tooltip for sliders, please? 😇

                Can't help pressing F5 in the forum...

                LightandSoundL 1 Reply Last reply Reply Quote 3
                • LightandSoundL
                  LightandSound @ustk
                  last edited by

                  @ustk Seconded, would be hugely helpful right now ^^

                  1 Reply Last reply Reply Quote 4
                  • Dan KorneffD
                    Dan Korneff
                    last edited by Dan Korneff

                    Where were things left off with Tooltips/Sliders? It's been a while since I've messed with them. I slightly remember them not working at all with sliders. Today, it looks like they are working correctly within HISE but not on exported plugins. Is that what everyone else is seeing?

                    EDIT:
                    Scratch that... My HISE directory was accidentally pointed at an older location. Tooltips/sliders working as expected here

                    Dan Korneff - Producer / Mixer / Audio Nerd

                    1 Reply Last reply Reply Quote 0
                    • Dan KorneffD
                      Dan Korneff
                      last edited by

                      @Christoph-Hart is it possible to get the tooltip text to word-wrap in the floating tile?

                      Dan Korneff - Producer / Mixer / Audio Nerd

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

                      46

                      Online

                      1.7k

                      Users

                      11.7k

                      Topics

                      102.1k

                      Posts