[GastForen Programme Print/Bildbearbeitung QuarkXPress

  • Suche
  • Hilfe
  • Lesezeichen
  • Benutzerliste

Scripte für QuarkxPress

LiJunFan
Beiträge gesamt: 29

2. Mär 2005, 17:51
Bewertung:

gelesen: 756

Beitrag als Lesezeichen
Hallo,

das Bildrahmen-auf-weiss-Script funktioniert so leider nicht unter XPress 4.11.

Hier ist die korrigierte Fassung:

tell application "QuarkXPress Passport"
tell document 1
set x to 1
repeat
try
if color of picture box x is null then
set color of picture box x to "Weiß"
end if
on error
exit repeat
end try
set x to x + 1
end repeat
end tell
end tell

Viele Grüße
Jürgen


P.S. unbedingt die Scripte von Hans Häsler ansehen! Das lohnt sich.

(Dieser Beitrag wurde von LiJunFan am 2. Mär 2005, 17:52 geändert)
Dieser Beitrag wurde nicht geändert.