I have several gif images that I want to appear in appropriate places in a field. The imagesource property works perfectly if the gif image file is in the same folder as the Revolution application or in the same folder with the standalone:

put "60034gQ.gif" into itemgif
set the imagesource of char imageplace of fld "test" to itemgif

However, putting those same gif images into their own folder (called Gifs1B), residing in the Rev. application or standalone folder, with the following script, does not work:

 put "Gifs1B/60034gQ.gif" into itemgif
 set the imagesource of char imageplace of fld "test" to itemgif

Nor does "/Gifs1B/60034gQ.gif", nor does including the whole path name to the file.

How can I get imagesource to pull the gifs out of their own folder?

Thanks,
Dave

--

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
David L. Frank                                     e-mail:[EMAIL PROTECTED]
Professor of Chemistry                      Chem Dept. (559) 278-2103
California State University, Fresno     Office: (559) 278-2273
Chemistry Dept.                                  Fax: (559) 278-4402
2555 E. San Ramon Ave M/S 70
Fresno CA 93740-8034
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to