At 5:20 AM -0700 7/30/2001, Simon Horn wrote:
>How do I import a picture as a referenced control using a script.
First create the image, then set the image's filename property to the name
of the picture file you want to reference:
create image "My Referenced Image"
set the filename of image "My Referenced Image" \
to "/Disk/Folder/Picture.gif"
--
Jeanne A. E. DeVoto ~ [EMAIL PROTECTED]
http://www.runrev.com/
Runtime Revolution Limited - Power to the Developer!
- How to Import Referenced Control via script Simon Horn
- Jeanne A. E. DeVoto
