spot my mistake?

Jim sims sims at ezpzapps.com
Tue Aug 6 02:13:57 EDT 2013


Gawd. Back to school for me.
 Stupido. Idiota.

Thanks a bunch Monte!
Of course your changes work perfectly.

sims

On Tuesday, August 6, 2013, Monte Goulding wrote:

>
> 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!
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com <javascript:;>
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
>



More information about the use-livecode mailing list