Important: The information in this document is obsolete and should not be used for new development.
Requesting User Interaction
The Apple Event Manager provides three functions that allow you to set or request user interaction levels and to initiate user interaction when your application is the server application. TheAESetInteractionAllowed
andAEGetInteractionAllowed
functions specify and return, respectively, the current user interaction preferences. Your application should call theAEInteractWithUser
function before actually interacting with the user in response to an Apple event.
Subtopics
- AESetInteractionAllowed
- AEGetInteractionAllowed
- AEInteractWithUser