Re: CSS resources using url(...) syntax under Direct Connect

2011-06-01 Thread Paul Dunkler
Dude, this is very nice! Working perfectly with just this one setting :) Thanks! Am 01.06.2011 um 00:48 schrieb Chuck Hill: > Hi Paul, > > I confess to only half reading this thread... :-) > > On May 31, 2011, at 3:41 PM, Paul Hoadley wrote: >> Not quite sure what you're suggesting there, but

Re: CSS resources using url(...) syntax under Direct Connect

2011-05-31 Thread Paul Hoadley
Hi Chuck, On 01/06/2011, at 8:18 AM, Chuck Hill wrote: > Hi Paul, > > I confess to only half reading this thread... :-) I don't blame you. >> It's definitely none of the above. I can run exactly the same bundle out of >> Eclipse, and CSS-referenced images are found and displayed as expected

Re: CSS resources using url(...) syntax under Direct Connect

2011-05-31 Thread Chuck Hill
Hi Paul, I confess to only half reading this thread... :-) On May 31, 2011, at 3:41 PM, Paul Hoadley wrote: > Not quite sure what you're suggesting there, but putting the URL for the > image that the web inspector tells me it's using into the address bar does > _not_ produce the expected image

Re: CSS resources using url(...) syntax under Direct Connect

2011-05-31 Thread Paul Hoadley
On 01/06/2011, at 2:37 AM, Ramsey Gurley wrote: > I've used relative images in external css with direct connect without > problems. Launching from the command line? > If it isn't working, then look in the page source. > > What does the link to the stylesheet look like? Is it using Wonder's _w

Re: CSS resources using url(...) syntax under Direct Connect

2011-05-31 Thread Paul Hoadley
On 01/06/2011, at 12:31 AM, John Huss wrote: > It works when running through the web server - Correct. > another good reason to not use direct connect. IMHO, the use case I described in my original post (a self-contained app bundle for use by a non-WO-developer to get rapid feedback on minor U

Re: CSS resources using url(...) syntax under Direct Connect

2011-05-31 Thread Paul Hoadley
Hi John, On 31/05/2011, at 11:39 PM, John Huss wrote: > Relative URLS work fine, but you must use an external CSS file, not a style > tag embedded in a component. The URL is resolved relative to the location of > the hosting file. That's precisely what Paul Dunkler and I are describing. (The

Re: CSS resources using url(...) syntax under Direct Connect

2011-05-31 Thread Ramsey Gurley
I've used relative images in external css with direct connect without problems. If it isn't working, then look in the page source. What does the link to the stylesheet look like? Is it using Wonder's _wr_ resource request handler? No? That's the problem (^_^) Yes? If you modify the styleshe

Re: CSS resources using url(...) syntax under Direct Connect

2011-05-31 Thread John Huss
It works when running through the web server - another good reason to not use direct connect. 2011/5/31 Paul Dunkler > I´m running through direct connect (as mentioned in my first post at this > topic). Only in development - not production > > > Am 31.05.2011 um 16:22 schrieb John Huss: > > > Ar

Re: CSS resources using url(...) syntax under Direct Connect

2011-05-31 Thread Paul Dunkler
I´m running through direct connect (as mentioned in my first post at this topic). Only in development - not production Am 31.05.2011 um 16:22 schrieb John Huss: > Are you running through direct connect or the web server? In development or > in production? > > 2011/5/31 Paul Dunkler > Hi Joh

Re: CSS resources using url(...) syntax under Direct Connect

2011-05-31 Thread John Huss
Are you running through direct connect or the web server? In development or in production? 2011/5/31 Paul Dunkler > Hi John, > > i can't confirm this is working... > I referenced a external css-file through and in that > file all background images are referenced relative (../images/bar.png) -

Re: CSS resources using url(...) syntax under Direct Connect

2011-05-31 Thread Paul Dunkler
Hi John, i can't confirm this is working... I referenced a external css-file through and in that file all background images are referenced relative (../images/bar.png) - It´s not working... Am 31.05.2011 um 16:09 schrieb John Huss: > Relative URLS work fine, but you must use an external CSS

Re: CSS resources using url(...) syntax under Direct Connect

2011-05-31 Thread John Huss
Relative URLS work fine, but you must use an external CSS file, not a style tag embedded in a component. The URL is resolved relative to the location of the hosting file. John On Mon, May 30, 2011 at 4:35 AM, Paul Hoadley wrote: > Hi Frank, > > On 30/05/2011, at 6:22 PM, Ruenagel, Frank wrote:

Re: CSS resources using url(...) syntax under Direct Connect

2011-05-30 Thread Paul Hoadley
Hi Frank, On 30/05/2011, at 6:22 PM, Ruenagel, Frank wrote: > I guess, this is a problem of resource-path-names without beginning with "/" > or "http://";. > For example the following *never* may come up in the generated html of a > WO-generated dynamic page: > > > div#statistic p#count-right

Re: CSS resources using url(...) syntax under Direct Connect

2011-05-30 Thread Ruenagel, Frank
+webobjects=symposion...@lists.apple.com [mailto:webobjects-dev-bounces+webobjects=symposion...@lists.apple.com] Im Auftrag von Paul Dunkler Bereitgestellt: Montag, 30. Mai 2011 10:21 Bereitgestellt in: WebObjects Unterhaltung: CSS resources using url(...) syntax under Direct Connect Betreff: Re:

Re: CSS resources using url(...) syntax under Direct Connect

2011-05-30 Thread Paul Dunkler
I am currently having the same problems with a little admin application which is accessed via Direct Connec too. All images which are referenced through the css-file (which itself is referenced through ", that particular image is loaded right (even through css). When running in Eclipse, everyth

Re: CSS resources using url(...) syntax under Direct Connect

2011-05-29 Thread Paul Hoadley
On 29/05/2011, at 6:25 PM, Paul Hoadley wrote: > I've hit an issue that seems to be the one described at this point in a long > thread about the improved Wonder JavaMonitor: > > http://osdir.com/ml/webobjects-dev/2010-11/msg00717.html > > I'm running an app from the command line, and accessing

CSS resources using url(...) syntax under Direct Connect

2011-05-29 Thread Paul Hoadley
Hello, I've hit an issue that seems to be the one described at this point in a long thread about the improved Wonder JavaMonitor: http://osdir.com/ml/webobjects-dev/2010-11/msg00717.html I'm running an app from the command line, and accessing it via Direct Connect. (I'll explain this weird be