The iOS "Files" folder

Phil Davis phil at pdslabs.net
Tue Oct 13 14:35:48 EDT 2020


On a related note, there is a "File Sharing" check box in the iOS > 
Requirements tab > Requirements and Restrictions section of the 
Standalone App settings. What does that do?

Thanks -
Phil Davis


On 10/13/20 9:19 AM, Andrew at MidWest Coast Media via use-livecode wrote:
>> It looks from the minimum documentation I have that you could do much the same with an image, but I have not tried it.
> I use this in a (now abandoned) feature of an app to take a screenshot of the mobile stack and share the image. Switched to this after mergSocial stopped working when Apple made some core OS updates. The entire MergExt suite is extremely powerful and extremely under-documented.
>
>
> put specialFolderPath("documents") & "/IndianaOnTap.png" into tFilePath
> put the rect of this card into tRect
> put the bottom of field "promoName" into tBottom
> put item 1 of tRect & COMMA & item 2 of tRect & COMMA & item 3 of tRect & COMMA & tBottom into tExportRect
> export snapshot from rect tExportRect of this card to file tFilePath as PNG
> mergPopActivity "Indiana On Tap just hooked me up!",tFilePath,""
>
>
> —Andrew Bell
> _______________________________________________
> 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

-- 
Phil Davis
503-307-4363





More information about the use-livecode mailing list