External Drag & drop items to the calendar react - reactjs

I am using react-calendar-timeline for my project. I have requirements where i need to drag and drop item(s)from the external source to the calendar timeline. Currently react-calendar-timeline library doesn't support such a thing from my findings.
Question is how can i drag and drop outside item(s) to the calendar using react-calendar-timeline library? I am pretty sure it's doable but can't find out myself.
I would greatly appreciate if anyone guide me or provide me a hint.
Thanks

Related

Drag-and-drop React UI builder?

I want to build my own web-based version of MS Paint using React. I have the basic javascript canvas code written and now I want to make a nice gui with a menu bar across the top, and a section on the left to select which tool to use, etc.
Can anyone recommend a drag-and-drop software with pre-made components like button, menu bar etc, to make it easy for me to make a professional-looking user interface? Alternatively, some tips on what my workflow should be like would be much appreciated.
Yes you can use BulderX It will give you the option to create UI by drag and drop and it will generate the code automatically.
A few projects listed on Reddit
webiny-js
blocks-ui
openchakra.app
pagedraw.io
craft.js
Using webiny myself at the moment.

How to drag and drop items between 2 columns using react-beautiful-dnd and material ui

Still new coding.
I want to drag and drop things between 2 columns(From Morning to Night, vice-versa) using React JS, Material UI, and react-beautiful-dnd.
I manage to drag and drop things but on their own column only, I can't seem to make it work. How can I achieve this?
Here is the code: https://codesandbox.io/s/react-3s67c
Thanks!
You need to follow the documentation, Material-UI is not a problem to do that.
You need to follow the lesson from the library: https://egghead.io/lessons/react-conditionally-allow-movement-using-react-beautiful-dnd-draggable-and-droppable-props
I'll not do your jobs, but juste follow the doc and the exemples.
https://react-beautiful-dnd.netlify.app/?path=/story/board--simple

Drag and drop Images outside wpf Application

Good afternoon,
I've invested many and many topics about drag & dropping file but I didn't find a solution to my problem. The situation is the following one:
I've got Images which are in my wpf application as Resource. What I want to do is to drag and drop them when they're displayed in my app to another outside program.
Is it only possible to do that with wpf application or should I go with another solution ?
Thanks in advance,
Gronjus

Silverlight 5 - designing an editor (drag and drop)?

I am currently looking to build a workflow editor in Silverlight that will allow user to drag and drop couple of objects from toolbox and draw them on canvas, connect it with connectors - pretty much like a flow chart designer.
I have gone through Silverlight Toolkit and some other links on the web, but not really sure how would I accomplish this.
Is there any built-in functionality in Silverlight, or do I need to use any external libraries for proper drag and drop?
How good is Silverlight in drawing custom shapes?
For reference, check "SilverDiagram": http://www.silverdiagram.net/Projects/SilverDiagram.aspx
Appreciate some quick & real help in this regard.
Thanks!
1.Is there any built-in functionality in Silverlight, or do I need to use any external libraries for proper drag and drop?
There is no built in functionality to develop drag and drop in Silverlight. It is always better to develop your own. It is not that difficult.
2.How good is Silverlight in drawing custom shapes?
Silverlight is your excellent friend in drawing custom shapes. But you need to adapt your thinking you are coming from conventional way of GUI programming like WinForms.

How to implement a Silverlight Control for time table(scheduler)

My company is going to development drag and drop feature in Silverlight. We are very new to Silverlight and just learnt SL for a week ago. But I believe the feature that my company wants can be done in Silverlight. The control about is about the time table in which the resource will be shifted around.
Here is the feature detail. We have one list box on left (resource list) and one table on the right. What we want to do is drag an item from the list onto the table then may have some data manipulation on table. I think it’s simple and but for me I don’t know how to create the table which is I think there is no built in control like this. Please take a look my screenshot below.
http://i.stack.imgur.com/QCaVX.jpg
My questions are:
How can we approach to achieve this
feature?
What is the best way to implement
this control?
How we can handle the event such as
drop, reload, bind and so on?
How can we select and drag cell on
table?
Yes, Silverlight can do that. It has drag-drop and rich support for creating custom user controls.
The Telerik RadControls for Silverlight have a control that does some of what you need. They also make source available.
You might want to research all the available third party controls first to save development cost.
There are too many questions in your question to answer. Best do your research and then ask specific questions.
The Telerik control is called RadScheduleView and can be seen here: http://demos.telerik.com/silverlight/#ScheduleView/FirstLook. It has nice performance and a lot of features.
We are also using Telerik RadScheduleView .It is simple and lot of demos for you to start.

Resources