
OK/CANCEL DIALOG
----------------

When triggered, an OK/Cancel dialog will open asynchronously, with specified Title and Message body text.

Either the OK or the Cancel output pins are triggered shortly (TRUE followed by FALSE) depending on the user pressing OK or CANCEL button.


NOTE:
opening dialog on startup is forbidden, the Trigger pin must be FALSE before being able to trigger.

WARNING:
given the asynchronous operation of this kind of dialogs, and considering that SynthEdit may have two different operational instances of the GUI (Struct and Panel view), triggering this module may open the dialog twice. The same way, because of a SynthEdit bug, triggering it by hand with the Right panel will open the dialog twice.
Such things will NOT happen in the exported plugin though.