on run argv set image_name to item 1 of argv tell application "Finder" tell disk image_name -- wait for the image to finish mounting set open_attempts to 0 repeat while open_attempts < 4 try open delay 1 set open_attempts to 5 close on error errStr number errorNumber set open_attempts to open_attempts + 1 delay 10 end try end repeat delay 5 -- open the image the first time and save a DS_Store with just -- background and icon setup open set current view of container window to icon view set theViewOptions to the icon view options of container window set background picture of theViewOptions to file ".background:background.tif" set arrangement of theViewOptions to not arranged set icon size of theViewOptions to 128 delay 5 close -- next setup the position of the app and Applications symlink -- plus hide all the window decoration open update without registering applications tell container window set sidebar width to 0 set statusbar visible to false set toolbar visible to false set the bounds to { 400, 100, 900, 465 } set position of item "CMake.app" to { 133, 200 } set position of item "Applications" to { 378, 200 } end tell update without registering applications delay 5 close -- one last open and close so you can see everything looks correct open delay 5 close end tell delay 1 end tell end run '>aku_mem_debug_allow_regular Tcl is a high-level, general-purpose, interpreted, dynamic programming language. It was designed with the goal of being very simple but powerful.
summaryrefslogtreecommitdiffstats
path: root/doc/lindex.n
Commit message (Expand)AuthorAgeFilesLines
* Add lseq to list command cross referencesapnadkarni2022-09-271-1/+1
* Rename lsubst to ledit, add docsapnadkarni2022-09-161-1/+1
* Merge 8.6jan.nijtmans2020-11-201-1/+1
|\
| * Don't use "Copyright &lt;year> _by_" any more. This results in more consistan...jan.nijtmans2020-11-201-1/+1
* | Fix See also links in list commandsapnadkarni2020-01-231-2/+3
* | Avoid making question marks bold or italic in docs UNLESS EXACTLY MEANINGFULdkf2018-10-091-1/+1
|/
* Eliminate exess spacings in many doc pages.jan.nijtmans2016-03-021-3/+3
* Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD and...jan.nijtmans2013-11-051-1/+1
|\
| * Fix [426679ef7d]: Having man.macros after .TH breaks rendering on OpenBSD and...jan.nijtmans2013-11-051-1/+1
* | Documentation improvements (small; some revision to parsing script) to improvedkf2011-07-171-5/+5
* | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ | |/
| * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | * More doc fix backportingdkf2004-10-271-11/+11
* | | Improve clarity of formatting.dkf2008-10-171-1/+13
* | | more consistent wrong # arg messages: change all messages containing ?options...nijtmans2008-07-131-2/+2
* | | Improve [lindex] examples.dkf2008-07-061-5/+24
* | | Prepare Tcl's docs for life as 8.6 (remove out of date change bars, fixdkf2008-06-291-6/+2
|/ /
* | Minor fixes to copyright declarations (spelling, consistency)dkf2008-03-261-2/+2
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | Minor documentation improvementsdkf2007-11-011-11/+21
* | * changes: Updated for 8.5b2 release.core_8_5_b2dgp2007-10-261-14/+12
* | GOOBE for command results in examplesdkf2007-10-251-12/+14
* | Convert \fP to \fR for easier manual page scrapingdkf2006-11-151-3/+3
* | Merged kennykb-numerics-branch back to the head; TIPs 132 and 232Kevin B Kenny2005-05-101-1/+1
* | TIP#176 IMPLEMENTATION [Patch 1165695]dgp2005-04-29