HISE Logo Forum
    • Categories
    • Register
    • Login
    1. HISE
    2. Tags
    3. table
    Log in to post
    • All categories
    • 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
      187 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

      How to disable viewport table row selection?

      Watching Ignoring Scheduled Pinned Locked Moved Solved Scripting table viewport row column
      9
      0 Votes
      9 Posts
      216 Views
      d.healeyD

      @Christoph-Hart Here's another use case that doesn't seem possible, combining CSS with paint routines.

      I want to use CSS to draw a rounded image on a panel. I want to use a paint routine to draw some text. Is this achievable? Or can text be drawn with CSS?

    • oskarshO

      Add a curve to a table

      Watching Ignoring Scheduled Pinned Locked Moved General Questions table curve gain display
      8
      0 Votes
      8 Posts
      448 Views
      DabDabD

      @d-healey Got it.

    • d.healeyD

      MIDI Learn table headers vanish with LAF

      Watching Ignoring Scheduled Pinned Locked Moved Scripting midi learn look and feel table header
      2
      0 Votes
      2 Posts
      314 Views
      d.healeyD

      Think I just found the answer:

      7584f455-fcdd-491b-9f60-d261e4d49f77-image.png

    • d.healeyD

      Simple gain pan modulation issue

      Watching Ignoring Scheduled Pinned Locked Moved General Questions table pan modulation simple gain
      5
      0 Votes
      5 Posts
      451 Views
      d.healeyD

      @Christoph-Hart Yeah just the visual range goes from 300-100 instead of 100-100 when used in bipolar mode.

    • d.healeyD

      How to add table points to a UI table?

      Watching Ignoring Scheduled Pinned Locked Moved Unsolved Scripting table
      10
      0 Votes
      10 Posts
      614 Views
      ustkU

      @d-healey 👍 🤣

    • d.healeyD

      How to link modulator tables together

      Watching Ignoring Scheduled Pinned Locked Moved Solved Scripting table tabledata modulator link
      5
      0 Votes
      5 Posts
      451 Views
      d.healeyD

      Resolved - https://github.com/christophhart/HISE/commit/86d77029cd7c1760ae05737f908db4fd49359bf3

    • d.healeyD

      Table functions unavailable for UI tables

      Watching Ignoring Scheduled Pinned Locked Moved General Questions scripttable table reset function
      5
      1 Votes
      5 Posts
      389 Views
      clevername27C

      @d-healey You never cease to amaze me, David. Thank you - fantastic.

    • d.healeyD

      How to reset referToData?

      Watching Ignoring Scheduled Pinned Locked Moved Solved Scripting refertodata table connect
      15
      0 Votes
      15 Posts
      965 Views
      DanHD

      @d-healey a bunch of errors... Will have another go

    • d.healeyD

      Sampler table sorting resets on edit

      Watching Ignoring Scheduled Pinned Locked Moved Bug Reports sample editor table sort
      8
      0 Votes
      8 Posts
      519 Views
      d.healeyD

      @Christoph-Hart Thank you!