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:
12.1
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
Statistic
FMM
Blog
Checks whether we can show a popup menu.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
ContinuityCamera | 13.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | ❌ No |
none
Returns 1, 0 or error.
Check whether popup is there:
Set Variable [ $r ; Value: MBS( "ContinuityCamera.HasPopupMenu"; 0 ) ]
If [ $r = 1 ]
Show Custom Dialog [ "iPhone import possible." ]
Else
Show Custom Dialog [ "iPhone import not possible." ]
End If
This function checks for a license.
Created 26th January 2023, last changed 26th January 2023