home *** CD-ROM | disk | FTP | other *** search
- {
- Name = "Compatibility";
- AppleEventCode = "WWW!";
-
- Commands = {
-
- /* The ParseAnchor command as described in the Spyglass "Software Development Interface" */
-
- ParseURL = {
- CommandClass = "OWParseURLSpyglassScriptCommand";
- Type = "NSString";
- ResultAppleEventCode = "TEXT";
- AppleEventClassCode = "WWW!";
- AppleEventCode = "PRSA";
- Arguments = {
- base = {
- Type = "NSString";
- AppleEventCode = "RELA";
- Optional = YES;
- };
- };
- };
- GetWindowInfo = {
- CommandClass = "OWGetWindowInfoSpyglassScriptCommand";
- Type = "NSArray";
- ResultAppleEventCode = "list";
- AppleEventClassCode = "WWW!";
- AppleEventCode = "WNFO";
- };
- ListWindows = {
- CommandClass = "OWListWindowsSpyglassScriptCommand";
- Type = "NSArray";
- ResultAppleEventCode = "list";
- AppleEventClassCode = "WWW!";
- AppleEventCode = "LSTW";
- };
-
- OpenURL = {
- CommandClass = "OWGetURLScriptCommand";
- Type = "NSNumber";
- ResultAppleEventCode = "long";
- AppleEventClassCode = "WWW!";
- AppleEventCode = "OURL";
- Arguments = {
- intoFile = {
- Type = "NSAppleEventDescriptor";
- AppleEventCode = "INTO";
- Optional = YES;
- };
- intoWindow = {
- Type = NSNumber;
- AppleEventCode = "WIND";
- Optional = YES;
- };
- formData = {
- Type = NSData;
- AppleEventCode = "POST";
- Optional = YES;
- };
- postMIMEType = {
- Type = NSString;
- AppleEventCode = "MIME";
- Optional = YES;
- };
- };
- };
-
- /*
- ShowFile = {
- CommandClass = "OWShowFileSpyglassScriptCommand";
- Type = "NSNumber";
- ResultAppleEventCode = "long";
- AppleEventClassCode = "WWW!";
- AppleEventCode = "SHWF";
- Arguments = {
- file = {
- Type = "NSAppleEventDescriptor";
- AppleEventCode = "----";
- Optional = NO;
- };
- MIMEType = {
- Type = NSString;
- AppleEventCode = "MIME";
- Optional = NO;
- };
- intoWindow = {
- Type = NSNumber;
- AppleEventCode = "WIND";
- Optional = YES;
- };
- asURL = {
- Type = NSString;
- AppleEventCode = "POST";
- Optional = YES;
- };
- };
- };
- */
-
- };
-
- Classes = { };
- Synonyms = { };
- Enumerations = { };
- }
-