Furthermore, if I force the image to have a size, I can right click and the open the picture link in a new tab and it will be displayed, it just doesn't seem to display inside an image object...
On May 23, 3:14 pm, erebrus <[email protected]> wrote: > That's the point, the code is as straight forward as it gets > > HorizontalPanel hz = new HorizontalPanel(); > Image image = new > Image("http://a1.sphotos.ak.fbcdn.net/hphotos-ak- > snc4/154191_10150333363770634_542315633_16102394_1381308_n.jpg1"); > hz.add(image); > RootPanel.get().add(hz); > > I also tried to prefetch it before, but nothing. In chrome the picture > doesn't show up, but in other browsers it does. > > Any clue? > On May 23, 12:54 pm, Max Jonas Werner <[email protected]> wrote: > > > > > > > > > Hi erebrus, > > > without some code it'll be difficult to help you. Please post the code > > snippet which creates your Image. > > > HTH > > Max -- 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.
