ShowRinghioMessage(title$, text$[, table])
The optional table argument can be used to specify additional parameters for the way the Ringhio notification should be handled. The following tags are accepted here:
PubScreen:
ImageFile:
DoubleClickClose:True, the Ringhio notification window can be closed by
double-clicking on it. In that case a message will be sent to your application
containing the string you specify in the DoubleClickMessage tag (see below).
DoubleClickMessage:OnApplicationMessage event handler. This tag is only supported if you have
also set the DoubleClickClose tag to True (see above). If the string
specified here has the following format "URL:http://www.example.com/" the
Ringhio server will not send a message back to your application but it will
automatically show the specified URL in the default browser if the user
double-clicks on the notification window.
Please note that this function can only be used if you have set the RegisterApplication
tag in @OPTIONS to True. See OPTIONS for details.