Forum
    • Categories
    • Register
    • Login
    1. Home
    2. Tags
    3. component
    Log in to post
    • All categories
    • David HealeyD

      Connecting broadcasters query

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

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

    • David 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
      674 Views
      David 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);
    • David HealeyD

      Changing film strips dynamically

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

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

    • David HealeyD

      Graphics image scaling

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

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