Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

IKDeviceBrowserPanel.Show

Shows the window.

Component Version macOS Windows Linux Server iOS SDK
ImageCapture 6.5 ✅ Yes ❌ No ❌ No ❌ No ❌ No
MBS( "IKDeviceBrowserPanel.Show" )

Parameters

none

Result

Returns OK or Cancel.

Description

Shows the window.
This is not a dialog, so please have the script end with this command as the window will stay open while other script steps run.

Before calling this function, make sure you called ImageCapture.Initialize once.

Examples

Show the device browser window:

Set Variable [$r; Value:MBS( "IKDeviceBrowserPanel.Reset" )]
Set Variable [$r; Value:MBS( "IKDeviceBrowserPanel.SetCancelButtonLabel"; "Cancel" )]
Set Variable [$r; Value:MBS( "IKDeviceBrowserPanel.SetSelectButtonLabel"; "Select" )]
Set Variable [$r; Value:MBS( "IKDeviceBrowserPanel.SetWindowTitle"; "Scanner Choice" )]
Set Variable [$r; Value:MBS( "IKDeviceBrowserPanel.SetDisplaysLocalScanners"; 1 )]
Set Variable [$r; Value:MBS( "IKDeviceBrowserPanel.SetDisplaysLocalCameras"; 1 )]
Set Variable [$r; Value:MBS( "IKDeviceBrowserPanel.SetDisplaysNetworkCameras"; 1 )]
Set Variable [$r; Value:MBS( "IKDeviceBrowserPanel.SetDisplaysNetworkScanners"; 1 )]
Set Variable [$r; Value:MBS( "IKDeviceBrowserPanel.SetMode"; "table" )]
Set Variable [$r; Value:MBS( "IKDeviceBrowserPanel.SetPrompt"; "Please choose scanner:" )]
Set Variable [$r; Value:MBS( "IKDeviceBrowserPanel.SetTrigger"; Get(FileName); "Select Scanner Dialog Trigger" )]
Set Variable [$r; Value:MBS( "IKDeviceBrowserPanel.Show" )]

See also

Release notes

Example Databases

Blog Entries

This function checks for a license.

Created 7th November 2016, last changed 7th November 2016


IKDeviceBrowserPanel.SetWindowTitle - IKDeviceBrowserPanel.Visible