AppleScript the missing manual
From newspapers to NASA, Mac users around the world use AppleScript to automate their daily computing routines. Famed for its similarity to English and its ease of integration with other programs, AppleScript is the perfect programming language for time-squeezed Mac fans. As beginners quickly reali...
Autor principal: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Beijing :
Pogue Press/O'Reilly
2007.
|
Edición: | 1st edition |
Colección: | Missing manual
Missing manual. |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009627114606719 |
Tabla de Contenidos:
- 1.1.15. URLs1.1.16. Customizing the Script Menu; 1.1.16.2. Rearranging submenus; 1.2. Working with the Scripts You Have; 1.2.2. Analyzing How It Works; 1.2.3. Changing What It Does; 2. Using Script Editor; 2.1.1.2. Stop; 2.1.1.3. Run; 2.1.1.4. Compile; 2.1.1.5. Customizing the toolbar; 2.1.2. The Script Field; 2.1.3. The Info Field; 2.1.3.2. Result; 2.1.3.3. Event Log; 2.2. Script Formats; 2.2.2. Applications; 2.2.3. Plain Text Documents; 2.3. Setting Script Editor&s Preferences; 2.3.2. Editing; 2.3.3. Formatting; 2.3.4. History; 2.3.5. Plug-ins; 3. Building a Script from Scratch
- 3.1.2. Displaying Numbers3.1.3. More than One Command; 3.2. Commanding Other Programs; 3.2.2. Opening a Dictionary; 3.2.3. Looking for the Commands You Want; 3.2.3.2. Displaying the other dialog box; 3.2.4. Displaying a Window in the Finder; II. Everyday Scripting Tasks; 4.2. Getting Text Back from Dialog Boxes; 4.3. Linking Strings Together; 4.4. Multiline Strings; 4.5. Scripting TextEdit; 4.5.2. Adding Text to a New Document; 4.5.3. Adding Formatting; 4.5.3.2. Changing the font and size; 4.6. Adding Word Count; 4.7. Commanding Microsoft Word; 4.7.2. Shrinking Documents by a Page
- 4.7.3. Repeating the Shrinking4.7.4. Shrinking a Variable Number of Times; 4.8. Running Scripts from Text; 4.8.2. Make New AppleScript; 4.8.3. Run as AppleScript; 5. Controlling Files; 5.2. Displaying Folders; 5.2.2. Changing a Finder Window&s View; 5.2.3. More Finder Window Settings; 5.2.4. Working with More than One Window; 5.2.5. Subroutines; 5.2.5.2. Running a subroutine; 5.2.5.3. Variables in subroutines; 5.2.5.4. Writing the appropriate subroutine; 5.3. Moving Files Around; 5.3.1.2. Eliminating the ""already an item with that name"" error; 5.3.1.3. Moving the files and folders
- 5.4. Backing Up Files5.5. Deleting Files; 5.6. Picking a File from a Dialog Box; 5.7. Saving Files; 5.7.2. Forgoing the Dialog Box; 5.7.3. Saving All Documents at Once; 6. Creating Lists; 6.2. Displaying Lists; 6.3. The Ever-Useful every Keyword; 6.4. List Processing; 6.5. Joining Lists Together; 6.6. Inputting Lists; 6.6.2. Adding Multiple Items at Once; 6.7. Getting Lists from Other Programs; 6.7.2. Microsoft Word; 7. Organizing and Editing Graphics; 7.1.2. Getting Random Pictures; 7.1.3. Showing Slideshows; 7.2. Controlling Photoshop; 7.2.2. Wrapping Actions in an AppleScript
- 7.2.3. Other Photoshop Commands