December 20, 2019, 8:13 am
IntegralUI Web ColorPickerAdds new ColorPicker and SideBar components.
Features
- New components:
- ColorPicker - allows the user to select a color by using a drop-down panel with color palette and slider.
- SideBar - allows you to add a custom content panel that appears by sliding from page side over main content.
- Option to use a Color Picker as Editor in Grid and TreeGrid.
- Multi-level headers in Grid and TreeGrid.
- Custom content when rows are hovered or selected in Grid, ListBox, TreeGrid and TreeView.
- Option to determine when custom content appears for items or rows: None, Hover, Select or Both.
- Reorder multi-level columns from code using the moveColumn method.
- Option to manually set the scrolling position of tabs and handle the scrolling event in TabStrip.
- New and updated samples.
↧
December 23, 2019, 1:35 am
AnyChartAdds legend item alignment settings.
Features
- Added the ability to disable credits over a theme.
- Added legend item alignment settings.
Fixes
- Client-side export issue.
- Hover cursor on legend.
- Selection Marquee issue.
- Log scale ticks issue.
- Sunburst label issue.
- Mobile tappable area for gauge's needle.
- Mobile issue (Network chart).
- Gauge ticks issues.
↧
↧
December 23, 2019, 1:38 am
AnyGanttImproves milestone preview tooltips.
Features
- Added the ability to disable credits over a theme.
- Improved toolbar expand/collapse icons.
- Improved milestone preview tooltips.
Fixes
- Client-side export issue.
- Hover cursor on legend.
- Selection Marquee issue.
- ResourceChart weekend range issue.
- TImeline chart range series issue.
- Progress value label issue.
- Ticks count issue.
- Datagrid issue.
↧
December 23, 2019, 1:40 am
AnyMapAdds the ability to disable credits over a theme.
Features
- Added the ability to disable credits over a theme.
Fixes
- Client-side export issue.
- Hover cursor on legend.
- Selection Marquee issue.
↧
December 23, 2019, 1:42 am
AnyStockAdds the ability to disable credits over a theme.
Features
- Added the ability to disable credits over a theme.
Fixes
- Client-side export issue.
- Hover cursor on legend.
- Selection Marquee issue.
- EventMarker's connectors issue.
↧
↧
December 23, 2019, 2:37 am
SocketTools SubscriptionImproves MIME address validation and Web services application ID functionality.
Features
- Changed the functionality of unregistering a web services application ID so that it no longer revokes the internal API key associated with it. This allows the ID assigned by the developer to be reused at a later time. Although the AppID can be reused, the key that is associated with that ID will change, and all objects previously created using that ID will be orphaned and expunged from storage.
- Relaxed MIME address validation to accept email addresses that included whitespace between angle-brackets within an address string. These addresses can be parsed as long as the remaining components of the address are valid.
- Added functions to the Library Edition that enable an application to enumerate the application IDs that have been allocated for the account.
- Updated the function declarations for C# and Visual Basic .NET to use the Unicode versions of functions, and corrected structure members to use UnmanagedType.LPTStr instead of UnmanagedType.LPWStr, which should only be used with COM interfaces.
- Updated the function declarations for PowerBASIC to correct several cases where parameters were incorrectly declared as BYVAL instead of BYREF. Padding for certain structure members was added to address specific alignment issues.
- Relaxed installation requirements to allow for valid email addresses that would otherwise be rejected. It is still required for developers to register their SocketTools license using an individual email address, and not a generic corporate-wide email address.
- Minor improvements and updates to the documentation.
Fixes
- Corrected a problem that could prevent the SocketTools .NET 2.0 and 3.5 assemblies from loading on the 64-bit Windows XP platform.
- Corrected an issue where some web services functions that should return a Boolean result would return a value of -1 if an error occurred. This would result in an operation appearing to succeed when it actually failed.
↧
December 23, 2019, 2:40 am
SocketTools .NET EditionImproves MIME address validation and Web services application ID functionality.
Features
- Changed the functionality of unregistering a web services application ID so that it no longer revokes the internal API key associated with it. This allows the ID assigned by the developer to be reused at a later time. Although the AppID can be reused, the key that is associated with that ID will change, and all objects previously created using that ID will be orphaned and expunged from storage.
- Relaxed MIME address validation to accept email addresses that included whitespace between angle-brackets within an address string. These addresses can be parsed as long as the remaining components of the address are valid.
- Updated the function declarations for C# and Visual Basic .NET to use the Unicode versions of functions, and corrected structure members to use UnmanagedType.LPTStr instead of UnmanagedType.LPWStr, which should only be used with COM interfaces.
- Relaxed installation requirements to allow for valid email addresses that would otherwise be rejected. It is still required for developers to register their SocketTools license using an individual email address, and not a generic corporate-wide email address.
- Minor improvements and updates to the documentation.
Fixes
- Corrected a problem that could prevent the SocketTools .NET 2.0 and 3.5 assemblies from loading on the 64-bit Windows XP platform.
- Corrected an issue where some web services functions that should return a Boolean result would return a value of -1 if an error occurred. This would result in an operation appearing to succeed when it actually failed.
↧
December 23, 2019, 2:42 am
SocketTools ActiveX EditionImproves MIME address validation and Web services application ID functionality.
Features
- Changed the functionality of unregistering a web services application ID so that it no longer revokes the internal API key associated with it. This allows the ID assigned by the developer to be reused at a later time. Although the AppID can be reused, the key that is associated with that ID will change, and all objects previously created using that ID will be orphaned and expunged from storage.
- Relaxed MIME address validation to accept email addresses that included whitespace between angle-brackets within an address string. These addresses can be parsed as long as the remaining components of the address are valid.
- Updated the function declarations for PowerBASIC to correct several cases where parameters were incorrectly declared as BYVAL instead of BYREF. Padding for certain structure members was added to address specific alignment issues.
- Relaxed installation requirements to allow for valid email addresses that would otherwise be rejected. It is still required for developers to register their SocketTools license using an individual email address, and not a generic corporate-wide email address.
- Minor improvements and updates to the documentation.
Fixes
- Corrected a problem that could prevent the SocketTools .NET 2.0 and 3.5 assemblies from loading on the 64-bit Windows XP platform.
- Corrected an issue where some web services functions that should return a Boolean result would return a value of -1 if an error occurred. This would result in an operation appearing to succeed when it actually failed.
↧
December 23, 2019, 2:43 am
SocketTools Library EditionImproves MIME address validation and Web services application ID functionality.
Features
- Changed the functionality of unregistering a web services application ID so that it no longer revokes the internal API key associated with it. This allows the ID assigned by the developer to be reused at a later time. Although the AppID can be reused, the key that is associated with that ID will change, and all objects previously created using that ID will be orphaned and expunged from storage.
- Relaxed MIME address validation to accept email addresses that included whitespace between angle-brackets within an address string. These addresses can be parsed as long as the remaining components of the address are valid.
- Added functions to the Library Edition that enable an application to enumerate the application IDs that have been allocated for the account.
- Updated the function declarations for PowerBASIC to correct several cases where parameters were incorrectly declared as BYVAL instead of BYREF. Padding for certain structure members was added to address specific alignment issues.
- Relaxed installation requirements to allow for valid email addresses that would otherwise be rejected. It is still required for developers to register their SocketTools license using an individual email address, and not a generic corporate-wide email address.
- Minor improvements and updates to the documentation.
Fixes
- Corrected a problem that could prevent the SocketTools .NET 2.0 and 3.5 assemblies from loading on the 64-bit Windows XP platform.
- Corrected an issue where some web services functions that should return a Boolean result would return a value of -1 if an error occurred. This would result in an operation appearing to succeed when it actually failed.
↧
↧
December 23, 2019, 3:21 am
DataViewsJSAdds Microsoft Excel-like filter buttons.
Features
- Added fast date formatting.
- Added Microsoft Excel-like filter buttons.
- Improves Tab navigation for wide grids.
↧
December 23, 2019, 6:58 am
Aspose.Slides for C++Adds the ability to restrict the printing of exported PDF files.
Features
- Add color to data points.
- Restrict the printing of exported PDF files.
- Adjust PDF access permissions.
- Added support for
CodePorting.Native.Cs2Cpp.API
package. - Improved performance when saving images to PNG format.
↧
December 23, 2019, 7:07 am
Aspose.Cells for Android via JavaAdds support for custom data sorting in specific areas of pivot table reports.
Features
- Added support for custom data sorting in specific areas of pivot table reports.
- Added
Validation.addArea (CellArea cellArea, boolean skipArea)
or Validation.setAreas() method/overloads
. - Get ODATA connection details.
- Add tooltip text to cells when exporting to HTML.
- Added option to disable OLE object loading while opening a workbook.
↧
December 23, 2019, 7:08 am
Aspose.Cells for JavaAdds tooltip text to cells when exporting to HTML.
Features
- Add tooltip text to cells when exporting to HTML.
- Added option to disable OLE object loading while opening a workbook.
↧
↧
December 23, 2019, 9:25 am
RadaeePDF SDK for AndroidOptimizes AES decoding in ARM64 CPU.
v3.53.1
Updated Dec 19, 2019
Features
- Optimized AES decoding in ARM64 CPU.
- Reduced reduce library size.
Fixes
- Fixed goto issue in dual mode.
- Fixed check tail of CBC mode in AES.
- Fixed rendering issue related to JPX decoding.
- Fixed issue with ExportForm in case of checked group checkbox.
- Fixed a crash issue while editing an annotation in case of changing embedded font.
- Fixed check box multiple selection issue for a check box group.
- Fixed 90 or 270 degree rotated image rendering quality issue in a specific file.
- Fixed rendering issue in special pdf.
↧
December 23, 2019, 9:48 am
TRichView - data-aware SRVControls.Adds new TRVDataSourceLink and data-aware controls.
v18.1
Updated Dec 10, 2019
Features
- New component: TRVDataSourceLink. It connects data-aware controls inside TRichView and ScaleRichView editors to a data source.
- New data-aware SRVControls (controls for insertion in a WYSIWYG editor):
- TSRVDBEdit
- TSRVDBMemo
- TSRVDBCheckBox
- TSRVDBListBox
- TSRVDBComboBox
- TSRVDBText
↧
December 30, 2019, 3:07 am
dotConnect for Zoho CRMAdds support for Microsoft Visual Studio 2019 version 16.5 Preview.
Features
- Added support for Microsoft Visual Studio 2019 version 16.5 Preview.
↧
December 30, 2019, 3:07 am
dotConnect for SugarCRMAdds support for Microsoft Visual Studio 2019 version 16.5 Preview.
Features
- Added support for Microsoft Visual Studio 2019 version 16.5 Preview.
↧
↧
December 30, 2019, 3:07 am
dotConnect for QuickBooksAdds support for Microsoft Visual Studio 2019 version 16.5 Preview.
Features
- Added support for Microsoft Visual Studio 2019 version 16.5 Preview.
↧
December 30, 2019, 3:07 am
dotConnect for FreshBooksAdds support for Microsoft Visual Studio 2019 version 16.5 Preview.
Features
- Added support for Microsoft Visual Studio 2019 version 16.5 Preview.
↧
December 30, 2019, 3:07 am
dotConnect for MailChimpAdds support for Microsoft Visual Studio 2019 version 16.5 Preview.
Features
- Added support for Microsoft Visual Studio 2019 version 16.5 Preview.
↧