ProEssentials(英語版) のリリース

Released: Mar 15, 2026

10.0.0.22 での更新項目

機能

  • Improved OCX interfaces to sync with WPF and Winforms interfaces.
  • Replicated WPF, Winforms, CPP 116 examples with a new Access example database found in ProEssentials10/Access product folder.
  • Updated page MS Access OCX Charting with latest Office 365 content.
  • Updated context sensitive help 'F1' capability within the VBA code editor to auto open PEONLREF.CHM.
  • Added a new product folder ProEssentials10/Excel that includes a new Excel Add-In PeExcelAddin.Dll and example sheet.
    • This add-in...

Released: Feb 20, 2026

10.0.0.20 での更新項目

機能

  • Embarcadero Builder interfaces were re-written to address Builder 13's new Modern Win64x platform.
    • Ported the current newer examples into a new example project that better mimics the MFC and C# projects with multiple panes.
    • Note: It is recommended to add VCLs to Builder before Delphi if you have both personalities.
  • Added a property PEP_nGRAPHANNOTPOLYDATAPLOTMETHOD to produce a second 3D surface below the 4D surface.

不具合の修正

  • Fixed an issue with the TextExport feature which was not properly...

Released: Jan 3, 2026

10.0.0.18 での更新項目

機能

  • Added a new property PEP_nCHARTBORDERWIDTH (0 no border, else 1-15 defines width in pixels) and PEP_dwCHARTBORDERCOLOR providing features to include a border enclosing chart. .NET uses PeConfigure.ChartBorderWidth and ChartBorderColor. To add some padding around chart, use PeConfigure.ImageAdjustLeft Top Right Bottom = 50.
  • Increased contour colors from a maximum of 100 colors to new maximum of 256 colors. The GigaPrime3D example project has been updated to use 256 colors.

不具合の修正

  • Fixed an...

Released: Apr 9, 2025

10.0.0.14 での更新項目

機能

  • Improved all AnyCpu .NET assemblies to eliminate the need for Visual Studio to be launched with admin privileges when using a control in the designer for the first time.
  • Added x64 specific local nugets for 'Net48' and 'Net80'. These are located in the ProEssentials10/nuget folder.

不具合の修正

  • Fixed an issue with 'JaggedData = True', while all data arrays are empty, and when requesting an image render via 'PEresetimage'.

Released: Feb 21, 2025

10.0.0.12 での更新項目

機能

  • Added InitializeJagged within PeData.X, PeData.Y, PePlot.PointColors properties. Sets all data to an initial value.
  • Added CopyFromJaggedTo within PeData.X, PeData.Y, PePlot.PointColors properties. Sets a subsection of subset, or adds data to the end of a subset, increasing size. Provides an alternative to calling PEvsetEx.
  • Added AppendFromJagged within PeData.X, PeData.Y, PePlot.PointColors properties. Shifts data and appends to end. Provides an alternative to calling PEvsetEx.

不具合の修正

  • Fixed...

Released: Feb 7, 2025

10.0.0.10 での更新項目

不具合の修正

  • Fixed a bug introduced in version 9.8.0.60 that affected exporting enhanced metafiles (EMF) to file, clipboard, and stream. The issue could sometimes cause text to be unexpectedly enclosed in a colored box.

Released: Jan 23, 2025

10.0.0.8 での更新項目

機能

  • Jagged Data - Historically, ProEssentials had a limitation that Subsets needed to be the same quantity for all Points. Thus memory was always one contiguous block of memory for all Subsets and Points. With the addition of the v10s JaggedData property, ProEssentials can optionally work with Subsets as individual blocks of memory per Subset.
  • ComputeShader - v10 compounds the complexity of Direct3D rendering by adding the option to fully construct the scene on the GPU versus constructing it on...

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...

Released: Aug 28, 2024

9.8.0.56 での更新項目

機能

  • Added a new property for Pego Graph Object. Pego1.PeString.PointLabelsII. This feature allows 2D PointLabels that replace normal 1D PointLabels. If a row has identical values, only one centered label represents the multiple values.
  • Added a new property Pego1.PeString.GridLineSeparators, set to True shifts vertical grid lines inside chart from centered on data points to straddle/separate the data points. This property will often be used along with new feature PointLabelsII, however, this...

Released: May 28, 2024

9.8.0.54 での更新項目

機能

  • Added an Export Demo feature launched from the PeDemo.exe and demo projects. This feature automates creating isolated example projects within the ProEssentials9/TestBeds folder. The main PeDemo.exe has the Export button on top toolbar. The WinForms example projects have an Export Demo menu item. The WPF and Delphi example projects have an Export Demo button within the Code window.