Re: Quark text box Inset
Re: Quark text box Inset
- Subject: Re: Quark text box Inset
- From: Hans Haesler <email@hidden>
- Date: Tue, 9 Apr 2002 12:27:23 +0200
On Tue, 9 Apr 2002, Peter Jones wrote:
>
I can't find the correct measurements syntax to set text box insets
>
to 0 (in Qk 4).
>
if text inset of text i {"0 pt", "0 pt", "0 pt", "0 pt"} then
>
set text inset of text box i to {"0 pt", "0 pt", "0 pt", "0 pt"}
Peter,
insert 'box' between 'text' and 'i':
---
if text inset of text box i is not {"0 pt", "0 pt", "0 pt", "0 pt"} then
set text inset of text box i to {"0 pt", "0 pt", "0 pt", "0 pt"}
---
Hans Haesler <email@hidden>
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.