Overriding Text on Standard Dialog Buttons
Tags:
v8
In the V8 API, it has become possible to override the texts “Yes”, “No”, “OK”, “Cancel”, “Close”, “Retry”, “Continue” on the buttons of standard dialogs.
New optional button text parameters have been added to the methods for displaying standard dialogs. By default, parameters do not need to be specified; the default values will be displayed on the buttons. If parameters are specified, the given text will be displayed on the buttons.
List of modified methods:
IViewManager.ShowOkPopupIViewManager.ShowClosePopupIViewManager.ShowErrorPopupIViewManager.ShowYesNoPopupIViewManager.ShowOkCancelPopupIViewManager.ShowRetryCancelPopupIViewManager.ShowYesNoCancelPopupIViewManager.ShowRetryIgnoreCancelPopupIViewManager.ShowInputDialogIViewManager.ShowCheckPermissionPopupIViewManager.ShowCheckPermissionsPopupIViewManager.ShowChooserPopupIViewManager.ShowQuantityChangerPopupIViewManager.ShowExtendedInputDialogIViewManager.ShowKeyboardIViewManager.ShowExtendedKeyboardDialogIViewManager.ShowDateNumpadPopupIViewManager.ShowCalendarPopupIViewManager.ShowDateTimePopup