7.23.1049

Navigation:  7.23 (QDV 2023) >

7.23.1049

Previous pageReturn to chapter overviewNext page

Released on March 14, 2023

Bug fix: The IMinute.InsertSetAtRow in macros failed in some cases

If a macro called the IMinute.InsertSetAtRow method and the current view was not Minutes, an exception was thrown.

New: The IUserProfiles.SetActiveProfile method in the API (macros)

A new method IUserProfiles.SetActiveProfile was added to the API. It allows for changing the current user programmatically. A sample usage from a macro:

es.UserProfiles.SetActiveProfile("user2", "");

Bug fix: Some C# macros and macros with embedded resources couldn't be compiled

This problem was introduced in QDV beta 7.23.1047.

Fix: Slow scrolling in Minutes and other places

Since replacing Ribbon in Oct 2022 the implementation of enabling and disabling Ribbon controls based on current selection was slower than before and caused much slower scrolling in Minutes and other places.