Re: ImageBundle question

2009-07-29 Thread myapplicationquestions
Sorry let me rephrase the question The images are not actually stored in a folder but we store them as binary data in database. In that case i am assuming image bundle will not work right? Thanks, On Jul 22, 5:28 am, David david.no...@gmail.com wrote: Hi Parag, An

Re: ImageBundle question

2009-07-22 Thread David
Hi Parag, An com.google.gwt.user.client.ui.ImageBundle would be the best solution for your problem - as your own title suggests. The GWT docs contain a good explanation on how to use them David On Wed, Jul 22, 2009 at 4:47 AM, myapplicationquestionsparag.bhag...@cgi.com wrote: Hi All, I

ImageBundle question

2009-07-21 Thread myapplicationquestions
Hi All, I am creating an Org tree which will consist of @500 nodes, for each node i want to show an image as well. What is the best way to get all these images loaded? I was thinking of adding an http request in the src tag of the image but wanted tio know if GWT provides anyway so that i can

Re: ImageBundle question

2008-12-19 Thread Adam T
Maybe your code has some issues - how are you trying to display the different images? On 19 Dec, 07:14, alided albert.baranc...@gmail.com wrote: I'm trying to use ImageBundle, but it doesn't work correctly. I put different size images into the bundle and when i try to use image it is always