Gantt control add-in for Business Central with AL API - release 8.1

Posted by Juergen Theis on Apr 10, 2024 3:42:04 PM

The Visual Scheduling Add-in Developers Toolbox (VSADT) with AL-API is designed to help you create a tailor-made planning board for your industry solution in Microsoft Dynamics 365 Business Central. In our latest update, we have introduced further enhancements to create a highly intuitive and personalized visual scheduler that caters to your specific requirements.

Support of native overlay scrollbars for Firefox and Safari

The internal DOM structure has been redesigned so that the native overlay scrollbars of Firefox and Safari are now directly supported. This concerned Firefox on Windows 11 having a latency on mouse interactions because of special handling in our JavaScript code, and it concerned Safari where no scrollbars were shown anymore. As a result, scrolling now shows no latency anymore on all browsers and platforms, but especially on Firefox.

Visual Scheduling Add-in release 8.1: native overlay scrollbars for Firefox and Safari

 

Improved visual feedback for hovering with the mouse cursor

To improve the visual feedback when the user moves the mouse cursor over a collapse or expand symbol or a sorting indicator in the table header, a shadow is now displayed in the background of the target symbol as known from other software:

                                                             Symbol or sorting indicator with visual feedback for hovering with the mouse cursor visual feedback for hovering with the mouse cursor

 

Interactive resizing of curve panes

Until now, the height of the curve panes was fixed. This was particularly annoying if you wanted to view the curve values in more detail. Therefore, we have added the new setting CurvePanesResizable. If this option is set to true, then the user can drag the bottom border of a curve pane and alter the height of the associated curve pane. The settings MinimumLoadResourceCurvePaneHeight and MaximumResourceLoadCurvePaneHeight can both be used to limit the result of the user interactions up to the values of these options. The application is informed about this kind of user interactions by the new event OnCurvePaneResized.

In addition to the interactive changing, the height of each curve pane can also be set using the LoadCurvePaneHeight property of the resource object as before.

Interactive resizing of curve panes

 

Visual Scheduling Add-in Developer Toolbox TEST NOW

 

Features in previous releases

VSADT release 8.0

VSADT release 7.1

VSADT release 7.0

VSADT release 6.4

VSADT release 6.3

VSADT release 6.2

VSADT release 6.1

VSADT release 6.0

VSADT release 5.3

VSADT Release 5.2

VSADT Release 5.0

Topics: Business Central Visual Scheduler Toolbox