MergPop error on iOS 11.2 & LC 8.1.8

Paul Hibbert paul at livecode.org
Fri Dec 8 21:26:24 EST 2017


William,

Just did a quick test and to make this work I had to go to Standalone Application Settings > General and choose “Select inclusions for the standalone application”, then under Standalone Application Settings > Inclusions scroll down and make sure “MergPop” is selected along with any other inclusions necessary.

It seems MergPop is not being found when allowing LC to search for the required inclusions. This may be a bug, but I can’t find anything on LCQC for it right now, although I’m sure I remember it being discussed on this list previously (that’s how I knew what the fix was), but I don’t remember the conclusion.

FYI, I checked this by adding a catch tError command within the try - end try handler then used answer tError, it told me that LC couldn’t find the handler “mergPopActivity”, so it confirmed that the library was missing, fixing that made it work.

Paul

> On 8 Dec 2017, at 12:00, William de Smet via use-livecode <use-livecode at lists.runrev.com> wrote:
> 
> Hi there,
> 
> I am seeing an error on using MergPop with iOS 11.2 /LC 8.1.8 when saving a
> PNG with the 'Save Image' button on the popover sheet.
> It quits the app immediately.
> 'E-mail, Copy, Print, Save Files App' all work fine. Even Airdrop works
> fine.
> 
> I do this:
> --------
> try
> put specialfolderpath("documents") & "/" & "cars.png" into tPath
> export snapshot from group "cars" to file tPath as PNG
> mergPopActivity "",tPath,"",""
> get the result
> end try
> ----------
> 
> Anyone else seeing this?
> Is there something I can change in my script?
> 
> 
> 
> greetings,
> 
> William
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> 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