Hi,
OS 10.4.9
This little snippet no longer works. Has something been changed? I keep getting an error with the "using" statement.
set tiger to true set safetyMargin to 2 -- not needed for latest rev set topmargin to 44 set topmargin to 44 + safetyMargin set vGap to 2 set HGap to 2
tell application "GraphicConverter" activate if (exists window 1) then tell window 1 hide tools -- need GC 4.4.1b or later end tell end if tell window "Detail" -- Show/Move Detail size is {128,144}) if not (exists) then keystroke "d" using {shift down, command down} if Tiger then set size to {128, 144} set position to {(((rightLimit - 150) - 49) - HGap), topmargin + 166 + vGap} end if end tell end tell Bob Poland - Fort Collins, CO
|