> From: Peter Reid <[EMAIL PROTECTED]>
> Subject: Blank Images from Disk (Mac MC2.3g)?
> Date: Mon, 14 Feb 2000 11:58:16 +0000
> MIME-Version: 1.0
> Content-Type: text/plain; charset="us-ascii" ; format="flowed"
> 
> I'm trying to load various images that make up the screen design of
> my stack directly from disk files rather than have them embedded.
> However, if I use something like the following:
> 
> set the fileName of image "MainTitle" to "/MacHD/Images/title.gif"
> 
> I just get blank filled rectangles instead of the images themselves.
> If I select the same file from within the MetaCard development
> environment, it displays correctly.  I've even looked at the source
> code in this part of the development environment and can't see where
> it's doing anything different to me, but my code simply doesn't work?!
> 
> Any suggestions please, this is driving me nuts!


Try this: (code this into a button)

on mouseUp
  answer file "Which file do you want to use?"
  put it into x
  set the filename of image "backgfile" to x
  put x into fld "graphicLink"
end mouseUp

This will tell you whether you have set up your link correctly. My guess is
that you have a space or something missing. In any event, you should be able
to solve your problem this way.

> 
> Cheers
> Peter

Hope this helps.

Raymond



This is the MetaCard mailing list.
Archives: http://www.mail-archive.com/metacard%40lists.best.com/
Info: http://www.xworlds.com/metacard/mailinglist.htm

Reply via email to