Re: Quark 7 - Get picture box number
Re: Quark 7 - Get picture box number
- Subject: Re: Quark 7 - Get picture box number
- From: Oakley Masten <email@hidden>
- Date: Thu, 17 Sep 2009 07:00:01 -0700 (PDT)
On Wed, 16 Sep
"Christian Sonntag Wrote
Hi.
You can use index:
set PBoxNumber to index of item x in MissingImageList
set selected of picture box PBoxNumber to true
--tell me to ReLinkthePicture()
set selected of picture box PBoxNumber to false
Another way to access a box is the property uniqueID:
set PBoxNumber to uniqueID of item x in MissingImageList
set selected of picture box id PBoxNumber to true
--tell me to ReLinkthePicture()
set selected of picture box id PBoxNumber to false
Regards,
Christian
Thanks Christian This is a great help.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden