Platforms to show: All Mac Windows Linux Cross-Platform

WindowsGrowlMBS.Constructor(protocol as Integer, password as string, application as string, notifications() as string)
Type Topic Plugin Version macOS Windows Linux iOS Targets
method Growl MBS Win Plugin 10.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Function: Creates a new Growl object to send notifications to a lcoal server.
Example:
dim notifications(-1) as string

Notifications.Append "MyNotification"

dim g as new WindowsGrowlMBS(WindowsGrowlMBS.kGrowlUDP, "pass", "MyApp", notifications)

See also:

WindowsGrowlMBS.Constructor(protocol as Integer, server as string, password as string, application as string, notifications() as string)
Type Topic Plugin Version macOS Windows Linux iOS Targets
method Growl MBS Win Plugin 10.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Function: Creates a new Growl object to send notifications to a remote server.
Example:
dim notifications(-1) as string

Notifications.Append "MyNotification"

dim g as new WindowsGrowlMBS(WindowsGrowlMBS.kGrowlUDP, "192.168.1.12", "pass", "MyApp", notifications)

See also:

WindowsGrowlMBS.Notify(notification as string, title as string, message as string)
Type Topic Plugin Version macOS Windows Linux iOS Targets
method Growl MBS Win Plugin 10.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Function: Send a notification.
Example:
dim g as WindowsGrowlMBS // your growl instance
g.Notify("MyNotification", "Just a test to show what growl can do for you.", "http://www.mbsplugins.de/")
Notes:
notification: Name of notification
title: Title text to show
message: Message text.

See also:

WindowsGrowlMBS.Notify(notification as string, title as string, message as string, url as string, icon as string)
Type Topic Plugin Version macOS Windows Linux iOS Targets
method Growl MBS Win Plugin 10.1 ❌ No ✅ Yes ❌ No ❌ No Desktop, Console & Web
Function: Send a notification.
Example:
dim g as WindowsGrowlMBS // your growl instance
g.Notify("MyNotification", "Just a test", "to show what growl can do for you.")
Notes:
notification: Name of notification
title: Title text to show
message: Message text.
URL: The URL to display with message.
icon: The URL to the icon for this message. If this is a local file path, we open file and send it in the payload. Otherwise an URL is included.

See also:

The items on this page are in the following plugins: MBS Win Plugin.


💬 Ask a question or report a problem
The biggest plugin in space...