Re: Converting referenced images to embedded control images

2003-06-09 Thread Jim Hurley
Message: 9 Date: Mon, 9 Jun 2003 20:09:22 +0200 Subject: Re: Converting referenced images to embedded control images From: Klaus Major <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Hi Jim, sorry, here is a correct one... ;-) ... repeat with i = 1 to the number of

Re: Converting referenced images to embedded control images

2003-06-09 Thread Klaus Major
Hi Jim, sorry, here is a correct one... ;-) ... repeat with i = 1 to the number of cards in this stack go to card i repeat for each line tLine in theControls() if "image" is in the name of tLine then if the filename of img tLine <> empty then put url("binfile:" & the filename of img tLi

Re: Converting referenced images to embedded control images

2003-06-09 Thread Klaus Major
Hi Jim, I have a folder with a stack and a large number of referenced images. I would like to embed these images. Is there a way to do this programmatically? Something like repeat with i = 1 to the number of cards in this stack go to card i repeat for each line tLine in theControls() if "

Converting referenced images to embedded control images

2003-06-09 Thread Jim Hurley
I have a folder with a stack and a large number of referenced images. I would like to embed these images. Is there a way to do this programmatically? Something like repeat with i = 1 to the number of cards in this stack go to card i repeat for each line tLine in theControls() if "image" is