ASUserInteraction.h File Reference
#include "ASTypes.h"
#include "SPBasic.h"
#include "IAIUnicodeString.h"
#include "AIHeaderBegin.h"
#include "AIHeaderEnd.h"
Go to the source code of this file.
Define Documentation
#define kASUserInteractionSuite "AS User Interaction Suite" |
#define kASUserInteractionSuiteVersion kASUserInteractionSuiteVersion4 |
User interaction suite version.
#define kASUserInteractionSuiteVersion4 4 |
User interaction suite version.
#define kASUserInteractionVersion kASUserInteractionSuiteVersion |
Typedef Documentation
User-interaction constants.
This is an application preference for whether the application responds to messages with a modal dialog or alert, or by writing to a log file.
Enumeration Type Documentation
User-interaction constants.
This is an application preference for whether the application responds to messages with a modal dialog or alert, or by writing to a log file.
- Enumerator:
kASInteractWithNone |
The application cannot display any modal dialogs or alerts.
A message is written to a log file instead.
|
kASInteractWithSelf |
In Mac OS, display alerts for self-sent messages.
In Windows, this is the same as kASInteractWithAll .
|
kASInteractWithLocal |
In Mac OS, display alerts for local and self-sent messages, but not remote messages.
In Windows, this is the same as kASInteractWithAll .
|
kASInteractWithAll |
The application can display any modal dialog or alerts.
|