Hi all,
is it possible to move a text box from the standard layer to any other layer?
greets from
TMA
Model: PowerBook G4 15" 1,25 GHz
Browser: Safari 416.12
Operating System: Mac OS X (10.4)
Hi all,
is it possible to move a text box from the standard layer to any other layer?
greets from
TMA
Model: PowerBook G4 15" 1,25 GHz
Browser: Safari 416.12
Operating System: Mac OS X (10.4)
with layername you get the info on which layer the box lies:
tell document 1 of application "QuarkXPress 6.5"
layername of current box
end tell
to move a box on another layer, use “to beginning of layer” & name or index of the dest. layer:
tell document 1 of application "QuarkXPress 6.5"
activate
move text box 1 of layer "Standard" to beginning of layer "Ebene 1"
end tell
big thanx to Hans Haesler for this.
Greets from TMA
Model: PowerBook G4 15" 1,25 GHz
Browser: Safari 416.12
Operating System: Mac OS X (10.4)