|
From: Kevin <ke...@ke...> - 2003-08-07 17:06:28
|
Hi, I have found an annoying problem were a cached image is still reloaded under some circumstance - when another window has been opened? http://keg.port5.com/examples/demo.getimage3.html Click on any folder tab to open the small window. Note mouse over/out works fine with images from cache until the new window is open? I was testing using IE6. The idea is not to have 2,3 or 4 images for every button when only one set of cached images is needed and just change the label for each button. So for a 3 image x 10 menu buttons example only 3 images not 30 are downloaded - a nice saving in bandwidth! If only it worked - any help on caching problems would be appreciated. - Kevin |
|
From: Kevin <ke...@ke...> - 2003-08-07 17:55:54
|
Hi, If the port5 domain is down I've put a copy of the example on demon: http://www.kegcl.demon.co.uk/examples/demo.getimage3.html - Kevin > Hi, > > I have found an annoying problem were a cached image is still reloaded > under some circumstance - when another window has been opened? > > http://keg.port5.com/examples/demo.getimage3.html > > Click on any folder tab to open the small window. > > Note mouse over/out works fine with images from cache until the new > window is open? I was testing using IE6. > > The idea is not to have 2,3 or 4 images for every button when only one > set of cached images is needed and just change the label for each button. > > So for a 3 image x 10 menu buttons example only 3 images not 30 are > downloaded - a nice saving in bandwidth! > > If only it worked - any help on caching problems would be appreciated. > > - > Kevin > > > > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 > _______________________________________________ > Dynapi-Dev mailing list > Dyn...@li... > http://www.mail-archive.com/dyn...@li.../ |
|
From: Raymond I. <xw...@ya...> - 2003-08-08 00:07:39
|
Hi Kevin,
This seems very strange it would appear that IE has a
caching problem. I would however try this:
onclick:function(e) {
var o=e.getSource();
setTimeout('winopen('+o.id+');',100)
}
The images should not go blank on each click. Does
this occurs when the buttons are click or only during
the window open statement?
--
Raymond Irving
--- Kevin <ke...@ke...> wrote:
> Hi,
>
> If the port5 domain is down I've put a copy of the
> example on demon:
>
>
http://www.kegcl.demon.co.uk/examples/demo.getimage3.html
>
> -
> Kevin
>
> > Hi,
> >
> > I have found an annoying problem were a cached
> image is still reloaded
> > under some circumstance - when another window has
> been opened?
> >
> > http://keg.port5.com/examples/demo.getimage3.html
> >
> > Click on any folder tab to open the small window.
> >
> > Note mouse over/out works fine with images from
> cache until the new
> > window is open? I was testing using IE6.
> >
> > The idea is not to have 2,3 or 4 images for every
> button when only one
> > set of cached images is needed and just change the
> label for each button.
> >
> > So for a 3 image x 10 menu buttons example only 3
> images not 30 are
> > downloaded - a nice saving in bandwidth!
> >
> > If only it worked - any help on caching problems
> would be appreciated.
> >
> > -
> > Kevin
> >
> >
> >
> >
>
-------------------------------------------------------
> > This SF.Net email sponsored by: Free pre-built
> ASP.NET sites including
> > Data Reports, E-commerce, Portals, and Forums are
> available now.
> > Download today and enter to win an XBOX or Visual
> Studio .NET.
> >
>
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
> > _______________________________________________
> > Dynapi-Dev mailing list
> > Dyn...@li...
> >
>
http://www.mail-archive.com/dyn...@li.../
>
>
>
-------------------------------------------------------
> This SF.Net email sponsored by: Free pre-built
> ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are
> available now.
> Download today and enter to win an XBOX or Visual
> Studio .NET.
>
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
> _______________________________________________
> Dynapi-Dev mailing list
> Dyn...@li...
>
http://www.mail-archive.com/dyn...@li.../
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
|
|
From: Kevin <ke...@ke...> - 2003-08-08 18:15:19
|
Raymond Irving wrote:
> Hi Kevin,
>
> This seems very strange it would appear that IE has a
> caching problem. I would however try this:
>
> onclick:function(e) {
> var o=e.getSource();
> setTimeout('winopen('+o.id+');',100)
> }
I'll try that.
> The images should not go blank on each click. Does
> this occurs when the buttons are click or only during
> the window open statement?
Click refresh and everything works perfectly mouseover/
mouseout events. After a click the new window had focus
and a mouseover event causes a reload of the image?
I can't test on other browsers - is Mozilla / Netscape - OK
-
Kevin
> --
> Raymond Irving
>
> --- Kevin <ke...@ke...> wrote:
> > Hi,
> >
> > If the port5 domain is down I've put a copy of the
> > example on demon:
> >
> >
> http://www.kegcl.demon.co.uk/examples/demo.getimage3.html
> >
> > -
> > Kevin
> >
> > > Hi,
> > >
> > > I have found an annoying problem were a cached
> > image is still reloaded
> > > under some circumstance - when another window has
> > been opened?
> > >
> > > http://keg.port5.com/examples/demo.getimage3.html
> > >
> > > Click on any folder tab to open the small window.
> > >
> > > Note mouse over/out works fine with images from
> > cache until the new
> > > window is open? I was testing using IE6.
> > >
> > > The idea is not to have 2,3 or 4 images for every
> > button when only one
> > > set of cached images is needed and just change the
> > label for each button.
> > >
> > > So for a 3 image x 10 menu buttons example only 3
> > images not 30 are
> > > downloaded - a nice saving in bandwidth!
> > >
> > > If only it worked - any help on caching problems
> > would be appreciated.
> > >
> > > -
> > > Kevin
> > >
> > >
> > >
> > >
> >
> -------------------------------------------------------
> > > This SF.Net email sponsored by: Free pre-built
> > ASP.NET sites including
> > > Data Reports, E-commerce, Portals, and Forums are
> > available now.
> > > Download today and enter to win an XBOX or Visual
> > Studio .NET.
> > >
> >
> http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
> > > _______________________________________________
> > > Dynapi-Dev mailing list
> > > Dyn...@li...
> > >
> >
> http://www.mail-archive.com/dyn...@li.../
> >
> >
> >
> -------------------------------------------------------
> > This SF.Net email sponsored by: Free pre-built
> > ASP.NET sites including
> > Data Reports, E-commerce, Portals, and Forums are
> > available now.
> > Download today and enter to win an XBOX or Visual
> > Studio .NET.
> >
> http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
> > _______________________________________________
> > Dynapi-Dev mailing list
> > Dyn...@li...
> >
> http://www.mail-archive.com/dyn...@li.../
>
>
> __________________________________
> Do you Yahoo!?
> Yahoo! SiteBuilder - Free, easy-to-use web site design software
> http://sitebuilder.yahoo.com
>
>
> -------------------------------------------------------
> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are available now.
> Download today and enter to win an XBOX or Visual Studio .NET.
> http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
> _______________________________________________
> Dynapi-Dev mailing list
> Dyn...@li...
> http://www.mail-archive.com/dyn...@li.../
|
|
From: Raymond I. <xw...@ya...> - 2003-08-08 19:07:41
|
It works grea in Moz (Phoenix 0.5). I think the
problem is with IE. IE always reloads background
images. Don't ask me why :( It's just one of those sad
things.
--
Raymond Irving
--- Kevin <ke...@ke...> wrote:
>
> Raymond Irving wrote:
>
> > Hi Kevin,
> >
> > This seems very strange it would appear that IE
> has a
> > caching problem. I would however try this:
> >
> > onclick:function(e) {
> > var o=e.getSource();
> > setTimeout('winopen('+o.id+');',100)
> > }
>
> I'll try that.
>
> > The images should not go blank on each click. Does
> > this occurs when the buttons are click or only
> during
> > the window open statement?
>
> Click refresh and everything works perfectly
> mouseover/
> mouseout events. After a click the new window had
> focus
> and a mouseover event causes a reload of the image?
>
> I can't test on other browsers - is Mozilla /
> Netscape - OK
>
> -
> Kevin
>
> > --
> > Raymond Irving
> >
> > --- Kevin <ke...@ke...> wrote:
> > > Hi,
> > >
> > > If the port5 domain is down I've put a copy of
> the
> > > example on demon:
> > >
> > >
> >
>
http://www.kegcl.demon.co.uk/examples/demo.getimage3.html
> > >
> > > -
> > > Kevin
> > >
> > > > Hi,
> > > >
> > > > I have found an annoying problem were a cached
> > > image is still reloaded
> > > > under some circumstance - when another window
> has
> > > been opened?
> > > >
> > > >
> http://keg.port5.com/examples/demo.getimage3.html
> > > >
> > > > Click on any folder tab to open the small
> window.
> > > >
> > > > Note mouse over/out works fine with images
> from
> > > cache until the new
> > > > window is open? I was testing using IE6.
> > > >
> > > > The idea is not to have 2,3 or 4 images for
> every
> > > button when only one
> > > > set of cached images is needed and just change
> the
> > > label for each button.
> > > >
> > > > So for a 3 image x 10 menu buttons example
> only 3
> > > images not 30 are
> > > > downloaded - a nice saving in bandwidth!
> > > >
> > > > If only it worked - any help on caching
> problems
> > > would be appreciated.
> > > >
> > > > -
> > > > Kevin
> > > >
> > > >
> > > >
> > > >
> > >
> >
>
-------------------------------------------------------
> > > > This SF.Net email sponsored by: Free pre-built
> > > ASP.NET sites including
> > > > Data Reports, E-commerce, Portals, and Forums
> are
> > > available now.
> > > > Download today and enter to win an XBOX or
> Visual
> > > Studio .NET.
> > > >
> > >
> >
>
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
> > > >
> _______________________________________________
> > > > Dynapi-Dev mailing list
> > > > Dyn...@li...
> > > >
> > >
> >
>
http://www.mail-archive.com/dyn...@li.../
> > >
> > >
> > >
> >
>
-------------------------------------------------------
> > > This SF.Net email sponsored by: Free pre-built
> > > ASP.NET sites including
> > > Data Reports, E-commerce, Portals, and Forums
> are
> > > available now.
> > > Download today and enter to win an XBOX or
> Visual
> > > Studio .NET.
> > >
> >
>
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
> > > _______________________________________________
> > > Dynapi-Dev mailing list
> > > Dyn...@li...
> > >
> >
>
http://www.mail-archive.com/dyn...@li.../
> >
> >
> > __________________________________
> > Do you Yahoo!?
> > Yahoo! SiteBuilder - Free, easy-to-use web site
> design software
> > http://sitebuilder.yahoo.com
> >
> >
> >
>
-------------------------------------------------------
> > This SF.Net email sponsored by: Free pre-built
> ASP.NET sites including
> > Data Reports, E-commerce, Portals, and Forums are
> available now.
> > Download today and enter to win an XBOX or Visual
> Studio .NET.
> >
>
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
> > _______________________________________________
> > Dynapi-Dev mailing list
> > Dyn...@li...
> >
>
http://www.mail-archive.com/dyn...@li.../
>
>
>
-------------------------------------------------------
> This SF.Net email sponsored by: Free pre-built
> ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are
> available now.
> Download today and enter to win an XBOX or Visual
> Studio .NET.
>
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
> _______________________________________________
> Dynapi-Dev mailing list
> Dyn...@li...
>
http://www.mail-archive.com/dyn...@li.../
__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com
|