Is there any way to create an image (screenphoto) of a card in rev
Mark Schonewille
m.schonewille at economy-x-talk.com
Tue Sep 8 17:50:41 EDT 2009
Dear Reinhold,
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.
--
Best regards,
Mark Schonewille
Economy-x-Talk Consulting and Software Engineering
http://economy-x-talk.com
Submit your software at http://www.quickestpublisher.com
On 8 sep 2009, at 23:38, Reinhold Venzl-Schubert wrote:
> Hi!
>
> I have a lot of records in the database of my learning application.
> Now I want to sort them in a new sequence.
> In the past, when I learned with real papercards I spread them on
> the floor and ordered them like a puzzle.
>
> To emulate this process today on my computer I want to create small
> images of the cards (records). Big enough to distinguish pictures
> and headlines but small enough to place a dozen of them on my
> screen. I will arrange them with drag and drop and enlarge them with
> a click on one of them so see all details.
>
> Is there any way in revolution to create screencopy-images of cards.
> Or do I have to use an apple script or a comparable feature an a pc?
>
> Thanks
> Reinhold
More information about the use-livecode
mailing list