Problem/strange behavior with older version of Mergpop (2.0.7) and Retina screens?

Trevor DeVore lists at mangomultimedia.com
Thu Oct 2 09:02:35 EDT 2014


On Thu, Oct 2, 2014 at 3:55 AM, William de Smet <williamdesmet at 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



More information about the use-livecode mailing list