Operators |
display_balloon_image — Displays a balloon tip in the tray bar.
display_balloon_image(Icon : : TrayIconHandle, Title, Content : )
display_balloon_image displays a balloon tip in the tray bar.
The icon in Icon must be a gray value image (1 channel) or color image (3 channels). We recommend a size of 128x128.
The string in Title can have a maximum size of 63 characters because of restrictions of the operating system. Longer texts are truncated automatically.
The string in Content can have a maximum size of 255 characters because of restrictions of the operating system. Longer texts are truncated automatically.
There is a variant of this operator to show stock icons from the operating system in the balloon which is available as display_balloon.
Find more information about the Notification extension package in the introduction to this chapter.
An image to be shown as icon in the tray bar
handle to the tray icon
display_balloon_icon(Image,TrayIconHandle,'title','message')
create_tray_icon, create_tray_icon_image
Foundation
Operators |