Re: background
Re: background
- Subject: Re: background
- From: Klaus Berkling <email@hidden>
- Date: Wed, 26 Sep 2007 08:58:09 -0700
On Sep 26, 2007, at 6:34 AM, Ken Foust wrote:
I made a blended background. it is a gif file
It shows up in wo builder and in the xcode template html file
i tried adding it with "texture" and drag and drop and it shows up
both ways
but it does not display on the webpage when you build the app
I have it added to the project and it is seeing it.
I did have you make it a larger that standard page to prevent
overlapping.
any ideas??
There may be one of several possibilities.
Check the path to the image and make see if you can request the file
from your web server using that same path without going through your
app. That may show you that the URL may be wrong.
Make sure that the web component files are installed in the web root
directory properly.
(My woinstall script might take care of that: http://www.eskimo.com/
~kiberkli/woinstall/)
When you are running your app from Eclipse or Xcode, you may see
exceptions in the log if WO can't find the image file. You can then
see where Wo expects to find the gif file.
Hope this helps.
kib
"Success is not final, failure is not fatal: it is the courage to
continue that counts.”
- Winston Churchill
--
Klaus Berkling
Systems Administrator
DynEd International, Inc.
www.dyned.com | www.eskimo.com/~kiberkli/
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >background (From: Ken Foust <email@hidden>) |