Skip to main content
0 votes
0 answers
16 views

I have been trying to implement a simple drag and drop application in Gtk 4 Rust but I am unable to implement a working version. I can see connect_accept getting triggered, but no matter the result, ...
Margus Laak's user avatar
0 votes
1 answer
30 views

I’m working on an Angular 15 application that uses PrimeNG v15 and Angular CDK for drag-and-drop functionality. When I drag a row element, the drag preview shows a white gradient overlay, making the ...
Rashi arora's user avatar
Best practices
0 votes
1 replies
31 views

I want to implement an interface where some "slots" start out empty and can be filled with "objects". Something roughly like: My question is, what would the correct aria-role (or ...
natevw's user avatar
  • 18.2k
0 votes
0 answers
31 views

I want to create multiple draggable components that can be moved everywhere using react's Dndkit. However I am not manually setting the position of component(only setting height and width). I cannot ...
akaparadox's user avatar
0 votes
0 answers
29 views

I am using dndkit to create multiple draggable cards and multiple droppable containers as well. I am not manually positioning the droppable containers, they are just placed in the DOM element on its ...
akaparadox's user avatar
5 votes
1 answer
191 views

Intro When dragging item(s) from another application into the DnD Node in JavaFX The operating system or the source application handles the visual display of the dragged item(s) since it is the source ...
Starnec's user avatar
  • 797
0 votes
0 answers
107 views

as part of a group project, I am trying to set up a kanban system similar to those used by YouTrack, Trello, and others to manage project tasks from one status to another by moving them from one ...
s4nbr9root's user avatar
3 votes
1 answer
94 views

This been really getting me confused on how to use Drag and Drop for MOV Files on macOS. Below is the code that I have up and running. But I think the part that confuses the most is how to make a .Mov ...
BSR's user avatar
  • 77
2 votes
2 answers
120 views

I want to have the ability to drag and drop one of the rows that expand in the table to another set of rows that expand in the table. I have added drag and drop properties in the HTML for the expanded ...
developer8492's user avatar
1 vote
0 answers
88 views

I'm currently developing a web application and I would like to add a drag and drop (dnd) feature. I'm dealing with videos and would like to be able to dnd it directly into a video editing tool like ...
Julien Gadonneix's user avatar
1 vote
0 answers
54 views

My current code Row( modifier = Modifier .fillMaxWidth() // ↓ 1. My tap detector (never sees the UP event) .pointerInput(Unit) { detectTapGestures(onTap = { ...
Vinícius Barros's user avatar
1 vote
0 answers
25 views

I am developing a "Comic Book Editor" application where users can add photos to vertically split panes and dynamically resize these panes using a draggable divider. I am facing significant ...
Murat Çiçek's user avatar
0 votes
0 answers
122 views

If you look at the SSCCE below you'll see that when files are dragged from outside my drop-zone, the CSS attribute --fade-time is modified and the target begins to pulsate so the user knows it's time ...
McMurphy's user avatar
  • 1,483
3 votes
0 answers
207 views

The documentation on delete on paste states: If the target does not do an optimized move, it calls the IDataObject::SetData method with the CFSTR_PERFORMEDDROPEFFECT format set to DROPEFFECT_MOVE. ...
mbolp's user avatar
  • 103
0 votes
0 answers
38 views

I'm working on a training scheduling application using SfSchedule in Blazor (timeline month view), and I would like to implement the following layout and behavior: One row per training room (about 20 ...
krissam44's user avatar

15 30 50 per page
1
2 3 4 5
893