Stuck in "Background" window

J. Landman Gay jacque at hyperactivesw.com
Tue Mar 18 15:59:00 EST 2003


On 3/18/03 11:13 AM, Ken Norris wrote:

> All I want to do is be able to _replace_ a background group image with
> another image from a file, under script control.

I think you are making it too hard. You don't need all that background 
editing business. This works for me:

   get "/HD/Folder/mySample.gif"
   put url ("binfile:" & it) into img 1 of grp 1

Note the use of "binfile" rather than plain "file". The replacement is 
instant.

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com




More information about the use-livecode mailing list