[Fwd: Re: clipboardData imageSource]
Chipp Walters
chipp at chipp.com
Fri Aug 19 02:51:12 EDT 2005
Yep,
Yours won't copy the image to the clipboard for pasting into another
(different) program.
best,
Chipp
Brian Yennie wrote:
> Chipp,
>
> Any reason why this:
>
> on copyToClip pImage
> choose select tool
> drag from topleft of image pImage to botright of image pImage
> copy
> choose browse tool
> end copyToClip
>
> can't be just:
>
> on copyToClip pImage
> select image pImage
> copy
> choose browse tool
> end copyToClip
More information about the use-livecode
mailing list