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

2014-10-02 Thread William de Smet
Hi there, Thanks for your answers. When using LC 6.6.3 everything works as aspected (the entire snapshot is saved on a retina device) with the original code below (build with an older version of LC): -- export snapshot from rectangle 20,72,1000,742 to tFoto as PNG put tFoto into img foto put

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

2014-10-02 Thread Trevor DeVore
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

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

2014-09-29 Thread Chris Sheffield
William, I’ve run into this as well. I’m still not totally sure where the problem lies. I don’t know how you’re saving your image, but in my case I am taking a screenshot. I finally got it to work correctly with: export snapshot from this card to file [file_path] as PNG Hopefully that’ll work

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

2014-09-29 Thread Earthednet-wp
There was a problem with snapshot that, I think, got fixed in 6.7, or possibly one of the 6.6 releases. I use snapshot heavily in my app, reported a bug a while ago, and it was verified and fixed. You might try one of the newer releases. I'm doing all of my work on 7.0 now, and the app I'm

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

2014-09-28 Thread Monte Goulding
Hi William I did respond but I guess there may be a spam filter in the way. mergPop doesn't actually do any saving of images. I'm guessing you're using mergPopActivity to share an image because it's the only mergPop command that deals with images. If that's the case you are passing a file path

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

2014-09-27 Thread William de Smet
Hi there, Yesterday I got an e-mail about a problem with one of my apps. I am trying to debug the problem now and maybe anyone can help me. In my app I use MergPop (MergExt) for saving an image. When putting my app through Xcode on my iPad the image is saved nicely using MergPop. But when I