Drag and drop functionality in ADF Calendars - oracle-adf

I have a doctors schedule set in my ADF Calendar, say he has an appointment on 11.00 am but at the same time he has a personal emergency. He wants to reschedule the appointment to 11am the next day. This can be done using a form where in he performs an update or another way could be drag the appointment from the current date and drop it to the next date in the calendar view which seems a really attractive solution.
I am not sure if this is possible in ADF calendar, has anyone tried this or even if someone has another solution please do advice. I am open to suggestions.
Thanks

You can use Calendar's drag and drop functionality to achieve this. Here are the steps:
Add 'Calendar Drop Target' as a child to Calendar:
Add the code required for setting dragged activity start and end date in respect to drop target date in calendarDropListener,as guided in Oracle docs
For detailed implementation of calendarDropListener have a look at Implementing Drag and Drop functionality in ADF Calendar

Related

External Drag & drop items to the calendar react

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

Is it possible in react-big-calendar to display the week and month vertically?

I'm trying to implement a custom calendar for employees' task management system using react-big-calendar, I want the week/month days to be displayed vertically and the resources horizontally with several features.
So, I was wondering if that is possible, using react-big-calendar?

Telerik Calendar: disable selection

I have telerik controls on my page. I am making a vacation calendar using Telerik's radcalendar.
I want to disable weekend dates so that employees cannot select weekend dates for leave approval.
Can someone please help?
PS: I have multi-select enabled on my calendar control.
Telerik has great documentation. Looking on their site/forum would probably produce an answer faster than asking a question at Stack Overflow. Here's a few links to get you going:
Disabling Calendar Days
Calendar / Special Days and templates

Is there an Eclipse RCP Calendar Widget I can add objects to?

I'm writing an Eclipse RCP app and want to add a calendar widget showing things happening each day (like the calendar on an Android phone).
I've seen the Nebula DateChooser, but this seems more for choosing a date than static display of information.
Features I would like:
- Ability to add items to the calendar and the date to be highlighted
- Being able to colour code the entries would be cool.
- Being able to click on a date and it to show details of what is scheduled when during the day (e.g. in another view - like an Outlook calendar)
Thanks
Jeff
The only one I can find out there would be the JaretCalendar, but is still somewhat a "work in progress".
The CalypsoRPC Calendar is like a Proof of Concept.

Automatic form generation software

I'm using winforms. I spend a lot of time drawing forms (maybe not a lot, but it is a boring task).
To sum up... I want to develop a simple aplication that connect to a sql server database, let the user to select a table, and put the controls in a form for me (generate the designer code), based on the tipe of each column. Then my app will name each control like the column of the table, set the maxlengh property (if the type is varchar), and create a label with the same text near the control. If the column is a FK, then the app will draw a combobox and so on. I saw that Telerik Open ORM make something like this, but I only need a simple app for the IU Generation.
If the same day I finish my little application I discover a tool that make the same... I will feel myself stupid :D
Are there any tool out there that do this work for me?
You can just drag DB columns from the Server Panel and drop them on the Form. This will generate TextField, CheckBoxes and other UI elements for you.
You can also drag the entire table and drop it on the form. Same thing will happen: all fields will get generated.
This is using plan Visual Studio 2008 IDE.
Take a look at DevExpress - they have a number of ways to do exactly this. (We're a happy user of their product.)
Take a look at Microsoft lightswitch. I had posted a similar question as yours and stumbled upon it by accident. Devexpress also has an orm like Teleriks http://www.devexpress.com/Products/Index/Frameworks.xml. I am using Lightswitch for form gen. good luck

Resources