All is fine, but I can't call the callbacks when I'm using ShowToastXml.

When I use:

Code:
/dll mToast.dll SetOnCompleteCallback mToast.callback


then using ShowToastXml the callback returns: tag string, where string is TimedOut (when is clicked every button from the toast or single/double/right clicked) or UserCanceled (when is clicked the close button from the Toast).

I tried to use any forms of callback=mToast.callback in XML as given in your examples from the script file, but nothing works, excepts TimedOut or UserCanceled.

Please, can you provide pass-by-pass how to use XML through your DLL and to retrieve the callbacks for every action made in the toast (for example, to tell the mirc that the first button is clicked or the second button etc.)

P.S. No problems are met when I created the toasts using xml configuration. The problems are in the callbacks that can't return the values from arguments=

Last edited by klez; 06/08/18 12:13 PM.