• Isadora
  • Get it
  • Forum
  • Help
  • ADD-ONS
  • Newsletter
  • Impressum
  • Dsgvo
  • Impressum
Forum
    • Categories
    • Recent
    • Popular
    • Tags
    • Register
    • Login

    [ANSWERED] Grid List Selector...

    How To... ?
    3
    7
    223
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • clafargeC
      clafarge Beta Tester
      last edited by Woland

      Any thoughts on how one might implement a Grid List Selector control from the available options, or array of controls if required, to allow a large list of options to be broken into column/row groups? For example:

      (if image doesn't render, think:)

       1   5   9  13
       2   6  10  14
       3   7  11  15
       4   8  12  16

      ... if it requires an array of selectors, the grouping would need to programmatically de-select any values from the sibling selectors.

      If in the form of a new control, it'd be necessary to specify the depth of columns or rows to inform the distribution of values.

      Any ideas out there?

      Best,

      Chad

      Chad LaFarge | Isadora 3.2.6, Win 10 64bit, i9-10900KF @ 3.70GHz, 64.0 GB RAM, NVIDIA GeForce RTX 3080 10 GB VRAM

      DusXD 1 Reply Last reply Reply Quote 0
      • DusXD
        DusX Tech Staff @clafarge
        last edited by

        @clafarge

        Currently, this will require multiple List Selectors and managing the selections via Javascript. Build an array in Javascript and output the state and value of each button per column of data.

        Troikatronix Technical Support

        • New Support Ticket Link: https://support.troikatronix.com/support/tickets/new
        • Isadora Add-ons: https://troikatronix.com/add-ons/
        • My Add-ons: https://troikatronix.com/add-ons/?u=dusx

        Running: Win 11 64bit, i7, M.2 PCIe SSD's, 32gb DDR4, nVidia GTX 4070 | located in Ontario Canada.

        clafargeC 1 Reply Last reply Reply Quote 0
        • clafargeC
          clafarge Beta Tester @DusX
          last edited by

          @dusx

          The trouble I'm having with that is that sending 0 doesn't seem to want to remove selection from the List Selector.

          Here's the output...

          ... and here's how pushing it out...

          Any change of any value through vertical center of the above ought to trigger the respective Output values. Is that incorrect?

          Note that it's always correctly seeing the intended selection... it's just not dropping the selection in List Selectors that are being sent "0".

          Thank you!

          Chad

          Chad LaFarge | Isadora 3.2.6, Win 10 64bit, i9-10900KF @ 3.70GHz, 64.0 GB RAM, NVIDIA GeForce RTX 3080 10 GB VRAM

          DusXD WolandW 2 Replies Last reply Reply Quote 0
          • DusXD
            DusX Tech Staff @clafarge
            last edited by

            @clafarge

            I just did a really simple test, and it appears to be working as expected. In the image below, pressing 'a' deselects all items in the List Selector, while 's' and 'd' select Item 1 and Item 3 respectively

            Here is the example file, please give it a try. If it works, you have something in your patch that we need to find.

            Troikatronix Technical Support

            • New Support Ticket Link: https://support.troikatronix.com/support/tickets/new
            • Isadora Add-ons: https://troikatronix.com/add-ons/
            • My Add-ons: https://troikatronix.com/add-ons/?u=dusx

            Running: Win 11 64bit, i7, M.2 PCIe SSD's, 32gb DDR4, nVidia GTX 4070 | located in Ontario Canada.

            1 Reply Last reply Reply Quote 0
            • WolandW
              Woland Tech Staff @clafarge
              last edited by

              @clafarge said:

              Note that it's always correctly seeing the intended selection... it's just not dropping the selection in List Selectors that are being sent "0".

              It may not be de-selecting them because even though you're sending "0" to Control ID's 22, 24, 26, and 28, you're still sending text on Control ID's 23, 25, 27, and 29.

              Try sending it "0" or blank text on Control IDs 23, 25, 27, and 29 when you want to de-select.

              TroikaTronix Technical Support
              New Support Ticket Link: https://support.troikatronix.com/support/tickets/new
              TroikaTronix Support Policy: https://support.troikatronix.com/support/solutions/articles/13000064762
              TroikaTronix Add-Ons Page: https://troikatronix.com/add-ons/

              | Isadora 3.2.6 | Mac Pro (Late 2013), macOS 10.14.6, 3.5GHz 6-core, 1TB SSD, 64GB RAM, Dual AMD FirePro D700s |

              clafargeC 1 Reply Last reply Reply Quote 0
              • clafargeC
                clafarge Beta Tester @Woland
                last edited by

                @woland

                Word... thank you, L 🙂

                Chad LaFarge | Isadora 3.2.6, Win 10 64bit, i9-10900KF @ 3.70GHz, 64.0 GB RAM, NVIDIA GeForce RTX 3080 10 GB VRAM

                WolandW 1 Reply Last reply Reply Quote 0
                • WolandW
                  Woland Tech Staff @clafarge
                  last edited by

                  @clafarge

                  Did that work?

                  TroikaTronix Technical Support
                  New Support Ticket Link: https://support.troikatronix.com/support/tickets/new
                  TroikaTronix Support Policy: https://support.troikatronix.com/support/solutions/articles/13000064762
                  TroikaTronix Add-Ons Page: https://troikatronix.com/add-ons/

                  | Isadora 3.2.6 | Mac Pro (Late 2013), macOS 10.14.6, 3.5GHz 6-core, 1TB SSD, 64GB RAM, Dual AMD FirePro D700s |

                  1 Reply Last reply Reply Quote 0
                  • First post
                    Last post