Thanks for the quick turn around, I'll take a look...

On Thu, Feb 5, 2009 at 2:32 PM, aris <ari09845...@gmail.com> wrote:

>
> New Issue:
> http://code.google.com/p/google-web-toolkit/issues/detail?id=3340
>
> the code is like this:
>
> public class TestImages implements EntryPoint
> {
>    public void onModuleLoad()
>    {
>        Image img = new Image("Images/wikipedia32.gif");
>        Image img2 = new Image("Images/wikipedia32.gif");
>
>        RootPanel.get().add(img);
>        RootPanel.get().add(img2);
>    }
> }
>
> there is a screenshot1.jpg file attached to the issue
>
> TIA
>
> On Feb 5, 4:37 pm, Emily Crutcher <e...@google.com> wrote:
> > Can you create a test case that is reproducible and add an issue to the
> > issue tracker? After you do that, feel free to e-mail me the issue id and
> > I'll take a look.
> >
> > The strange thing about your problem is that the load listeners are
> actually
> > just adapted load handlers now, so getting different behavior is pretty
> > unexpected.
> >
> > On Thu, Feb 5, 2009 at 1:21 PM, aris <ari09845...@gmail.com> wrote:
> >
> > > Is any one having this problem?
> > > I just installed the latest version and I have the same problem.
> > > If I add a random number to each call of each url, it works. But of
> > > course this is not a real solution…
> >
> > > Thanks
> >
> > --
> > "There are only 10 types of people in the world: Those who understand
> > binary, and those who don't"
> >
>


-- 
"There are only 10 types of people in the world: Those who understand
binary, and those who don't"

--~--~---------~--~----~------------~-------~--~----~
http://groups.google.com/group/Google-Web-Toolkit-Contributors
-~----------~----~----~----~------~----~------~--~---

Reply via email to