Questions tagged [drag-to-select]

6 questions
2
votes
1 answer

How to handle drag-to-select of sub-menu items on Kitkat?

Background I have an app which has sub menus in the action bar, for selecting the sorting type. It works really well if you just tap the action items. Here's how a submenu looks like on the actionBar: The code To make it easy to understand what I…
android developer
  • 114,585
  • 152
  • 739
  • 1,270
0
votes
0 answers

Make parts of vega embed selectable with query selector in Angular or jQuery?

I'm currently trying to make parts of my vega charts selectable with ngx-drag-to-select but don't know if it is even possible or if I have to change from ngx-drag-to-select to a other solution to make the elements of the rendered vega chart…
0
votes
0 answers

In container-grid, selected cell data is not getting updated if there are 2 different grids but sharing single method to update

Here is stackblitz url Editor url : https://stackblitz.com/edit/ngx-drag-to-select-mcmmtg?file=src/app/app.component.html Application url : https://ngx-drag-to-select-mcmmtg.stackblitz.io Dual container-grid selection-image suppose we select…
AnkiR2005
  • 3
  • 1
0
votes
0 answers

Kendo Grid - How to disable rectangle selection in grid?

How to disable rectangle selection in grid? but i still want to use (shift/ctrl) key selection.
norton faris
  • 5
  • 1
  • 3
0
votes
0 answers

Select-drag using mouseenter & mousedown is not continuous

I'm sorry that the title is not descreptive enough... :) I created a simple jQuery code that helps the user select multiple elements by dragging his mouse over them. Kind of like the way you can select the hours of a new event by dragging your…
Reuven Karasik
  • 475
  • 5
  • 14
-1
votes
2 answers

RTS style of drag and select system

I'm trying to make a click and drag selection system in c++ and SDL2 like the kind used in real time strategy games. You click with the mouse and drag it over what you want to select. How can I go about making it? Edit: I know how to handle the…
AmeanGecko
  • 11
  • 1