Forum
    • Categories
    • Register
    • Login
    1. Home
    2. kliin
    K
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 2
    • Groups 0

    kliin

    @kliin

    1
    Reputation
    1
    Profile views
    2
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    kliin Unfollow Follow

    Best posts made by kliin

    • RE: How do I embed a link in a button?

      @dannytaurus said in How do I embed a link in a button?:

      inline function onButton1Control(component, value)
      {
      if (value) Engine.openWebsite("https://hise.dev");
      };

      Content.getComponent("Button1").setControlCallback(onButton1Control);

      Ayy thanks man it worked :D

      posted in General Questions
      K
      kliin

    Latest posts made by kliin

    • RE: How do I embed a link in a button?

      @dannytaurus said in How do I embed a link in a button?:

      inline function onButton1Control(component, value)
      {
      if (value) Engine.openWebsite("https://hise.dev");
      };

      Content.getComponent("Button1").setControlCallback(onButton1Control);

      Ayy thanks man it worked :D

      posted in General Questions
      K
      kliin
    • How do I embed a link in a button?

      I would like to embed a link to my patreon on a donate button in my plugin, but I have no idea how I do that since I am new to the software and coding in general. Nothing I have found on the internet, in any video tutorials or in any chatbot has helped me solve the issue. Below is an image of my little project that is hopefully visible to you guys.

      fcc0e793-b3db-4460-a667-28965a708810-image.png

      posted in General Questions
      K
      kliin