Re: Reuse an image

2012-11-16 Thread Klaus on-rev
Hi Peter, Am 15.11.2012 um 21:27 schrieb Peter Bogdanoff : > Hi, > > Simple task: I want to reuse an image that was imported as a control into a > substack. > > I know I can copy and paste, but I want to now replace many externally > referenced images with their intern

Re: Reuse an image

2012-11-15 Thread Paul Hibbert
f img "imageX" to tWidth set the height of img "imageX" to tHeight set the loc of img "imageX" to tLoc unlock screen Paul On 2012-11-15, at 12:27 PM, Peter Bogdanoff wrote: > Hi, > > Simple task: I want to reuse an image that was imported

Re: Reuse an image

2012-11-15 Thread Phil Davis
-talk.com Download Color Converter at http://www.color-converter.com Op 15-nov-2012, om 21:27 heeft Peter Bogdanoff het volgende geschreven: Hi, Simple task: I want to reuse an image that was imported as a control into a substack. I know I can copy and paste, but I want to now replace many externally

Re: Reuse an image

2012-11-15 Thread Paul Hibbert
Mark, With all due respect, that's not what the OP requested… Quote: "I want to now replace many externally referenced images with their internal equivalents that I just imported. In other words, substitute the external with internal while keeping the old locs, scripts, etc., in place." Paul

Re: Reuse an image

2012-11-15 Thread Mark Schonewille
Hi Tim, If you need small thumbnails, it is best to resize the images and make a small copy of each big picture. You can do that with a photo editing application or inside LiveCode. If you want to make thumbnails in LiveCode, set the size of a big image to the desired thumbnail size, create a

Re: Reuse an image

2012-11-15 Thread Mark Schonewille
Hi, If the same images have the same size everywhere, please don't do that. You'd be using lots of memory for no reason. Just use buttons and set the icon of the buttons to the id of the images. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: htt

Re: Reuse an image

2012-11-15 Thread Paul Hibbert
geX" ## Re-set the size and position of the image set the width of img "imageX" to tWidth set the height of img "imageX" to tHeight set the loc of img "imageX" to tLoc unlock screen Hope this helps. Paul On 2012-11-15, at 12:27 PM, Peter Bogdanoff wr

Re: Reuse an image

2012-11-15 Thread Mark Schonewille
This is how you reuse images, Peter. You use them as icons in buttons. -- Best regards, Mark Schonewille Economy-x-Talk Consulting and Software Engineering Homepage: http://economy-x-talk.com Twitter: http://twitter.com/xtalkprogrammer KvK: 50277553 Use Color Converter to convert CMYK, RGB, RAL

Re: Reuse an image

2012-11-15 Thread Peter Bogdanoff
neering > http://economy-x-talk.com > > Download Color Converter at http://www.color-converter.com > > Op 15-nov-2012, om 21:27 heeft Peter Bogdanoff het volgende geschreven: > >> Hi, >> >> Simple task: I want to reuse an image that was imported as a control in

Re: Reuse an image

2012-11-15 Thread Mark Schonewille
: Hi, Simple task: I want to reuse an image that was imported as a control into a substack. I know I can copy and paste, but I want to now replace many externally referenced images with their internal equivalents that I just imported. In other words, substitute the external with internal

Re: Reuse an image

2012-11-15 Thread Timothy Miller
-read the other question. Mine might be completely different... Thanks in advance. Tim On Nov 15, 2012, at 12:27 PM, Peter Bogdanoff wrote: > Hi, > > Simple task: I want to reuse an image that was imported as a control into a > substack. > > I know I can copy and paste, bu

Reuse an image

2012-11-15 Thread Peter Bogdanoff
Hi, Simple task: I want to reuse an image that was imported as a control into a substack. I know I can copy and paste, but I want to now replace many externally referenced images with their internal equivalents that I just imported. In other words, substitute the external with internal while