[flexcoders] Re: How to avoid Image refresh?

2008-05-21 Thread Robert Csiki
Thanks for your reply. The browser does cache my images, but still server calls are made (by the Image object) whenever the object refresh is required (i.e. when Flex repaints the component). That's what I want to control, and the question was is Image able to do that or I have to write my own

[flexcoders] Re: How to avoid Image refresh?

2008-05-21 Thread Brian Raymes
You can always try Ely's SuperImage: http://www.quietlyscheming.com/blog/2007/01/23/some-thoughts-on-doubt-on-flex-as-the-best-option-orhow-i-made-my-flex-images-stop-dancing/ --- In flexcoders@yahoogroups.com, Robert Csiki [EMAIL PROTECTED] wrote: I have a datagrid with objects. The item

Re: [flexcoders] Re: How to avoid Image refresh?

2008-05-21 Thread Manish Jethani
On Wed, May 21, 2008 at 10:56 PM, Robert Csiki [EMAIL PROTECTED] wrote: Thanks for your reply. The browser does cache my images, but still server calls are made (by the Image object) whenever the object refresh is required (i.e. when Flex repaints the component). That's what I want to control,