Correct, I just see the HTML content with any and all GWT widgets
missing.

I was successful in viewing the default app that comes from the new
app wizard within Hosted Mode browser.
In debug mode I do not reach a breakpoint I set on the very first line
within the module's onModuleLoad() method.

I cleared the error log and ran the web app again and nothing appeared
in the error log.

When I first converted my app to the 1.6 file layout (by creating a
new 1.6 app from wizard and moving my files from previous project into
the new one) the app failed on a static call to a private static
native void method where I call an external javascript method. After
converting all my Listeners to Handlers in my app, this problem went
away magically. Regardless of whether or not I comment out the call to
that method, I get no errors, but it is also impossible to reach that
code because I don't even get inside the onModuleLoad(). Did I break
something when converting my Listeners to Handlers?

On Jul 13, 3:15 pm, Jason Parekh <[email protected]> wrote:
> Hi Sky,
> What exactly do you see in the hosted mode browser?  Just the HTML content
> (with GWT widgets missing)?
>
> I'd suggest a couple things to reduce where we search for the problem:
> - Can you try creating a new GWT app from the wizard and see if it loads in
> the hosted mode browser?  Can you try a breakpoint in this module's
> onModuleLoad?
> - Can you look at the error log (Ctrl-3, then type error log).  See any
> errors there that may pertain to the problem?
>
> jason
>
>
>
> On Mon, Jul 13, 2009 at 3:58 PM, Sky <[email protected]> wrote:
>
> > Bump.
>
> > I really need help with this, because my app was fine in GWT 1.5 but
> > with 1.6 I no longer can test functionality on the fly, nor can I
> > debug. I am at a complete standstill for development.
>
> > And there are absolutely no indications of what my problem could be so
> > I don't even know where to start looking. It would help if anyone can
> > even suggest more info I can try to get to help you help me.
>
> > Many thanks!
>
> > On Jul 13, 1:17 am, Sky <[email protected]> wrote:
> > > After converting my GWT app from version 1.5 to 1.6, it does not work
> > > in Hosted Mode but after compiling it, it works 100% fine in any
> > > browser.
>
> > > I don't get any errors, it simply does not appear to build any widgets
> > > or anything. I put a break point on the first line inside the only
> > > Entry Point Module's onModuleLoad() method and ran it in Hosted Mode
> > > in debug mode (from Eclipse) and the code never reached that line.
>
> > > Where can I start looking for what the problem is? What other info can
> > > I give you so you can help me?
>
> > > Thanks!
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to