Dirk Eddelbuettel <edd@...> writes:
> If I move it into resources/ and call it from code as 
> 
>  useStyleSheet("/resources/mycharts.css");
> 
> then I see the effects.
> 
> Thanks for the quick wave with the cluebat :)

Ok, and the _real_ culprit was a boneheaded value behind --docroot in the 
simple 
run.sh wrapper I used.  Just using the following 


  #!/bin/bash

  if [ ! -L resources ]; then
        ln -s /usr/share/Wt/resources/ .
  fi

  ./nameofmyprog --docroot "." --http-addr 192.168.1.15 --http-port 8088


beats what I had before, mixing (ahem) "," and ";" and trying to set resources 
explicitly.

Funny how that can hold you back...  Now I have the fancier style sheet from Wt 
3.2.* applied to a simple use case via Pau's very nice .deb packages of 3.1.10.

Dirk




------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
witty-interest mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/witty-interest

Reply via email to