| Components | All | New | MacOS | Windows | Linux | iOS | ||||
| Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old | |
14.3 14.4 14.5 15.0 15.1 15.2 15.3 15.4 15.5 16.0 16.1 16.2
New in version 1.0
| Item | Details | Server |
|---|---|---|
| AppleScript.Close Removes a Script from memory. | Mac only |
✅ Server |
| AppleScript.Compile Compiles the script and returns the Script ID. | Mac only |
✅ Server |
| AppleScript.Execute Performs a compiled Apple Script. | Mac only |
✅ Server |
| AppleScript.LastError Returns the last error code. | Mac only |
✅ Server |
| AppleScript.LastErrorMessage Returns the last error message. | Mac only |
✅ Server |
| AppleScript.Run The function compiles the AppleScript text and runs it. | Mac only |
✅ Server |
| CompileDate Returns the date the plug-in was compiled. | All |
✅ Server |
| CompileTime The time of day that the plug-in was compiled. | All |
✅ Server |
| Plugin.Functions Returns a list of all the functions in the plugin. | All |
✅ Server |
| Register This function is used to register the Plugin. | All |
✅ Server |
| Registration Returns a list of the currently registered components. | All |
✅ Server |
| Screen.Count Queries the number of screens. | Mac/Win |
❌ Server |
| Screen.Height Queries screen height. | Mac/Win/iOS |
❌ Server |
| Screen.Left Queries screen position. | Mac/Win/iOS |
❌ Server |
| Screen.Top Queries screen position. | Mac/Win/iOS |
❌ Server |
| Screen.Width Queries screen width. | Mac/Win/iOS |
❌ Server |
| Screenshot Takes a screenshot of the screen indicated by the "ScreenID" parameter. | Mac/Win |
❌ Server |
| ScreenshotRect This function will take snapshot of the area of the screen described by the first four Parameters. | Mac/Win |
❌ Server |
| Version Useful for doing auto-updates from server and version checking. | All |
✅ Server |
| Window.FindByIndex Returns the Window Reference for a window specified by the Index parameter. | Mac/Win |
❌ Server |
| Window.Hide Hides the window Specified by the Window Reference | Mac/Win |
❌ Server |
| Window.IsVisible Queries whether a window is visible. | Mac/Win |
❌ Server |
| Window.SetAlpha Set Alpha can be used to set the transparency of a window. | Mac/Win |
❌ Server |
| Window.SetBounds Sets the bounds of the window. | Mac/Win |
❌ Server |
| Window.Show Shows the window Specified by the Window Reference. | Mac/Win |
❌ Server |
25 functions shown.
These functions require a license (60%).
New parameters added
| Item | Details | Server |
|---|---|---|
| Menu.FindItemWithTag: Recursive Finds a menu entry with given tag in a menu. | Mac/Win |
❌ Server |
1 functions shown.
These functions are free to use.
Blog Entries