spot my mistake?

Monte Goulding monte at sweattechnologies.com
Tue Aug 6 02:10:30 EDT 2013


On 06/08/2013, at 3:55 PM, Jim sims wrote:

> *on* mouseUp
> 
>   *put* specialFolderPath("documents") into imageFolder
> 
>   *put* "http://ezpzapps.com/hagar/a1010_1.jpg" into tImageToGet
> 
>   *put* "binfile:" before tImageToGet
^ here's one... getting binfile:http:?
> 
>   *put* tImageToGet into fld "toget"
> 
>   *put* specialFolderPath("documents") into tDoc
> 
>   *put* "file:"&tDoc&"/"&"a1010_1.jpg" into tFileLoc
^ here's another.. should be binfile:
> 
>   *put*  url tImageToGet into url tFileLoc
> 
>   *set* the defaultFolder to imageFolder
> 
>   *put* the Files into tFls
> 
>   *answer* "the files are"&cr& tFLs *-- THIS GIVES "a1010_1.jpg"*

I suspect it's 0 bytes.
> 
>   *put* imageFolder & "/" & "a1010_1.jpg" into tFLoad
> 
>   *set* the filename of image "testerz" to tFLoad
> 
> *end*  mouseUp

Cheers

--
M E R Goulding 
Software development services
Bespoke application development for vertical markets

mergExt - There's an external for that!




More information about the use-livecode mailing list