Applescript Studio Programming Guide

Total Page:16

File Type:pdf, Size:1020Kb

Applescript Studio Programming Guide AppleScript Studio Programming Guide 2006-04-04 Microsystems, Inc. in the U.S. and other Apple Inc. countries. © 2001, 2006 Apple Computer, Inc. SPEC is a registered trademark of the All rights reserved. Standard Performance Evaluation Corporation (SPEC). No part of this publication may be reproduced, stored in a retrieval system, or Simultaneously published in the United transmitted, in any form or by any means, States and Canada. mechanical, electronic, photocopying, Even though Apple has reviewed this document, APPLE MAKES NO WARRANTY OR recording, or otherwise, without prior REPRESENTATION, EITHER EXPRESS OR written permission of Apple Inc., with the IMPLIED, WITH RESPECT TO THIS following exceptions: Any person is hereby DOCUMENT, ITS QUALITY, ACCURACY, MERCHANTABILITY, OR FITNESS FOR A authorized to store documentation on a PARTICULAR PURPOSE. AS A RESULT, THIS single computer for personal use only and DOCUMENT IS PROVIDED “AS IS,” AND YOU, THE READER, ARE ASSUMING THE to print copies of documentation for ENTIRE RISK AS TO ITS QUALITY AND personal use provided that the ACCURACY. documentation contains Apple’s copyright IN NO EVENT WILL APPLE BE LIABLE FOR notice. DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES The Apple logo is a trademark of Apple Inc. RESULTING FROM ANY DEFECT OR INACCURACY IN THIS DOCUMENT, even if Use of the “keyboard” Apple logo advised of the possibility of such damages. (Option-Shift-K) for commercial purposes THE WARRANTY AND REMEDIES SET FORTH ABOVE ARE EXCLUSIVE AND IN without the prior written consent of Apple LIEU OF ALL OTHERS, ORAL OR WRITTEN, may constitute trademark infringement and EXPRESS OR IMPLIED. No Apple dealer, agent, or employee is authorized to make any unfair competition in violation of federal modification, extension, or addition to this and state laws. warranty. No licenses, express or implied, are granted Some states do not allow the exclusion or limitation of implied warranties or liability for with respect to any of the technology incidental or consequential damages, so the described in this document. Apple retains above limitation or exclusion may not apply to you. This warranty gives you specific legal all intellectual property rights associated rights, and you may also have other rights which with the technology described in this vary from state to state. document. This document is intended to assist application developers to develop applications only for Apple-labeled or Apple-licensed computers. Every effort has been made to ensure that the information in this document is accurate. Apple is not responsible for typographical errors. Apple Inc. 1 Infinite Loop Cupertino, CA 95014 408-996-1010 Apple, the Apple logo, AppleScript, AppleScript Studio, Aqua, Carbon, Cocoa, Mac, Mac OS, Macintosh, QuickTime, and Xcode are trademarks of Apple Inc., registered in the United States and other countries. Finder is a trademark of Apple Inc. Objective-C is a registered trademark of NeXT Software, Inc. Java and all Java-based trademarks are trademarks or registered trademarks of Sun Contents Introduction Introduction to AppleScript Studio Programming Guide 13 Who Should Read This Document 14 Organization of This Document 14 Conventions 15 See Also 15 Chapter 1 About AppleScript Studio 17 What Is AppleScript Studio? 17 What Makes AppleScript Studio Special? 17 AppleScript 18 Integrated Development Environment 18 Application Framework 19 Strengths and Limitations 20 How AppleScript Studio Works 21 AppleScript Studio’s Components 21 AppleScript Studio Applications 22 Connecting Actions to Scripts 22 Putting It All Together 25 Creating a Hello World Application 27 AppleScript Studio Sample Applications 35 Chapter 2 AppleScript Studio Components 39 AppleScript Overview 39 How AppleScript Is Implemented 40 Scripting in AppleScript Studio 41 Terms for Classes and Objects 41 Xcode Features for AppleScript Studio 42 AppleScript Studio Application Templates 43 AppleScript Studio Xcode Plug-in Template 43 Default Project Contents 44 The Targets Group 48 Source Code Editor 49 Debugging Features 51 Terminology Browser 51 Interface Builder Features for AppleScript Studio 53 3 2006-04-04 | © 2001, 2006 Apple Computer, Inc. All Rights Reserved. CONTENTS Interface Creation 54 Interface Connections 56 Cocoa Framework Overview 58 Cocoa Scripting Support 58 Cocoa User Interface Objects 59 Cocoa Application Framework 59 AppleScriptKit Framework Overview 60 Chapter 3 Programming With AppleScript Studio 61 Additional Information on AppleScript Studio 61 Organizing an AppleScript Studio Project 62 Naming Conventions for Methods and Handlers 64 Accessing Code From AppleScript Studio Scripts 64 Persistent Script Properties 67 Accessing Script Globals 68 Overridden Scripting Additions 68 How Xcode Formats Scripts 69 Switching Between AppleScript Studio and Script Editor 70 Scripting AppleScript Studio Applications 71 Using Script Editor to Test AppleScript Studio Terminology 72 AppleScript Studio Terminology 73 Overview 73 General Sources of Scripting Terminology 74 Terminology From the AppleScriptKit Framework 75 Finding Terminology Information 77 Programming Tips 80 Targeting an AppleScript Studio Application 80 Using Make, Not Create, to Create New Objects in Scripts 80 Using the Log Command to Track Your Scripts 80 Basic Tips and Reminders 81 Troubleshooting 82 My Script Statements Aren’t Working 82 Several Windows in My Application Have ID 0 83 I Can’t Script My UI to Do QA Testing 83 Chapter 4 AppleScript Studio Cookbook 85 Performing User Interface Actions 85 Specifying Minimum Requirements for an Application 86 Adding AppleScript Studio Support to Your Cocoa Application 86 Setting the Keyboard Focus 87 Obtaining the Path to the Current Application 87 4 2006-04-04 | © 2001, 2006 Apple Computer, Inc. All Rights Reserved. CONTENTS Chapter 5 Currency Converter Tutorial 89 Design the Application 90 Create a Project 90 Build the Interface 91 Launch Interface Builder 92 Adjust the Title, Size, and Other Attributes of the Currency Converter Window 92 Add Text Input Fields and Labels 98 Add a Result Field and Label 105 Add Number Formatters to the Input and Result Fields 107 Add a Convert Button 110 Add a Horizontal Separator 111 Finalize the Layout 112 Connect the Interface 112 Write Event Handlers 115 Build and Run the Application 117 Where To Go From Here 117 Chapter 6 Mail Search Tutorial: Design the Application 119 Before You Start This Tutorial 120 Identify a Goal for the Application 120 Examine Mail’s Scripting Dictionary 120 Specify Operations for Mail Search 122 Design the Interface 123 Identify Objects for the User Interface 123 Arrange the User Interface 125 Plan the Code 127 Event Handlers in Mail Search 128 Additional Handlers and Scripts in Mail Search 129 Chapter 7 Mail Search Tutorial: Create the Interface 133 Create a Project 133 Add an Image File to the Project 135 Build the Interface 136 Examine the Default Menus 136 Create the Message Window 137 Create a Status Dialog 145 Create the Search Window 152 Chapter 8 Mail Search Tutorial: Connect the Interface 169 Connect the Interface 169 Connect the Application Object 169 Connect Interface Items in the Search Window 172 5 2006-04-04 | © 2001, 2006 Apple Computer, Inc. All Rights Reserved. CONTENTS Chapter 9 Mail Search Tutorial: Write the Code 187 Obtaining the Code for the Mail Search Tutorial 187 Define Global Variables and Properties 188 Write Event Handlers for the Interface 188 Application Object Handler 189 Search Window Handlers 189 Text Field Handler 191 Find Button Handler 191 Search Results Table View Handler 192 Write Scripts and Additional Handlers 192 Write the Controller Script 192 Write Handlers for Working With Controllers 203 Write Handlers for Working With the Status Dialog 204 Write Handlers for Working With Message Windows 204 Write Utility Handlers 204 Chapter 10 Mail Search Tutorial: Build and Test the Application 207 Build and Run Mail Search 207 Check for Syntax Errors 208 Chapter 11 Mail Search Tutorial: Customize the Application 211 Customize Menus 211 Rename Menus and Menu Items 211 Set Menu Attributes 213 Remove Menus and Menu Items 214 Customize the About Window 214 Customize Version and Copyright Information 216 Customize Icons 217 Add an Icon Resource File to the Project 219 Supply a Creator Code 222 Appendix A AppleScript Studio System Requirements and Version Information 223 Appendix B Mail Search Tutorial, Full Script Listing 225 Mail Search Copyright Notice 235 Glossary 237 Document Revision History 241 6 2006-04-04 | © 2001, 2006 Apple Computer, Inc. All Rights Reserved. Figures, Tables, and Listings Chapter 1 About AppleScript Studio 17 Figure 1-1 The Drawer sample application 18 Figure 1-2 The components of AppleScript Studio 21 Figure 1-3 Connections between user interface items and scripts in an AppleScript Studio application 23 Figure 1-4 Interface Builder’s Palette window, showing the Cocoa-Controls palette 24 Figure 1-5 A window containing a button 24 Figure 1-6 The Info window for a button 25 Figure 1-7 Creating an application with AppleScript Studio 26 Figure 1-8 Choosing an AppleScript Studio application in Xcode 27 Figure 1-9 A newly-created AppleScript Studio application project 28 Figure 1-10 A project with many groups and files expanded 29 Figure 1-11 A default application window in Interface Builder 30 Figure 1-12 Interface Builder’s Palette window, showing the Cocoa-Controls palette 30 Figure 1-13 A window containing a button 31 Figure 1-14 The Hello World button 31 Figure
Recommended publications
  • Mac OS X Server Administrator's Guide
    034-9285.S4AdminPDF 6/27/02 2:07 PM Page 1 Mac OS X Server Administrator’s Guide K Apple Computer, Inc. © 2002 Apple Computer, Inc. All rights reserved. Under the copyright laws, this publication may not be copied, in whole or in part, without the written consent of Apple. The Apple logo is a trademark of Apple Computer, Inc., registered in the U.S. and other countries. Use of the “keyboard” Apple logo (Option-Shift-K) for commercial purposes without the prior written consent of Apple may constitute trademark infringement and unfair competition in violation of federal and state laws. Apple, the Apple logo, AppleScript, AppleShare, AppleTalk, ColorSync, FireWire, Keychain, Mac, Macintosh, Power Macintosh, QuickTime, Sherlock, and WebObjects are trademarks of Apple Computer, Inc., registered in the U.S. and other countries. AirPort, Extensions Manager, Finder, iMac, and Power Mac are trademarks of Apple Computer, Inc. Adobe and PostScript are trademarks of Adobe Systems Incorporated. Java and all Java-based trademarks and logos are trademarks or registered trademarks of Sun Microsystems, Inc. in the U.S. and other countries. Netscape Navigator is a trademark of Netscape Communications Corporation. RealAudio is a trademark of Progressive Networks, Inc. © 1995–2001 The Apache Group. All rights reserved. UNIX is a registered trademark in the United States and other countries, licensed exclusively through X/Open Company, Ltd. 062-9285/7-26-02 LL9285.Book Page 3 Tuesday, June 25, 2002 3:59 PM Contents Preface How to Use This Guide 39 What’s Included
    [Show full text]
  • Porting Codewarrior Projects to Xcode
    Porting CodeWarrior Projects to Xcode 2006-09-05 Intel and Intel Core are registered Apple Computer, Inc. trademarks of Intel Corportation or its © 2003, 2006 Apple Computer, Inc. subsidiaries in the United States and other All rights reserved. countries. Java and all Java-based trademarks are No part of this publication may be trademarks or registered trademarks of Sun reproduced, stored in a retrieval system, or Microsystems, Inc. in the U.S. and other transmitted, in any form or by any means, countries. mechanical, electronic, photocopying, recording, or otherwise, without prior OpenGL is a registered trademark of Silicon written permission of Apple Computer, Inc., Graphics, Inc. with the following exceptions: Any person PowerPC and and the PowerPC logo are is hereby authorized to store documentation trademarks of International Business on a single computer for personal use only Machines Corporation, used under license and to print copies of documentation for therefrom. personal use provided that the Simultaneously published in the United documentation contains Apple’s copyright States and Canada. notice. Even though Apple has reviewed this document, The Apple logo is a trademark of Apple APPLE MAKES NO WARRANTY OR Computer, Inc. REPRESENTATION, EITHER EXPRESS OR IMPLIED, WITH RESPECT TO THIS Use of the “keyboard” Apple logo DOCUMENT, ITS QUALITY, ACCURACY, MERCHANTABILITY, OR FITNESS FOR A (Option-Shift-K) for commercial purposes PARTICULAR PURPOSE. AS A RESULT, THIS without the prior written consent of Apple DOCUMENT IS PROVIDED “AS IS,” AND YOU, THE READER, ARE ASSUMING THE may constitute trademark infringement and ENTIRE RISK AS TO ITS QUALITY AND unfair competition in violation of federal ACCURACY.
    [Show full text]
  • Join Together Read Me.Rtfd
    Join Together v5.1.5 AppleScript Studio Application for iTunes Find more free AppleScripts and info on writing your own at Doug's AppleScripts for iTunes. This application will enable you to join the files of selected iTunes tracks together with Quick Time and export them as a single AAC file/track. Optionally, with Apple's "Chapter Tool" application installed, you can then create a "chapterized" audio file of the exported AAC file. Requires: Mac OS 10.4 ("Tiger") or better iTunes 4.9 or better (version 6 or better preferred) QuickTime Player v7.0 or better Chapter Tool required for creating "chapterized" AAC's This application is Donationware. If you use it and like it please consider making a donation to support my AppleScripting efforts. Click here for more info. Installation: Place the Join Together application anywhere it is conveniently accessible. The Applications folder is as good a place as any. Because Join Together is an application I do not recommend placing it in your iTunes Scripts folder since it cannot be accessed from the iTunes Script menu. (See the accompanying "Make A Join Together Launch Script" to create a small AppleScript that can launch Join Together from the iTunes Script menu.) QuickTime v7.x.x In order to export joined files as AAC files you must have QuickTime Player 7 or better. Chapter Tool "Chapter Tool" is a command-line application that assists with creating "chapterized" audio files, (a.k.a enhanced audio files). This script utilizes it to create such files from your joined tracks. You can download the Chapter Tool application (currently Beta 2.0b8 as of this writing) by clicking on the URL clip provided in this script's download package.
    [Show full text]
  • Icem: Un’ Applicazione Per L’Iphone
    massimo cocco icem: un’ applicazione per l’iphone tesi di laurea Relatore: Prof. Paolo Baldan Università degli Studi di Padova Facoltà di Informatica Dipartimento di Scienze Matematiche Naturali MM FF NN Febbraio 2011 I’m never giving in On with the show - Queen - The Show Must Go On - Dedicato a mio nonno. INDICE 1 introduzione 1 1.1 ”Tutto cambia. Di nuovo” 1 1.2 Introduzione al progetto 2 1.2.1 Corporate Energy Mangement Application 2 1.2.2 L’azienda Autoware e iCEM 3 1.2.3 Settori sviluppati dallo studente 5 2 analisi del progetto 7 2.1 Studio di fattibilità 8 3 use case 9 3.1 Use case: Area filter 9 3.2 Use Case: Area risultati 10 3.3 Use case: Area Events 11 3.4 Use case: Dettagli Eventi 12 3.5 Ciclo di vita 13 4 il linguaggio object c 15 4.1 La struttura del linguaggio 15 5 strumenti utilizzati 19 5.1 Xcode 19 5.2 Xcode IDE 19 5.3 Interface Builder 20 5.3.1 Esempio di utilizzo di Interface Builder: Hello World 20 5.4 SQLite & SQLite Database Browser 21 6 progettazione e sviluppo dell’ icem 25 6.1 Connessione iPhone - Server 25 6.2 Database 26 6.3 Sezioni Allarmi ed Eventi 27 6.4 Tab Bar 27 6.5 Sezione Events 29 6.5.1 Area Events 29 6.5.2 Details Events 31 6.5.3 Meters of Events 32 6.6 Sezione Alarms 32 6.6.1 Area Filter 33 6.6.2 Area Set Alarm Order 36 6.6.3 Area Risultati 37 6.6.4 Area Dettagli 38 7 piano di qualifica 41 7.1 Tecniche di verifica 41 7.1.1 Analisi statica 41 7.2 Tecniche di validazione 41 v 7.2.1 Analisi dinamica 41 7.2.2 Test di unità 42 7.2.3 Test di sistema 42 8 conclusioni 43 9 glossario 45 Bibliografia 49 Lista delle Figure 51 vi 1 INTRODUZIONE 1.1 ”tutto cambia.
    [Show full text]
  • Chapter 1. Origins of Mac OS X
    1 Chapter 1. Origins of Mac OS X "Most ideas come from previous ideas." Alan Curtis Kay The Mac OS X operating system represents a rather successful coming together of paradigms, ideologies, and technologies that have often resisted each other in the past. A good example is the cordial relationship that exists between the command-line and graphical interfaces in Mac OS X. The system is a result of the trials and tribulations of Apple and NeXT, as well as their user and developer communities. Mac OS X exemplifies how a capable system can result from the direct or indirect efforts of corporations, academic and research communities, the Open Source and Free Software movements, and, of course, individuals. Apple has been around since 1976, and many accounts of its history have been told. If the story of Apple as a company is fascinating, so is the technical history of Apple's operating systems. In this chapter,[1] we will trace the history of Mac OS X, discussing several technologies whose confluence eventually led to the modern-day Apple operating system. [1] This book's accompanying web site (www.osxbook.com) provides a more detailed technical history of all of Apple's operating systems. 1 2 2 1 1.1. Apple's Quest for the[2] Operating System [2] Whereas the word "the" is used here to designate prominence and desirability, it is an interesting coincidence that "THE" was the name of a multiprogramming system described by Edsger W. Dijkstra in a 1968 paper. It was March 1988. The Macintosh had been around for four years.
    [Show full text]
  • Mac OS X: an Introduction for Support Providers
    Mac OS X: An Introduction for Support Providers Course Information Purpose of Course Mac OS X is the next-generation Macintosh operating system, utilizing a highly robust UNIX core with a brand new simplified user experience. It is the first successful attempt to provide a fully-functional graphical user experience in such an implementation without requiring the user to know or understand UNIX. This course is designed to provide a theoretical foundation for support providers seeking to provide user support for Mac OS X. It assumes the student has performed this role for Mac OS 9, and seeks to ground the student in Mac OS X using Mac OS 9 terms and concepts. Author: Robert Dorsett, manager, AppleCare Product Training & Readiness. Module Length: 2 hours Audience: Phone support, Apple Solutions Experts, Service Providers. Prerequisites: Experience supporting Mac OS 9 Course map: Operating Systems 101 Mac OS 9 and Cooperative Multitasking Mac OS X: Pre-emptive Multitasking and Protected Memory. Mac OS X: Symmetric Multiprocessing Components of Mac OS X The Layered Approach Darwin Core Services Graphics Services Application Environments Aqua Useful Mac OS X Jargon Bundles Frameworks Umbrella Frameworks Mac OS X Installation Initialization Options Installation Options Version 1.0 Copyright © 2001 by Apple Computer, Inc. All Rights Reserved. 1 Startup Keys Mac OS X Setup Assistant Mac OS 9 and Classic Standard Directory Names Quick Answers: Where do my __________ go? More Directory Names A Word on Paths Security UNIX and security Multiple user implementation Root Old Stuff in New Terms INITs in Mac OS X Fonts FKEYs Printing from Mac OS X Disk First Aid and Drive Setup Startup Items Mac OS 9 Control Panels and Functionality mapped to Mac OS X New Stuff to Check Out Review Questions Review Answers Further Reading Change history: 3/19/01: Removed comment about UFS volumes not being selectable by Startup Disk.
    [Show full text]
  • Carbon Copy Cloner Documentation: English
    Carbon Copy Cloner Documentation: English Getting started with CCC System Requirements, Installing, Updating, and Uninstalling CCC CCC License, Registration, and Trial FAQs Trouble Applying Your Registration Information? Establishing an initial backup Preparing your backup disk for a backup of Mac OS X Restoring data from your backup What's new in CCC Features of CCC specific to Lion and greater Release History Carbon Copy Cloner's Transition to a Commercial Product: Frequently Asked Questions Credits Example backup scenarios I want to clone my entire hard drive to a new hard drive or a new machine I want to backup my important data to another Macintosh on my network I want to backup multiple machines or hard drives to the same hard drive I want my backup task to run automatically on a scheduled basis Backing up to/from network volumes and other non-HFS volumes I want to back up my whole Mac to a Time Capsule or other network volume I want to defragment my hard drive Backup and archiving settings Excluding files and folders from a backup task Protecting data that is already on your destination volume Managing previous versions of your files Automated maintenance of CCC archives Advanced Settings Some files and folders are automatically excluded from a backup task The Block-Level Copy Scheduling Backup Tasks Scheduling a task and basic settings Performing actions Before and After the backup task Deferring and skipping scheduled tasks Frequently asked questions about scheduled tasks Email and Growl notifications Backing Up to Disk Images
    [Show full text]
  • Process: Com.Apple.Webkit.Webcontent [42333] Path: /System
    Process: com.apple.WebKit.WebContent [42333] Path: /System/Library/StagedFrameworks/Safari/WebKit.framework/Versions/ A/XPCServices/com.apple.WebKit.WebContent.xpc/Contents/MacOS/ com.apple.WebKit.WebContent Identifier: com.apple.WebKit.WebContent Version: 10601 (10601.2.7.2) Build Info: WebKit2-7601002007002000~4 Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: Safari [42245] User ID: 501 Date/Time: 2016-01-09 12:39:26.291 -0800 OS Version: Mac OS X 10.10.5 (14F1021) Report Version: 11 Anonymous UUID: 0B08DE02-8D5C-FB4B-694B-21993A99903D Sleep/Wake UUID: 0A89A049-455B-4641-8229-7CFA767730FA Time Awake Since Boot: 1200000 seconds Time Since Wake: 2100 seconds Crashed Thread: 24 com.apple.coremedia.audiomentor Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Codes: EXC_I386_GPFLT Application Specific Information: Bundle controller class: BrowserBundleController Process Model: Multiple Web Processes Thread 0:: Dispatch queue: com.apple.main-thread 0 libobjc.A.dylib 0x00007fff8f5950d7 objc_msgSend + 23 1 com.apple.Foundation 0x00007fff96fb9915 NSKeyValueWillChange + 231 2 com.apple.Foundation 0x00007fff96f7d801 - [NSObject(NSKeyValueObserverNotification) willChangeValueForKey:] + 216 3 com.apple.avfoundation 0x00007fff91051ba5 -[AVPlayerItem willChangeValueForKey:] + 86 4 com.apple.avfoundation 0x00007fff910c5978 __avplayeritem_fpItemNotificationCallback_block_invoke + 2669 5 libdispatch.dylib 0x00007fff9b91a700 _dispatch_call_block_and_release + 12 6 libdispatch.dylib 0x00007fff9b916e73 _dispatch_client_callout + 8 7 libdispatch.dylib
    [Show full text]
  • Adopting the Aqua Interface
    INSIDE MAC OS X Adopting the Aqua Interface Updated for Mac OS X Public Beta Release. 9/8/00 © Apple Computer, Inc. 2000 Apple Computer, Inc. Even though Apple has reviewed this © 2000 Apple Computer, Inc. manual, APPLE MAKES NO All rights reserved. WARRANTY OR REPRESENTATION, EITHER EXPRESS OR IMPLIED, WITH No part of this publication may be RESPECT TO THIS MANUAL, ITS reproduced, stored in a retrieval QUALITY, ACCURACY, system, or transmitted, in any form or MERCHANTABILITY, OR FITNESS by any means, mechanical, electronic, FOR A PARTICULAR PURPOSE. AS A photocopying, recording, or RESULT, THIS MANUAL IS SOLD “AS otherwise, without prior written IS,” AND YOU, THE PURCHASER, ARE permission of Apple Computer, Inc., ASSUMING THE ENTIRE RISK AS TO with the following exceptions: Any ITS QUALITY AND ACCURACY. person is hereby authorized to store documentation on a single computer IN NO EVENT WILL APPLE BE LIABLE for personal use only and to print FOR DIRECT, INDIRECT, SPECIAL, copies of documentation for personal INCIDENTAL, OR CONSEQUENTIAL use provided that the documentation DAMAGES RESULTING FROM ANY contains Apple’s copyright notice. DEFECT OR INACCURACY IN THIS The Apple logo is a trademark of MANUAL, even if advised of the Apple Computer, Inc. possibility of such damages. Use of the “keyboard” Apple logo THE WARRANTY AND REMEDIES SET (Option-Shift-K) for commercial FORTH ABOVE ARE EXCLUSIVE AND purposes without the prior written IN LIEU OF ALL OTHERS, ORAL OR consent of Apple may constitute WRITTEN, EXPRESS OR IMPLIED. No trademark infringement and unfair Apple dealer, agent, or employee is competition in violation of federal authorized to make any modification, and state laws.
    [Show full text]
  • Dive Computer Owner's Manual I550c
    i550C (P/N's NS117121 - NS117126) Dive Computer Owner's Manual © Aqua Lung International, Inc. (2018) Doc. 12-7909-r06 (7/10/19) NOTICES LIMITED TWO-YEAR WARRANTY or rr o rr or roc rr o www..co. COPYRIGHT NOTICE or cor r r rr. o o or r co ooco rroc r or rrr o or or o ror co r ro ro c. 550 D or r Doc. o. 12-7909 2018 ro c. V 92081 TRADEMARK, TRADE NAME, AND SERVICE MARK NOTICE oo 550 550 oo T () Dr c r rc Dr rc r-D c (D) o oro oo Tr r cor rc () r rr rr r-r r rc r o ro c. r r rr. PATENT NOTICE .. o roc r o or roc. o r -.co. DECOMPRESSION MODEL ror 550 oro o r o o c o. o r o o o r r o rc. 550 cor o o rrc r coro or. cor or o Dcoro T o r o o coro c .. . r r’ oo r c r ro o . o c c predict how your body will react to a particular dive profile. DANGERS, WARNINGS, CAUTIONS, AND NOTES o o oo o r roo oc. o or oro . ! DANGERS: are indicators of important information that if ignored would lead to severe injury or death. ! WARNINGS: are indicators of important information that if ignored could lead to severe injury or death. ! CAUTIONS: indicate information that will help you avoid faulty assembly, leading to an unsafe condi- tion. NOTES: indicate tips and advice that can inform of features, aid assembly, or prevent damage to the product.
    [Show full text]
  • A Brief Technical Introduction
    Mac OS X A Brief Technical Introduction Leon Towns-von Stauber, Occam's Razor LISA Hit the Ground Running, December 2005 http://www.occam.com/osx/ X Contents Opening Remarks..............................3 What is Mac OS X?.............................5 A New Kind of UNIX.........................12 A Diferent Kind of UNIX..................15 Resources........................................39 X Opening Remarks 3 This is a technical introduction to Mac OS X, mainly targeted to experienced UNIX users for whom OS X is at least relatively new This presentation covers primarily Mac OS X 10.4.3 (Darwin 8.3), aka Tiger X Legal Notices 4 This presentation Copyright © 2003-2005 Leon Towns-von Stauber. All rights reserved. Trademark notices Apple®, Mac®, Macintosh®, Mac OS®, Finder™, Quartz™, Cocoa®, Carbon®, AppleScript®, Bonjour™, Panther™, Tiger™, and other terms are trademarks of Apple Computer. See <http://www.apple.com/legal/ appletmlist.html>. NeXT®, NeXTstep®, OpenStep®, and NetInfo® are trademarks of NeXT Software. See <http://www.apple.com/legal/nexttmlist.html>. Other trademarks are the property of their respective owners. X What Is It? 5 Answers Ancestry Operating System Products The Structure of Mac OS X X What Is It? Answers 6 It's an elephant I mean, it's like the elephant in the Chinese/Indian parable of the blind men, perceived as diferent things depending on the approach X What Is It? Answers 7 Inheritor of the Mac OS legacy Evolved GUI, Carbon (from Mac Toolbox), AppleScript, QuickTime, etc. The latest version of NeXTstep Mach, Quartz (from Display PostScript), Cocoa (from OpenStep), NetInfo, apps (Mail, Terminal, TextEdit, Preview, Interface Builder, Project Builder, etc.), bundles, faxing from Print panel, NetBoot, etc.
    [Show full text]
  • Things Applescript Guide
    Things AppleScript Guide Revision 17, 2018-10-10 http://www.culturedcode.com/ The basics 4 Lists 4 Working with to-dos 5 Getting to-dos 5 Getting to-dos in a specific list 5 Getting project to-dos 5 Getting to-dos in a specific area 6 Adding new to-dos 6 Setting properties for a to do 6 Working with projects 8 Getting projects 8 Adding new projects 8 Setting properties for a project 8 Working with areas 9 Getting areas 9 Adding new areas 9 Setting properties for an area 10 Deleting areas 10 Working with contacts 11 Getting contacts 11 Adding new contacts 11 Things AppleScript Guide 1! Getting all to-dos and projects assigned to a contact 11 Assigning items to contacts 12 Canceling the assignment of contacts 12 Moving items around 13 Moving to-dos/projects between lists 13 Exception: scheduling to-dos and projects 13 Marking to-dos and projects as completed 14 Marking to-dos and projects as canceled 14 Assigning projects to to-dos 14 Assigning areas to projects/to-dos 15 Detaching to-dos/projects from projects/areas 15 Deleting to-dos and projects 15 Working with tags 17 Getting all available tags 17 Creating new tags 17 Getting to do/project tags 17 Setting tags 18 Working with tag hierarchies 18 Deleting tags 19 User interface interactions 20 Getting current selected to-dos 20 Selecting a focus, project, area, or to do 20 Editing a to do/project 20 Integration 22 Displaying the quick entry panel 22 Things AppleScript Guide 2! Other actions 23 Emptying the trash 23 Logging completed items 23 Example scripts 24 Importing items from a text file 24 Things AppleScript Guide 3! The basics Each predefined list visible in the left panel of Things can be accessed via AppleScript.
    [Show full text]