Aw: Re: Image URL from Facebook doesn't load on Chrome, but does on other browsers.

2011-05-23 Thread Jens
Hmm I have added your code in a simple EntryPoint class and it works in my 
Chrome version (Mac OS, Beta/Dev Channel, Version 13.0.767.1). As the code 
snippet is really short I have no idea what can be wrong in your setup. Does 
the generated html code looks correct?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Image URL from Facebook doesn't load on Chrome, but does on other browsers.

2011-05-23 Thread erebrus
I had meanwhile included a typo in the url...this is correct now. The
problem persists

  HorizontalPanel hz = new HorizontalPanel();
Image image = new Image("http://
a1.sphotos.ak.fbcdn.net/hphotos-ak-
snc4/154191_1015063770634_542315633_16102394_1381308_n.jpg");
hz.add(image);
RootPanel.get().add(hz);

On May 23, 3:14 pm, erebrus  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_1015063770634_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  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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Image URL from Facebook doesn't load on Chrome, but does on other browsers.

2011-05-23 Thread erebrus
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  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_1015063770634_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  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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Image URL from Facebook doesn't load on Chrome, but does on other browsers.

2011-05-23 Thread erebrus
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_1015063770634_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  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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



Re: Image URL from Facebook doesn't load on Chrome, but does on other browsers.

2011-05-23 Thread Max Jonas Werner
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 google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.