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

      Connecting broadcasters query

      Watching Ignoring Scheduled Pinned Locked Moved Scripting broadcaster listener component visibility
      10
      0 Votes
      10 Posts
      80 Views
      O

      @d-healey That's the vid that got me started on broadcasters, and I'm very appreciative of it! So thanks!

    • d.healeyD

      How to programmatically change table viewport component values?

      Watching Ignoring Scheduled Pinned Locked Moved Scripting table viewport component default value
      8
      1 Votes
      8 Posts
      160 Views
      d.healeyD

      @d-healey said in How to programmatically change table viewport component values?:

      Any way to have the buttons off by default

      This is possible when setting the table row data

      local listData = []; for (x in data) { local obj = { CheckButton: 0, // Here I can set the button state Name: x.name }; listData.push(obj); } viewport.setTableRowData(listData);
    • d.healeyD

      Changing film strips dynamically

      Watching Ignoring Scheduled Pinned Locked Moved Scripting user interface film strip component
      2
      2 Votes
      2 Posts
      268 Views
      lalalandsynthL

      @d-healey not possible as far as i can tell.

    • d.healeyD

      Graphics image scaling

      Watching Ignoring Scheduled Pinned Locked Moved Scripting graphics scaling component image
      6
      1 Votes
      6 Posts
      488 Views
      A

      @Christoph-Hart Recreating animations using smaller elements... "Funny" animations, etc.