Re: IE7 Error in cache.html's Javascript

2008-11-29 Thread KevinF

Ok, I found the issue... seems it was a programming error on my part.
Not waiting for all Lists to come back from the server before
processing it in the client. I wish there was some easy way to handle
this kind of thing. Is there some way to make some requests
synchronous? It seems the reason this occurred was due to asynchronous
request/processing.

On Nov 29, 2:45 am, KevinF <[EMAIL PROTECTED]> wrote:
> Hi everyone,
>
>   I'm running into a really weird problem with IE7 when I view my site
> that was created using GWT. The client makes several calls to the
> server to retrieve Lists of information. This problem does not occur
> in Firefox 3 nor in Safari. The error I'm getting is
>
> Line: 2818
> Char: 3
> Error: Exception thrown and not caught
> Code: 0
> URL: http:///997866B17568BBEABF330CD77D093CE1.cache.html
>
>   From what I gather, it seems this file is the my application logic
> tailored for IE. When I look into the file at line 2818, I find:
>
> 2817: function java_util_AbstractList_indexOutOfBounds__II(index, size)
> {
> 2818:  throw java_lang_IndexOutOfBoundsException_
> $IndexOutOfBoundsException__Ljava_lang_IndexOutOfBoundsException_2Ljava_lang_String_2
> (new java_lang_IndexOutOfBoundsException(), $intern_130 + index +
> $intern_131 + size);
> 2819: }
>
>   I tried to find where the callers of this method were and there were
> 3 of them:
> (1) function java_util_ArrayList_
> $add__Ljava_util_ArrayList_2ILjava_lang_Object_2(this$static, index,
> o)
> (2) function java_util_LinkedList_
> $listIterator__Ljava_util_LinkedList_2I(this$static, index)
> (3) function java_util_AbstractList_checkIndex__II(index, size)
>
>   I'm guessing this means somewhere my application is trying to access
> an index in a List that's not within bounds of it. The puzzling thing
> is, how come this only happens on SOME IE7 browsers and does not occur
> at all in Firefox or Safari.
>
>   Any ideas or fixes would be much appreciated.
>
> Kevin
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Body Background disappear

2008-11-29 Thread KevinF

Yes, you are right Ian. I found out after I got the idea that it must
be some CSS that's overriding my body styles.

The hard part was finding out where this CSS was and it turned out to
be a theme that's used in a GWT library I was including in my class
path. Sigh... took me a while to find it.

Thanks for the input though guys. Much appreciated.

On Nov 18, 6:23 am, "Ian Bambury" <[EMAIL PROTECTED]> wrote:
> My guess is that you are using a theme.
>
> Ian
>
> http://examples.roughian.com
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



IE7 Error in cache.html's Javascript

2008-11-29 Thread KevinF

Hi everyone,

  I'm running into a really weird problem with IE7 when I view my site
that was created using GWT. The client makes several calls to the
server to retrieve Lists of information. This problem does not occur
in Firefox 3 nor in Safari. The error I'm getting is

Line: 2818
Char: 3
Error: Exception thrown and not caught
Code: 0
URL: http:///997866B17568BBEABF330CD77D093CE1.cache.html

  From what I gather, it seems this file is the my application logic
tailored for IE. When I look into the file at line 2818, I find:

2817: function java_util_AbstractList_indexOutOfBounds__II(index, size)
{
2818:  throw java_lang_IndexOutOfBoundsException_
$IndexOutOfBoundsException__Ljava_lang_IndexOutOfBoundsException_2Ljava_lang_String_2
(new java_lang_IndexOutOfBoundsException(), $intern_130 + index +
$intern_131 + size);
2819: }

  I tried to find where the callers of this method were and there were
3 of them:
(1) function java_util_ArrayList_
$add__Ljava_util_ArrayList_2ILjava_lang_Object_2(this$static, index,
o)
(2) function java_util_LinkedList_
$listIterator__Ljava_util_LinkedList_2I(this$static, index)
(3) function java_util_AbstractList_checkIndex__II(index, size)

  I'm guessing this means somewhere my application is trying to access
an index in a List that's not within bounds of it. The puzzling thing
is, how come this only happens on SOME IE7 browsers and does not occur
at all in Firefox or Safari.

  Any ideas or fixes would be much appreciated.

Kevin
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Body Background disappear

2008-11-18 Thread KevinF

Hi Michi,

  I've been trying to solve this same exact problems for days! If
anyone can shine some light on why the background images for the
 tag isn't working, please let us know. Thanks!

On Nov 16, 2:41 am, Michi_de <[EMAIL PROTECTED]> wrote:
> Hi!
>
> I've a strange bug when using the GWT:
> my 
> seems not to work anymore!
> I see the background image for a second and when the GWT Script is
> loaded it just disappear!
>
> o_O?
> Whats wrong with my code? Or is it a GWT Bug?

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---