Jit.CellBlock


    Sep 01 2015 | 5:49 pm
    Hi I would Like to know if there is a way you can Append a row of data into the cellblock widget. For example The way the Umenu works. it has as many rows as the input list items.

    • Sep 01 2015 | 11:57 pm
      Here are two ways to fill a jit.cellblock, one using coll and another using jit.matrix. In each case the jit.cellblock's size changes dynamically. Does this help?
    • Sep 04 2015 | 10:02 am
      Hi thanks For the message i. The example patch does what i want to do practically. but i dont really understand what is going on. If i could just pick your brain a little bit, would you mind explaining generally how i could take a list message and place the first item in 0, 0 second item 0, 1...and so on...?
    • Sep 05 2015 | 4:10 am
      Hello, I think the coll method is the one you're looking for. Does this help: