Featured Products
Omegabundle for Xojo 2024 Products

Display notifications in your apps.

NotificationProvider is a control to display notifications in your applications.  Not all notifications are worthy of a system notification, like for example when validating fields and other things, but are still useful for providing user feedback.

Features Platform Targets
  • Information notifications
  • Error notifications
  • Warning notifications
  • Success notifications
  • Timed or manual dismiss
  • Bottom right corner placement or bottom full window width placement
  • Color scheme customization
  • Context aware notifications with automatic removal of previous notify from same context
  • Smooth operating system animated fade out when used on macOS systems
  • macOS Intel
  • macOS Apple Silicon
  • Windows 32 bit and 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit and 64 bit
  • Linux ARM 32 bit and 64 bit

 

Notifications using partial width.
Notifications using partial width.

Notifications using full width.
Notifications using full width.

Notifications using custom color scheme.
Notifications using custom color scheme.

NotificationProvider Plugin for Xojo Updates

Version 1.2 (240917)

  • Added Placement property
  • Added PlacementValues enum

Version 1.1 (240719)

  • Added action event to get the click from the Body of the notification.
  • Added InformationImage property.
  • Added WarningImage property.
  • Added ErrorImage property.
  • Added SuccessImage property.
  • Added new example project to show usage of custom image