How to open an image file?

2005-08-28 Thread Gajo Csaba
Hi, I just want to load a simple image from a file. I'm using Windows. So far I've tried these, but the image was not loaded: put URL "binfile:/C:/image.gif" into image "displayImage" put URL "binfile:/C://image.gif" into image "displayImage" put URL "C:/image.gif" into image "displayImage" Wh

RE: How to open an image file?

2005-08-28 Thread Scott Kane
> put URL "binfile:/C:/image.gif" into image "displayImage" > put URL "binfile:/C://image.gif" into image "displayImage" > put URL "C:/image.gif" into image "displayImage" > > When I open an image from the development area (then it works), it > says that the source of the image is C://image.gif.

Re: How to open an image file?

2005-08-28 Thread Alex Tweedly
Gajo Csaba wrote: Hi, I just want to load a simple image from a file. I'm using Windows. So far I've tried these, but the image was not loaded: put URL "binfile:/C:/image.gif" into image "displayImage" put URL "binfile:/C://image.gif" into image "displayImage" put URL "C:/image.gif" into image