Drag & Drop Source for all components

Home Forums Development Change requests Drag & Drop Source for all components

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #38772
    dasfaker
    Keymaster
      • Topics: 80
      • Replies: 793
      • Total: 873
      • ★★★

      Hi Atom

      I would like that every modulator, or at least combos, buttons and sliders, could be drag & drop containers (source) and the option to draw a drag&drop image.

      The idea is to be able to drag any of those components over a customComponent.

      #40182
      dasfaker
      Keymaster
        • Topics: 80
        • Replies: 793
        • Total: 873
        • ★★★

        BUMP

        #43197
        dasfaker
        Keymaster
          • Topics: 80
          • Replies: 793
          • Total: 873
          • ★★★

          At least it’s possible to add mouseDown event for all components?

          #43313
          atom
          Keymaster
            • Topics: 159
            • Replies: 2945
            • Total: 3104
            • ★★★★★

            I just added mouseDOwn mouseDrag and mouseDoubleClick to all components, i’m doing a nightly build at this moment.

            #43338
            dasfaker
            Keymaster
              • Topics: 80
              • Replies: 793
              • Total: 873
              • ★★★

              THANKS!!!!!

              #43340
              dasfaker
              Keymaster
                • Topics: 80
                • Replies: 793
                • Total: 873
                • ★★★

                Just did a quick test to try out mouseDown with a slider, a combo and a button (with a method to show a popup menu on mouse right click down).

                The slider works fine, the popup menu appears on right click down.
                With the button, the popup menu shows up on mouse right click, but the button change its value.
                With the combo, the popup menu is not visible on right click.

                #43478
                atom
                Keymaster
                  • Topics: 159
                  • Replies: 2945
                  • Total: 3104
                  • ★★★★★

                  Well the combo has it’s own mouse down handler so i doubt i can override it (it will cause issue with the combo itself)

                  I can make the button component not react to right clicks, but i’m not sure about it. Right clicks might be used with touch interfaces, i can try to make it optional (as a property for all components maybe ?)

                  any ideas ?

                  #43495
                  dasfaker
                  Keymaster
                    • Topics: 80
                    • Replies: 793
                    • Total: 873
                    • ★★★

                    Thanks Atom.
                    I can live with the button issue, but the combo one is problematic.

                    I just need to interact with any kind of modulator (at least sliders, combos and buttons), to be able to “pick” them or select them in some way (but not selecting them from a combo list).

                    I wonder if using any key modifier and mouse click would cause issues as well (I see you use it for the controller mapping).

                    To avoid mouse click issues, the only option I see is that any modulator had the drag&drop container option, and be able to drag from a source customComponent to any modulator. Do you see it feasible?

                  Viewing 8 posts - 1 through 8 (of 8 total)
                  • The forum ‘Change requests’ is closed to new topics and replies.
                  There is currently 0 users and 62 guests online
                  No users are currently active
                  Forum Statistics
                  Threads: 2,495, Posts: 17,374, Members: 77,605
                  Most users ever online was 12 on January 22, 2019 3:47 pm
                  Ctrlr