Re: How to prevent a flickering when Ajax updates an Image

2009-03-30 Thread santo_75
ed/ > > And I would probably make a hidden container in which the image loads(so > that the browser has it loaded), and then use scriptaculous to load it as > a > replacement for the image.. > > > 2009/3/25 santo_75 > >> >> Hi, >> >> well yes, I

Re: How to prevent a flickering when Ajax updates an Image

2009-03-25 Thread santo_75
o martinez wael wrote: > > Hi > > Must be the delay to your server (which is normal I think), I'd suggest > using something like scriptaculus and then a fade in / out effect. You > could > possibly also just prefect it and replace it when fully loaded. > > 2009

How to prevent a flickering when Ajax updates an Image

2009-03-24 Thread santo_75
Hi there, i have a page that updates an image through a ajax request. Some Code first: public class MyPage extends WebPage{ private RenderedDynamicImageResource imageResourceMap; ... NonCachingImage map = new NonCachingImage("map", new PropertyModel(this, "imageResourceMap")){