checkout that your html have this doctype: <!DOCTYPE html>

2010/8/7 Atilla İlhan KARTAL <ad...@atillailhankartal.com.tr>

>                  Hello ;
>
>
>
>                                This my first question. J  and sorry for my
> english. I am new on GWT. I cant run GWT on Internet Explorer 8. How to GWT
> run Cross-Browser. My codes run on FF and Chrome.
>
>
>
>                 public void onModuleLoad() {
>
>         DockLayoutPanel p = new DockLayoutPanel(Unit.EM);
>
>         p.addNorth(new HTML("north"), 2);
>
>         p.addSouth(new HTML("south"), 2);
>
>         p.addEast(new HTML("east"), 2);
>
>         p.addWest(new HTML("west"), 2);
>
>         p.add(new HTML("center"));
>
>
>
>         // Attach the LayoutPanel to the RootLayoutPanel. The latter will
> listen for
>
>         // resize events on the window to ensure that its children are
> informed of
>
>         // possible size changes.
>
>         RootLayoutPanel rp = RootLayoutPanel.get();
>
>         rp.add(p);
>
>     }
>
>
>
>                 Best Regards.
>
>
>
> Atilla İlhan KARTAL
>
> Web Application & Software Architect
>
> Turkey Republic
>
> --
> 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<google-web-toolkit%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-web-toolkit?hl=en.
>

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