5.0:
- Added Linux ARM 64 build. (Works for Xojo 2022r4 or later).
4.0:
- Added Windows Arm 64 build.
3.5:
- Added DesktopErrorProvider control.
- All events have added legacySource parameter to deal with mixed mode situations where you have some old style controls on new style Window.
3.0:
- Added Apple Silicon compile (Not tested).
2.6.2
- Turned on Transparent on the display canvas under Xojo 2018 or later.
2.6:
- Added RequestBuddyControl event to handle better deep nested embedding.
- Updated the Toolbar icon for Xojo 2016.x versions.
2.5:
- Added 64 bit compile support for Mac targets.
- Added 64 bit compile support for Windows targets.
- Added 64 bit compile support for Linux targets.
- Added ARM support for Linux targets.
2.1:
- Changed the embedding rules to support more complex combinations of embedding.
- Plugin segments come code signed on MacOS X systems.
- Documentation now also ships as docset for the awesome Dash viewer from http://kapeli.com/dash.
2.0:
- Now also ships with a Xojo plugin. The Xojo plugin comes in the new Xojo format and is compiled with newer SDK, and includes Cocoa design time mode.
- Made the ErrorProvider control Retina high resolution compatible.
- Added HighResImage property to support icons in retina mode.
- Changed Linking so that the ErrorProvider could work with modern Linux distros like Ubuntu 12.04 for example when used with Real Studio 2012 or later.
1.1.2:
- Fixed a issue with the newest REALbasic versions on detecting if a control lives on a ContainerControl.
1.1:
- Added a ErrorCount property.
- Fixed a crash issue with handling of the default ErrorProvider image.
1.0.2:
- The control no longer posts a bogus error message on composite windows where it was incorrectly saying composite was not supported.
- Added a DisableBlink property.
1.0.1
- Fixed issue where the ErrorProvider crashed if showing error for controls that live on on Tab or PagePanels.
1.0:
- This is the first version.