Notification
What?
The Notification Extension Package for HALCON is an extension package to send notifications of different kinds to the user.
Why?
Get attention from the user if intervention becomes necessary: Show message boxes, tray icons, balloon tips. Beep.
Details
The Notification Extension Package for HALCON is an extension package meant to send notifications of different kinds to the user. It can use the beep operator to make
a beep sound, it can create tray icons and balloon tips (Notifications that mostly appear on the bottom-right corner of the screen on Windows; support by this Extension Package includes context menus and handling of messages if an entry in the menu was selected) and show message boxes.
Currently, this Extension Package is available for HALCON 12.0 and HALCON 13.0 and for Windows operating systems only.
Please contact notification-extpack@heindl-solutions.com for assistance, purchasing, or bug reports.
Copyright Heindl Solutions, http://www.heindl-solutions.com
List of Operators
- beepBeepBeepbeepBeepbeep
- Generates simple tones on the speaker.
- clear_all_tray_iconsClearAllTrayIconsClearAllTrayIconsclear_all_tray_iconsClearAllTrayIconsclear_all_tray_icons
- Removes all tray icons.
- clear_tray_iconClearTrayIconClearTrayIconclear_tray_iconClearTrayIconclear_tray_icon
- Removes a tray icon.
- create_tray_iconCreateTrayIconCreateTrayIconcreate_tray_iconCreateTrayIconcreate_tray_icon
- Displays a tray icon in the tray bar.
- create_tray_icon_imageCreateTrayIconImageCreateTrayIconImagecreate_tray_icon_imageCreateTrayIconImagecreate_tray_icon_image
- Displays a tray icon in the tray bar.
- display_balloonDisplayBalloonDisplayBalloondisplay_balloonDisplayBalloondisplay_balloon
- Displays a balloon tip in the tray bar.
- display_balloon_imageDisplayBalloonImageDisplayBalloonImagedisplay_balloon_imageDisplayBalloonImagedisplay_balloon_image
- Displays a balloon tip in the tray bar.
- message_boxMessageBoxMessageBoxmessage_boxMessageBoxmessage_box
- Shows a message box.
- notification_register_extpackNotificationRegisterExtpackNotificationRegisterExtpacknotification_register_extpackNotificationRegisterExtpacknotification_register_extpack
- Registers this Extension Package for full commercial usage within a company.
- set_tray_icon_context_menuSetTrayIconContextMenuSetTrayIconContextMenuset_tray_icon_context_menuSetTrayIconContextMenuset_tray_icon_context_menu
- Sets a context menu for the tray icon.