Hi Chris, could the different hash codes really lead to wrong display of HorizontalPanels?
If I analyze the DOM with FireBug, I see no differences. I also cleared my browser cache, but the wrong panels still reappear. What can I do next? Please note that this discourages me from continuing with my first GWT App! At the moment I am not able to deploy it from my linux box so that it looks right on IE, but it does look right if I deploy the same from a windows box. I cannot continue until this works... Magnus On 23 Aug., 17:40, Chris Conroy <[email protected]> wrote: > Well, untilhttp://code.google.com/p/google-web-toolkit/source/detail?r=8605 > the > compiler could use different line endings which would result in a different > hash for your .cache.html files. > > Though, this would not change the appearance of your code. Most likely, you > have your caching mis-configured and in one browser you are seeing a stale > version. > > On Mon, Aug 23, 2010 at 9:40 AM, Magnus <[email protected]>wrote: > > > > > Hello, > > > could someone please ponit me into the right direction? > > > What can I do that my code leads to the same results on different > > compilation platforms? > > > Thank you > > Magnus > > > -- > > 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. > > -- > Chris Conroy > Software Engineer > Google, Atlanta -- 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.
