Hey Martin,

2009/6/2 Martin Dietze <[email protected]>:
> Hi,
>
>  I just deployed my application to an amazon server and
> experienced this very strange behaviour: All images are simply
> not rendered, i.e. the markup does not even contain them. Some
> of the images are created dynamically, but the problem even
> applies to the static ones, created like this:
>
>  Div *atTop = new Div ("atTop", "atTop", root ());
>  Wt::WImage *image = new Wt::WImage ("images/daubechies-d4-wavelet.png");
>
> (Div is a subclass to WContainerWidget). Is there anything I
> missed out? Needless to say that the application works just fine
> on my box...

Bizarre. Could you check using any of the following methods where the
image is lost:
 - in the response generated by Wt using Firebug (e.g. in the Console
for an update for an event that should create a Div) ?
 - in the DOM (Firebug -> inspect DOM) ?

If you suspect one of them is bogus, could you copy the snippet (off
the mailinglist), to me ?

Regards,
koen

------------------------------------------------------------------------------
OpenSolaris 2009.06 is a cutting edge operating system for enterprises 
looking to deploy the next generation of Solaris that includes the latest 
innovations from Sun and the OpenSource community. Download a copy and 
enjoy capabilities such as Networking, Storage and Virtualization. 
Go to: http://p.sf.net/sfu/opensolaris-get
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to