Content:
- Methods

The YesNo dialog can be used to let the user confirm a specific action.

ynd = app.CreateYesNoDialog( message, options ) → app object: YesNoDialog

Its the equivalent to the js confirm function, but it is more customizable. (and doesn't crash when aborting

Example - Basic click to expand contents 

Methods

The following methods are available on the YesNoDialog object:

GetType() → String: “YesNoDialog”
Hide()
Method( name, types, p1, p2, p3, p4 ) → all types
Show()