Hi!

I had the same problem and I fix it by changing this line in my
"public void onModuleLoad()" method:

   RootLayoutPanel.get().add(myDockLayout);

for the following lines:

   RootLayoutPanel.get().add(myDockLayout);
   RootPanel.get().add(RootLayoutPanel.get());

My previous line work like a charm in DEV mode, but I doesn't work
once compiled...

After this change, it works it both ways!

Hope this helps...

On Dec 18 2009, 6:36 am, Haydar <haydarim...@gmail.com> wrote:
> Thanks, it really helped me...
>
> On 18 Aralık, 12:13, Thomas Matthijs <thomas.matth...@gmail.com>
> wrote:
>
> > > However after I login and the location of the window changes, I see
> > > nothing but an error-boxon the screen: "Gwt module 'secondApp' may
> > > need to be (re)compiled".
>
> > This error usually means that you are missing the ?gwt.codesrv= (sp?)
> > parameter, probably gets lost in your redirect to the page
-- 
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-tool...@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