Hi All
Does anyone have a suggestion regarding this problem?

I have a field list with the name of graphics in it. When a name is 
clicked, the image is shown in a small image object. I intend to do 
other things with the image selected, however I am noticing that with 
just this action, the memory requirements are blowing out, just by 
looking. Eventually the machine spits the dummy and says no more 
memory available here boy! Heaps of memory has been allocated to Rev. 
The script is like this;

   put the clicktext into hold
   set the fileName of image show to "/One/pictures/" & hold

The image is a referenced image so I thought that if one image is 
selected, then the need to have the previous one in memory should be 
dropped. Obviously not. Each graphic is only about 44k in size.

Is there a command to throw it out and not clog up the memory, with 
each viewing.

Thanks
Greg

Reply via email to