Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 9.5   10.0   10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2    Statistic    FMM    Blog  

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

Example Databases

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


IKDeviceBrowserPanel.SetWindowTitle - IKDeviceBrowserPanel.Visible

Feedback: Report problem or ask question.