> On Aug 14, 2018, at 12:18 PM, Stephen MacLean via use-livecode > <[email protected]> wrote: > > set the text of checkImgID to empty > > export snapshot from rect (rect of cropRectID) of checkImgID to tTempCrop as > JPEG > > set the text of heroImgID to tTempCrop
This should be this: > set the text of checkImgID to empty > > export snapshot from rect (rect of cropRectID) of checkImgID to tTempCrop as > JPEG > > set the text ofcheckImgID to tTempCrop Sorry! Steve MacLean _______________________________________________ use-livecode mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-livecode
