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

ContinuityCamera.PopupMenu

Shows the import from device popup menu.

Component Version macOS Windows Linux Server iOS SDK
ImagePicker ContinuityCamera 9.2 ✅ Yes ❌ No ❌ No ❌ No ❌ No
MBS( "ContinuityCamera.PopupMenu"; mode { ; x; y; window; item; objectName } )   More

Parameters

Parameter Description Example Flags
mode The mode to use. Can be "mouse", "screen" or "window". Default is mouse for leaving away the parameter or passing empty text.
Version 8.3 adds mode "content" to make it relative to the content part of the window, below toolbars.
"mouse"
x The relative x coordinates for the position relative to the mouse, screen or window. 0 Optional
y The relative y coordinates for the position relative to the mouse, screen or window. 0 Optional
window The window reference for the showing menu relative to a window. $window Optional
item The menu item to be positioned at the specified location in the view. $item Optional
objectName The object name for mode=object. "web" Optional

Result

Returns 1, 0 or error.

Description

Shows the import from device popup menu.
Returns 1 if item was selected or 0 if not.

May not work if run in data viewer, with debugger or if a modal dialog is open.

See also

Example Databases

Blog Entries

This function checks for a license.

Created 7th April 2019, last changed 26th January 2023


ContinuityCamera.Initialize - ContinuityCamera.Result