You can't put an Image Widget, or any Widget, in a Cell. Have you tried using ImageCell (which takes the URL src of the image) or ImageResourceCell (which takes an ImageResource)?
Thanks, John LaBanca [email protected] On Mon, Nov 15, 2010 at 6:36 AM, davidtse <[email protected]> wrote: > Hello, > > I'm trying since few hours to display an image located in a directory > of my website but without succes. My problem is when i create an image > the constructor Column want a Cell<Image> , please explain me how to > do? Or if you have an example, it would be great? Thanks per advance > and sorry for english faults, > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
