HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Tags
    3. installer
    Log in to post
    • All categories
    • d.healeyD

      Qt Installer framework

      Watching Ignoring Scheduled Pinned Locked Moved General Questions installer windows mac linux
      3
      0 Votes
      3 Posts
      244 Views
      d.healeyD

      @orange said in Qt Installer framework:

      Personally, I do not see any additional advantage

      You only have to learn a single installer platform instead of learning a separate one for each OS. It will also look more similar on each system so a user moving from Windows to Mac for example will get a similar experience on both.

    • oskarshO

      Windows Code Signing Certificate

      Watching Ignoring Scheduled Pinned Locked Moved Solved General Questions windows cert code signing certificate installer
      8
      0 Votes
      8 Posts
      517 Views
      LindonL

      @parabuh said in Windows Code Signing Certificate:

      @oskarsh even if you want cert like this you need be company and get a lot government papers, so if you are sole proprietor you can't sign your code.

      -- er not true.

    • A

      Designing / changing hise output vst basic setting panels / elements?

      Watching Ignoring Scheduled Pinned Locked Moved General Questions installer user interface samples
      23
      0 Votes
      23 Posts
      2k Views
      A

      @Christoph-Hart said in Designing / changing hise output vst basic setting panels / elements?:

      This. It's more powerful this way than a simple JSON system.

      Yet, I cannot trigger any buttons on the plugin“s "Install Samples" using the if(obj.text == "Install Samples") inside the laf.registerFunction("drawToggleButton", function(g, obj)function. Is that considered a drawDialogButton ?

      This one:

      Screen Shot 2020-11-16 at 23.49.12.png
      Here I would like to:

      customize the look and line-breaks of the text line and also remove/hide the "install samples" button and customize the positioning of "Choose Samples folder". is the text in the image accessible? Is it a panel or an alert window? or alternatively entirely remove/suppress the entire panel with a flag in HISE settings, the HISE_SAMPLE_DIALOG_SHOW_...=0 and then put the "Choose samples location" in my own settings panel on the UI. Is that possible? Or is that C++?
    • d.healeyD

      MacOS Packages Issue

      Watching Ignoring Scheduled Pinned Locked Moved General Questions installer mac packages
      16
      0 Votes
      16 Posts
      944 Views
      M

      @DanH Worked! Thanks man