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:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
Statistic
FMM
Blog
Shows the import from device popup menu.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
ImagePicker ContinuityCamera | 9.2 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
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 |
Returns 1, 0 or error.
Created 7th April 2019, last changed 6th January 2020
ContinuityCamera.Import - ContinuityCamera.Result
Feedback: Report problem or ask question.