How to develop calendars for Microsoft project - plugins

Microsoft project currently supports default calenders (Gregorian, Hijri, ...).
You can switch calendars from:
File > option > display > calender type
When the calendar changes, all months and weekday names change according to the selected calendar throughout Microsoft project.
The question is: How to develop new Calenders to be used in Microsoft project?
I expect the road map of developing new Calenders (as 3rdparty plugins) to be used in Microsoft project.

Related

Mui pro component is included under premium licence?

We intend to purchase a MUI licence key for data grid at https://mui.com/x/introduction/licensing/#premium-plan.
We also need to use a date-range picker, which can be found at https://www.npmjs.com/package/#mui/x-date-pickers-pro. But I'm not sure if it will be included in the premium plan because the date-range selector is only available in the pro plan!
does anyone know is premium licence includes pro component of mui ?
It should be included:
The Premium version contains all features from Pro, as well as
features for analyzing large datasets. The features available on the
initial release are row grouping and the ability to export to Excel
files.
https://mui.com/x/react-data-grid/

File assciation screen is not updated when components are re-selected

I have an install4j installer with multiple components. For each component, a file association is registered with the proper condition:
context.getInstallationComponentById("1").isSelected()
After the user selects the components, he gets to the file associations screen, where - correctly - only those file associations are offered that fit the selected components.
When the user goes back some screens and changes the selected components, however, the file associations screen is not updated and still shows the previous list of associations.
Can I force an update on this screen somehow?
I am using install4j Windows Edition 6.1.1 (build 6254).
This is currently not possible and will be fixed in 7.0.10. Please contact support#ej-technologies.com to get a pre-release build.

yForms multiple language selector not working after publishing on Storefront?

I am working on SAP Hybris yForms. We have yForms published with Storefront- electronics (Hybris version 6.5).The yForm created has two languages supported. While testing I can see the language drop-down for selecting language however whenever I publish the form with storefront I am unable to select the language.

New/Import controller in Design Studio SAP

I want to import / create a new control for "Design Studio to the SAP".
The control will be a calendar of the month only.
For example: Sap.m.DateTimeInput.
Which will show only the months and years (not days). ()
I failed to import the control from SAPUI5.
I searched the internet and not found a way for import control to the SAP Design Studio
I would appreciate help,guides or any words of wisdom.
You need to create a custom component which implements the calendar control using the Design Studio SDK (see the SDK guides here: # https://help.sap.com/boad), then install it in the client.

community server themeing, what changed from 2008 to TS 5.0?

Hoping someone has experience in both community server 2008 and TS 5.0
What are the main differences when in comes to themeing?
The theme/layout system is quite different. Most of what used to exist in a theme (e.g. Fiji) was a set of files that you could customize. Now, those files are in the "generic" theme folder. Instead, you are to create your own "widgets" and add those to your theme.
To create widgets, you'll need to create a new class library and create classes that implement specific Telligent widget classes.
You can read more about the changes on Telligent.com
Widgets defined
Customization guide (free telligent.com login required to download)