snapshot and background problems
    Scott Rossi 
    scott at tactilemedia.com
       
    Sun Jun 27 23:04:01 EDT 2010
    
    
  
Recently, Michael D Mays wrote:
> I can take a snapshot of revBrowser and save the file:
> export snapshot from rect "0,0,100,100" to "aFile.png" as png .
> How do I save a copy of the snapshot to an image on the card?
Try this:
    export snapshot from rect "0,0,100,100" to someVar as PNG
    set the text of image "myimage" to someVar
Or this:
   import snapshot from rect a,b,c,d of this cd
Regards,
Scott Rossi
Creative Director
Tactile Media, UX Design
    
    
More information about the use-livecode
mailing list