Search found 3 matches

by ameguira
Wed May 08, 2013 8:39 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to copy an image from an image object to clipboard
Replies: 6
Views: 3644

Re: How to copy an image from an image object to clipboard

Hi Jean Marc

I am using Livecode opensource on windows

This code works

lock screen
import snapshot from image "Imagefield"
set the clipboarddata["image"] to the last image
hide last image

I do not understand why copy image "Imagefield" doesn't work for me

All the best
by ameguira
Wed May 08, 2013 6:15 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to copy an image from an image object to clipboard
Replies: 6
Views: 3644

Re: How to copy an image from an image object to clipboard

Thank you Magice
I have tried it already, may be may pathname is wrong
by ameguira
Wed May 08, 2013 4:35 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: How to copy an image from an image object to clipboard
Replies: 6
Views: 3644

How to copy an image from an image object to clipboard

Hi everybody

I am fighting with Livecode to find a way to copy an image from an image object (which is filled by a user action through a popup menu) to the clipboard

Many thanks for your help

A MEGUIRA