Image woes...
David Burgun
dburgun at dsl.pipex.com
Wed Oct 12 07:15:49 EDT 2005
>It's late but I can't seem to figure this out..
>
>
>I saved a PNG to disk using
>
>put img "image" into URL "binfile:/<pathToPng>"
>
>Now I want to get it back into an image control
>
>
>Why can't I use?
>
>Put URL "binfile:/<pathToPng>" into img "image"
>
>I am getting an empty image.
>
>What am I missing?
try:
set the filename of image "Image" to myFileFullPathName
(It will probably work with the URL notation too, but not sure)
Hope this helps
Dave
More information about the use-livecode
mailing list