Is there any way to create an image (screenphoto) of a card in rev
Reinhold Venzl-Schubert
r.venzl-schubert at macbay.de
Thu Sep 10 11:12:59 EDT 2009
Hi Mark,
> snapShot
Now I know where to look for it.
Thanks a lot
Reinhold
Am 09.09.2009 um 12:59 schrieb use-revolution-request at lists.runrev.com:
> This is one way:
>
> export snapshot from rect (the rect of this card) of this card to
> myVar as PNG
> set the text of img 1 to myVar
>
> or:
>
> import snapShot from rect (the rect of this card) of this card
> put it into myImageName
> -- set rect and loc etc
>
> Read in the docs about import snapshot and export snapwhot for more
> possibilties.
More information about the use-livecode
mailing list