> On Aug 14, 2018, at 12:18 PM, Stephen MacLean via use-livecode 
> <use-livecode@lists.runrev.com> 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
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to