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

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.

Related

Google datastudio : chart style

Today we have many google data studio reports, we manually style the report charts by using chart options like tableheader, tablefooter, ...).
Someone in the company asked me if we can reuse styling over reports instead of defining it each time again. By using this colab notebook (https://codelabs.developers.google.com/codelabs/community-visualization#0) we could build a simple bar chart with a CSS. However we do not have the need to build the chart by our self (community visualization with defined java script).
My question
Is it possible to define the style of the 'out of the box' google data studio reports in a way that it is reusable over different reports instead of doing it manually into each report? According my investigation I would conclude that this is not possible, however I would like to be sure before I communicate this into the company.
Thx

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?

AngularJS : interactions between graphics

I realized a GUI. My web page consists of 8 graphics. There is a barchart for dates, a map for the country, a datatable for companies, etc.
Now I wish to establish the interactions between graphics. For example, if the user clicks the date 2010, so you have the map and the table displays the results of the 2010 data.
(I think I have to make a $ scope in a controller that will contain all the data, but after how to recover the data for each chart, and then to say "if click on 2010 when ..."?)
Can you please tell me how to do, what steps?
Thank you !

WPF Best Resources to develop a Simple Kiosk application

I am in the process of learning WPF so please keep the answers as basic as possible. I am mediocre with VB.NET and an absolute beginner with WPF.
I am attempting to build a light Catering Kiosk Application using WPF for a Special Needs School. It will have 3/4 tabs at the top for the courses(Starter, Mains, Dessert) depending on the day of the week. Each Tab will change the Menu Options which is a horizontal picture list on the screen. On Selecting a Menu Option, it should populate a picture list on the right hand side of the screen acting as a summary of orders. On pressing the menu option, an audio should play in the background (Name of the item for visually impaired).
The menu is decided at the beginning of the day by people not very used to PC's so I am considering to build the app to read the days menu from a Directory where 3/4 folder depending on the number of courses for that day. Each Folder would contain Sub Folders with the name of the Menu Item and an Image and Audio File within it.
I am hoping that the Application on Load would check the Directory for how the it is arranged for the day and would populate the contents accordingly.
Some WPF snippets that have caught my eye are :
'itemsControl Class', 'Style Resource'
Thanks for all your responses in advance,
Ajmal
Personally, I'd just make it a VB app, Windows Forms Application and code the functionality you describe in your post. Use the TabControl for the (Starter, Mains, Dessert). Look at the PictureBox control to show an image on the right side etc. Side note, you working with the special needs kids is quite admirable!

Drag and Drop word document onto Silverlight 4 web part within a SharePoint 2010 web page

User should be able to drag and drop a word document onto a SharePoint 2010 web page and the content in the word document must be displayed on the page (including images, format etc.)
Any ideas on how to achieve this functionality?
You'll have to bake your own solution here. Luckily, you should be able to get started with TextGlow, which renders docx files in Silverlight. It has an intermediate level of formatting accounted for, but more can be programmed in. It's also SL2.0, so it will need to be updated and customized to meet your needs. See a demo at: http://www.textglow.com/
Then, wrap it in a SharePoint webpart and account for Drag/Drop, etc. There are a lot of good intro videos on Channel 9 about this and lots of other blogs elsewhere.

Resources