Re: How do I import/read images and their ID from a separate folder to change the icon of a button?

2011-11-28 Thread William de Smet
Thanks for the info! It's not quite working because it needs to happen 'invisible' so 'answer file' is not what I need. And then there is the random function as well. Do you think it is possible to use "put the files into fld "pictures" and then pick one at random? greetings, William 2011/11

Re: How do I import/read images and their ID from a separate folder to change the icon of a button?

2011-11-27 Thread Björnke von Gierke
On 27 Nov 2011, at 15:38, William de Smet wrote: > Eventually I will need a lot of images and now I was thinking of > keeping the images outside of the stack in a separate folder. > Is it possible to do the same thing? Read the images and their ID and > set the icon of the button to the ID of an i

Re: How do I import/read images and their ID from a separate folder to change the icon of a button?

2011-11-27 Thread J. Landman Gay
On 11/27/11 8:38 AM, William de Smet wrote: Eventually I will need a lot of images and now I was thinking of keeping the images outside of the stack in a separate folder. Is it possible to do the same thing? Read the images and their ID and set the icon of the button to the ID of an image. Ima

How do I import/read images and their ID from a separate folder to change the icon of a button?

2011-11-27 Thread William de Smet
Hi there, I my new iOS app I show random images and that works fine. I have imported some images into the stack and looked for their ID. The script I use: put any item of (4794,4772,4771,4795,4796,4797) into tRandomImage set the icon of btn "RandomImage" to tRandomImage Eventually I will need a l