Topics
All
Mac OS X
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Guides
Examples
New in version:
7.4
7.5
8.0
8.1
8.2
8.3
8.4
8.5
9.0
9.1
Statistic
App.RequestUserAttention
Starts a user attention request.
Component | Version | macOS | Windows | Server | FileMaker Cloud | FileMaker iOS SDK |
App | 6.1 | Yes | No | No | No | No |
MBS( "App.RequestUserAttention" { ; Critical } ) More
Parameters
Parameter | Description | Example value |
---|---|---|
Critical | Optional Pass 1 if critical or 0 if informative. |
0 |
Result
Returns number or error.
Description
Starts a user attention request.Returns the identifier for the request. You can use this value to cancel the request later using the App.CancelUserAttentionRequest method.
Activating the app cancels the user attention request. A spoken notification will occur if spoken notifications are enabled. Sending App.RequestUserAttention to an app that is already active has no effect.
If the inactive app presents a modal panel, this method will be invoked with critical = 1 automatically. The modal panel is not brought to the front for an inactive app.
This method is a way to have the dock icon jumping.
Examples
Request attention:
Set Variable [$r; Value:MBS( "App.RequestUserAttention"; 1 )]
See also
Example Databases
Blog Entries
Created 2nd March 2016, last changed 2nd March 2016
App.ProcessID - App.SetDockBadgeLabel
Feedback: Report problem or ask question.
Links
MBS Xojo PDF Plugins