MindFusion.Scheduling for Java Swing V2.3.2
Released: May 31, 2026
Mises à jour de V2.3.2
Fonctionnalités
- Added Clipboard Support:
- Native clipboard support has been added to the Calendar control via new copyToClipboard, cutToClipboard, and pasteFromClipboard methods. These operations utilize full XML serialization to preserve item states, durations, and relative time offsets. Developers can intercept and validate each item during the paste process using the new itemPasting and itemPasted events, providing flexible control over resource mapping and data integration.
- Miscellaneous:
- Set the ControlAppearance property to Custom to use custom-drawn navigation buttons and scrollbars that honor theme colors.
- API Changes:
- JsonSerializeTagEventArgs renamed to JsonSerializeTagEvent.
Correctifs
- Miscellaneous:
- Fix for scrollbars not working when Dark or Black theme applied.