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.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
ContinuityCamera.PopupMenu
Shows the import from device popup menu.
| Component | Version | macOS | Windows | Linux | Server | FileMaker 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.
Example Databases
Blog Entries
FileMaker Magazin
Created 7th April 2019, last changed 6th January 2020
ContinuityCamera.Import - ContinuityCamera.Result
Feedback: Report problem or ask question.
Links
MBS Xojo tutorial videos