On Thu, Oct 2, 2014 at 3:55 AM, William de Smet <williamdes...@gmail.com>
wrote:

> ------
> export snapshot from rectangle "20,72,1000,742"  to tFoto as PNG
> put tFoto into img "foto"
> put tFoto into URL
> ("file:"&specialFolderPath("documents")&"/woordparachute.png")
> put specialFolderPath("documents")&"/woordparachute.png" into tImage
> --
> mergPopActivity "",tImage,"",""
> -----
>

You need to use "binfile:" when working with binary data (e.g. image data).
Try changing "file:" to "binfile:".

-- 
Trevor DeVore
ScreenSteps
www.screensteps.com    -    www.clarify-it.com
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to