HISE Logo Forum
    • Categories
    • Register
    • Login

    Expandable GUI

    Scheduled Pinned Locked Moved General Questions
    10 Posts 6 Posters 585 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.
    • 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.healeyD LindonL 2 Replies Last reply Reply Quote 0
      • d.healeyD
        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
        • ulrikU
          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 15.3.1, Xcode 16.2
          http://musikboden.se

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

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

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

              @ustk Ok, I see, thanks!

              Hise Develop branch
              MacOs 15.3.1, Xcode 16.2
              http://musikboden.se

              1 Reply Last reply Reply Quote 0
              • LindonL
                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
                • NatanN
                  Natan
                  last edited by Natan

                  Did anyone find An Easy Solution To This?

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

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

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

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

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

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

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

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

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

                        54

                        Online

                        1.7k

                        Users

                        11.7k

                        Topics

                        101.8k

                        Posts