Forum

    • Register
    • Login
    • Search
    • Categories

    Tooltips

    Scripting Forum
    6
    9
    732
    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

      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 Hart
        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 Hart
          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.healey
            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 Slaughter 1 Reply Last reply Reply Quote 0
            • Tod Slaughter
              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
              • ustk
                ustk last edited by

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

                Tired to press F5 in the forum...
                Studio427 Audio - Audio Instruments & FX Plugins for music production. Website - Facebook

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

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

                  1 Reply Last reply Reply Quote 4
                  • dustbro
                    dustbro last edited by dustbro

                    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
                    • dustbro
                      dustbro 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

                      14
                      Online

                      793
                      Users

                      5.5k
                      Topics

                      51.6k
                      Posts