HISE Logo Forum
    • Categories
    • Register
    • Login

    Dynamically change the size of the GUI Interface

    Scheduled Pinned Locked Moved General Questions
    5 Posts 4 Posters 328 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.
    • S
      Soundavid
      last edited by

      There are some Plugins from some developers like Arturia and PA that change the aspect of the whole GUI interface to show and hide extra functions, I tried this on HISE using variables in the makeFrontInterface function but result in a big crash, is this posible with HISE?

      d.healeyD 1 Reply Last reply Reply Quote 0
      • d.healeyD
        d.healey @Soundavid
        last edited by

        @Soundavid

        is this posible with HISE?

        No not currently.

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

        Adam_GA 1 Reply Last reply Reply Quote 2
        • Adam_GA
          Adam_G @d.healey
          last edited by Adam_G

          @d-healey hey David do you know if theres been any progress on this? i too would like to be able to do something like

          const var ScriptButton1 = Content.getComponent("ScriptButton1");
          
          
          inline function onScriptButton1Control(component, value)
          {
          	if (value)
          	Content.makeFrontInterface(600, 600);
          	else
          	Content.makeFrontInterface(600, 300);
          };
          
          Content.getComponent("ScriptButton1").setControlCallback(onScriptButton1Control);
          
          ustkU 1 Reply Last reply Reply Quote 0
          • ustkU
            ustk @Adam_G
            last edited by

            @Adam_G https://forum.hise.audio/topic/6737/feature-request-gui-scaling-with-window-handle/2?_=1686651298537

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

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

              @ustk thank you :D

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

              53

              Online

              1.7k

              Users

              11.7k

              Topics

              101.8k

              Posts