// 03:00p-04:00p Thursday, April 3, 2008 // Advanced Scripting in Photoshop // with Tom Ruark // Track: Special Event // In this session you'll learn the how to write and debug more complex scripts // using the Adobe ExtendScript Toolkit. You are encouraged to bring your own // laptop to participate in the class workshop, where you can put your skills // to work writing your own scripts with the help of the instructors. Class // participants can then share their creation during a final show-and-tell // discussion. Tom will show some more advanced stuff during the intermediate session. // Adding documentation to the ESTK menu - AddDocsToMenu.jsx // Debugging with the ESTK - // Working with UnitValue - UnitValue.jsx // try and catch blocks - TryCatch.jsx // Script UI - ScriptUI.jsx // Logging to text file - LoggerLib.jsx // Input to your script - ReadFileForInput.jsx, TestingData.txt // Text - working with text // Iterating layer and layer sets - LayerFun.jsx, DumpNames.txt // Bridge workflow - Review Dr. Brown scripts // Other utilities - WaitLib.jsx, TimerLib.jsx, WhoAmI.jsx, OpenFolderTemplate.jsx // 0) Adding documentation to the ESTK menu