ProEssentials 9.8.0.60
Released: Dec 5, 2024
9.8.0.60 での更新項目
機能
- Optimized use of LoadLibraryEx by adding LOAD_LIBRARY_SEARCH_APPLICATION_DIR flag when loading optional resource-only DLLs. Related, when the DLL initially loads it tests for Direct3D files to double check potential features, this release added the LOAD_LIBRARY_SEARCH_SYSTEM32 flag to prevent searching the entire path. Both these changes improve the library from searching the entire path.
不具合の修正
- Fixed an issue with reading CursorSubset CursorPoint properties when SubsetsToShow and/or RandomSubsetsToGraph are hiding subsets.
- Fixed an issue with Graph Annotation Angled Text.
- Fixed an issue with ResourceBmp feature and calling PEreset to reset the chart's state.
- Fixed an issue with Pe3do charts with constant/identical YData and the contour legend and/or bottom contour was behaving poorly.
- Demo example 115 did not properly support MouseWheelFunction zooming which needed a fix to allow MouseWheelFunction zooming combined with real-time Direct3D rendering/updating.
- WPF interfaces were changed to fix an issue when using ProEssentials within Telerik animated container controls.
- WPF interfaces add a function UpdateRelativeLocation() to resolve a zooming issue when a Pesgo/Pego/Pepso control is embedded in a complex layout and the main window changes state (for example from Maximized to Normal). If you see an oddly positioned zoom rectangle while zooming, call this function within the MainWindow_SizeChanged event to update the internal relative location of the WPF child within the parent.