You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this section, we'll explore the UI Elements that are built into the `DWT` library for user interactions.
12
+
In this section, we'll explore the UI Elements that are built into the `DWT` library for user interactions.
13
+
14
+
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
13
15
14
16
## Installation Dialog
15
17
@@ -21,6 +23,8 @@ This dialog comes up when running `DWT` in [service mode]({{site.indepth}}featur
21
23
* The Dynamsoft Service is not running
22
24
* A failure to connect to the Dynamsoft Service
23
25
26
+
If needing to disable the default dialog or come up with your own install dialog, you can make changes to Dynamsoft._show_install_dialog().
0 commit comments