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.5
10.0
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
Statistic
FMM
Blog
Queries whether this is a MBS Plugin beta version.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Plugin | 10.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
none
Returns 1 or 0.
Check and ask user to install newer version than the prerelease they have:
If [ MBS("Plugin.IsPrerelease") ]
If [ Get(CurrentDate) - MBS( "Plugin.CompileDate" ) >= 14 ]
Show Custom Dialog [ "Update" ; "Please install newer version of MBS Plugin." & ¶ & MBS("Version") ]
End If
End If
Created 24th December 2019, last changed 24th December 2019
Plugin.InstallSignalHandlers - Plugin.JasperVersion
Feedback: Report problem or ask question.