Forum

    • Register
    • Login
    • Search
    • Categories

    Expandable GUI

    General Questions
    6
    10
    131
    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.
    • W
      Will last edited by

      Hey everyone,

      I would love to add a button to my gui to expand/show a new section of my plugin. Something very similar to the example below. Any ideas where to start? Thanks!

      ExpandInterface.gif

      d.healey Lindon 2 Replies Last reply Reply Quote 0
      • d.healey
        d.healey @Will last edited by

        @Will Start with c++ because it's not possible in HISE currently.

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

        1 Reply Last reply Reply Quote 3
        • ulrik
          ulrik last edited by

          @d-healey @Will is it not possible to do with something like this?

          inline function onTabBtnControl(component, value)
          {
          	if(value == 1)
              {
                  Content.makeFrontInterface(700, 700);
              }
              if(value == 0)
              {
                  Content.makeFrontInterface(700, 500);
              }
          };
          

          Hise Develop branch
          MacOs 12.3.1, Xcode 13.0
          http://musikboden.se

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

            @Will @ulrik Nope, it won't work, because the front interface is resolved at init. As @d-healey said, C++ is the key...

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

            ulrik 1 Reply Last reply Reply Quote 1
            • ulrik
              ulrik @ustk last edited by

              @ustk Ok, I see, thanks!

              Hise Develop branch
              MacOs 12.3.1, Xcode 13.0
              http://musikboden.se

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

                @Will or use a set of panels...

                HISE Development for hire.
                www.channelrobot.com

                1 Reply Last reply Reply Quote 0
                • Natan
                  Natan last edited by Natan

                  Did anyone find An Easy Solution To This?

                  ustk 1 Reply Last reply Reply Quote 0
                  • ustk
                    ustk @Natan last edited by ustk

                    @Natanr I gave the solution 3 posts above, and @d-healey 5 posts above 😉

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

                    Natan 1 Reply Last reply Reply Quote 1
                    • Natan
                      Natan @ustk last edited by

                      @ustk Thank You Sir, Did You Tried C++ ?!!

                      ustk 1 Reply Last reply Reply Quote 0
                      • ustk
                        ustk @Natan last edited by

                        @Natanr I don't know C++... Some notions but not more...

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

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

                        18
                        Online

                        732
                        Users

                        5.4k
                        Topics

                        50.2k
                        Posts