Strict action identification in dialog methods

Actions referenced in methods of the dialog class must exist in the current dialog, or an error is raised.

Starting with version 2.20.00, dialog class methods like ui.Dialog.setActionActive() can now raise a runtime error -8089 if the action name is invalid. Before version 2.20, the method ignored the invalid action name, which made it difficult for the programmer to debug.