• Products
    • Isadora
    • Get It
    • ADD-ONS
    • IzzyCast
    • Get It
  • Forum
  • Help
  • Werkstatt
  • Newsletter
  • Impressum
  • Dsgvo
  • Press
  • Isadora
  • Get It
  • ADD-ONS
  • IzzyCast
  • Get It
  • Press
  • Dsgvo
  • Impressum

Navigation

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Tags

    [ANSWERED] Grid List Selector...

    How To... ?
    3
    7
    1074
    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.
    • clafarge
      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

      DusX 1 Reply Last reply Reply Quote 0
      • DusX
        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
        • My Add-ons: https://troikatronix.com/add-ons/?u=dusx
        • Profession Services: https://support.troikatronix.com/support/solutions/articles/13000109444-professional-services

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

        clafarge 1 Reply Last reply Reply Quote 0
        • clafarge
          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

          DusX Woland 2 Replies Last reply Reply Quote 0
          • DusX
            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
            • My Add-ons: https://troikatronix.com/add-ons/?u=dusx
            • Profession Services: https://support.troikatronix.com/support/solutions/articles/13000109444-professional-services

            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
            • Woland
              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: https://support.troikatronix.com/support/tickets/new
              Support Policy: https://support.troikatronix.com/support/solutions/articles/13000064762
              Add-Ons: https://troikatronix.com/add-ons/ & https://troikatronix.com/add-ons/?u=woland
              Professional Services: https://support.troikatronix.com/support/solutions/articles/13000109444

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

              clafarge 1 Reply Last reply Reply Quote 0
              • clafarge
                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

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

                  @clafarge

                  Did that work?

                  TroikaTronix Technical Support
                  New Support Ticket: https://support.troikatronix.com/support/tickets/new
                  Support Policy: https://support.troikatronix.com/support/solutions/articles/13000064762
                  Add-Ons: https://troikatronix.com/add-ons/ & https://troikatronix.com/add-ons/?u=woland
                  Professional Services: https://support.troikatronix.com/support/solutions/articles/13000109444

                  | Isadora Version: all of them | 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