set vertical_adjustment to 120
tell application "System Events" to tell process "iStripper"
set {corner_left, corner_top} to position of window 1
set position of window 1 to {corner_left, corner_top - vertical_adjustment}
end tell
tell application "System Events"
set current_clip to missing value
repeat
set current_clips to value of property list item "player.currentClips" of property list file ((path of preferences folder) & "com.totem.Vghd.plist")
set AppleScript's text item delimiters to " "
set current_clips to text items of current_clips
set AppleScript's text item delimiters to tab
set current_clips to current_clips as string
set AppleScript's text item delimiters to ""
tell process "iStripper"
repeat with window_number from 1 to 11
if exists window window_number then
set {width, height} to size of window window_number
set current_clips to current_clips & tab & height
else
set current_clips to current_clips & tab & ""
end if
end repeat
end tell
log current_clips
delay 5
end repeat
end tell
Als ein Gratisnutzer von iStripper bist du nicht berechtigt Beiträge zu schreiben oder neue Topics zu starten.
Aber du hast Zugriff auf die grundlegenden Bereiche und kannst unsere Community kennen lernen