What's the best way to clear (erase) the content of an image that has just been drawn in with the pencil tool?
How would I set the content of one image to that of another?
How do you clear an image?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- Posts: 106
- Joined: Wed May 31, 2006 9:56 pm
- Contact:
-
- VIP Livecode Opensource Backer
- Posts: 977
- Joined: Sat Apr 08, 2006 7:47 am
- Contact:
Image objects have a 'text' property that you can 'set' which allows you to copy the contents of one image to another one.
or even shorter
HTH,
Jan Schenkel.
Code: Select all
set the text of image 2 to the text of image 1
Code: Select all
put image 1 into image 2
Jan Schenkel.
Quartam Reports & PDF Library for LiveCode
www.quartam.com
www.quartam.com