From ff86a45369266aee53ce96fe2fea1118c34dda85 Mon Sep 17 00:00:00 2001 From: sprice89 <52770183+sprice89@users.noreply.github.com> Date: Fri, 25 Mar 2022 06:20:31 -0700 Subject: [PATCH] Update ui.md To clarify where to make changes if needing to customize/disable default installation dialog. --- indepth/features/ui.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/indepth/features/ui.md b/indepth/features/ui.md index c10d62d4..0d4ccc01 100644 --- a/indepth/features/ui.md +++ b/indepth/features/ui.md @@ -9,7 +9,9 @@ description: Dynamic Web TWAIN SDK Documentation UI Page # UI Elements -In this section, we'll explore the UI Elements that are built into the `DWT` library for user interactions. +In this section, we'll explore the UI Elements that are built into the `DWT` library for user interactions. + +Generally speaking, most UI elements are configured in the file dynamsoft.webtwain.install.js. This file is already referenced inside the dynamsoft.webtwain.initiate.js ## Installation Dialog @@ -21,6 +23,8 @@ This dialog comes up when running `DWT` in [service mode]({{site.indepth}}featur * The Dynamsoft Service is not running * A failure to connect to the Dynamsoft Service +If needing to disable the default dialog or come up with your own install dialog, you can make changes to Dynamsoft._show_install_dialog(). + ## Indicators ### Loading bar and backdrop