Re: Another one on Quark Xpress 6
Re: Another one on Quark Xpress 6
- Subject: Re: Another one on Quark Xpress 6
- From: Luca BASSINI <email@hidden>
- Date: Wed, 21 Apr 2004 09:08:47 +0200
On 21/apr/04, at 08:34, Michel Raj wrote:
Ok, I'am finding slowly my way into scripting QXP 6.
;-)
I' am trying to do the following :
Remove every box whose name is "sizeimage"
try
delete (generic boxes whose name is "sizeimage")
in this way you're addressing every kind of boxes (text boxes, picture
boxes, line boxes, etc); it could take time... Are those text boxes?
Then, try
delete (text boxes whose name is "sizeimage")
I hope this could help...
TIA
ciao
Michel Raj
Luca
_______________________________________________
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.