I just downloaded 1.6.2 and converted my project so that I have no
errors and warnings, but my application will not load.
I have compiled with style DETAILED and loaded the application i
Firefox, and firebug reports an error in this code:

       function maybeStartModule() {
               if (scriptsDone && loadDone) {
                       var iframe = $doc.getElementById($intern_1);
                       var frameWnd = iframe.contentWindow;
                       if (isHostedMode()) {
                               frameWnd.__gwt_getProperty = function(name) {
                                       return computePropValue(name);
                               };
                       }
                       groupapp = null;
-->>>>                  frameWnd.gwtOnLoad(onLoadErrorFunc, $intern_1, base);
                       $stats && $stats( {
                               moduleName :$intern_1,
                               subSystem :$intern_2,
                               evtGroup :$intern_6,
                               millis :(new Date()).getTime(),
                               type :$intern_7
                       });
               }
       }

with they message "frameWnd is undefined". I stops marked by ">>>>"

I guess that this is an entry point and the error does not say much,
and I am not an expert on javascript.
I there anyway to get more information on whats is going on?

I have tryed to debug my application but the error happens before
entry point is reached.

Any suggestions?

regards
Søren


--
Søren Brønsted
Kirkebjergvej 2
4623 Lille Skensved
+45 30 64 63 50
www.bronsted.dk

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to