'KCMLAddNotifyIcon(id, sTitle$, sMessage$, iFlags)
Display a notification bubble to the user.
Arguments
| INT() | id | [in] | Notification id. |
| STR() | sTitle$ | [in] | Notification title. |
| STR() | sMessage$ | [in] | Notification message. |
| INT() | iFlags | [in] | Icon flags. |
Returns
This function returns TRUE on success, or FALSE on failure.
Syntax
The following definition is built into KCML. You do not have to include it in your own code.
$DECLARE 'KCMLAddNotifyIcon(INT(), STR(), STR(), INT())
Remarks
This function adds a message to the notification area. KCMLRemoveNotifyIcon must be called to remove the notification before it can be shown again.
Example
DIM MyID = 1 REM Add the notification 'KCMLAddNotifyIcon(MyId, "Title", "Some message text", _NIIF_INFO) REM remove the notification 'KCMLRemoveNotifyIcon(MyId)
Further Information
| Introduced | KCML 5.00 |
| Compatibility | Browser Client KClient |
See Also
KCMLDeferHiddenControls, KCMLDlgMessageBox, KCMLEnableBufferKeys, KCMLEnableDropdownPreFill, KCMLEnableModalPopups, KCMLForceChromium, KCMLGetBufferKeys, KCMLGetChromiumShimVersion, KCMLGetChromiumVersion, GetLocalTime, KCMLGetWindow, KCMLHideErrorDialogs, KCMLHookIEOCX, MessageBox, KCMLRemoveNotifyIcon, KCMLSetBrowserDebugPort, KCMLSetBufferKeyBreakKey, KCMLSetBufferKeyTimeout, KCMLSetBufferKeys, KCMLSetCenturyThreshold, KCMLSetChromiumAcceptLang, KCMLSetDollarConvert, KCMLSetHTMLCtrlRelativeURL, KCMLSetTitleTemplate, KCMLTouchScreenMode