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
- Seven things to add to your FileMaker solution today with MBS Plugin
- MBS FileMaker Plugin, version 9.2pr3
FileMaker Magazin
This function checks for a license.
Created 7th April 2019, last changed 26th January 2023
