Copy image from browser to image on stack

Klaus Major klaus at major-k.de
Fri Dec 8 11:31:44 EST 2006


Dag William,

> Hi there,
>
> Is there a simple way to copy an image from your browser to an  
> image on a stack?
> For text I simply use:
> put the clipboardData into field "tekst"
>
> I think I have to use clipboardData for an image as well but I  
> don't know how.
> Who can help me with this?

Try:
...
put the clipboarddata["image"] into image "mooie beeldje"
...

See the docs for more info about this syntax for "clipboarddata"

> greetings,
>
> William de Smet

Regards

Klaus Major
klaus at major-k.de
http://www.major-k.de




More information about the use-livecode mailing list