Hi DevUnion,

Please specify if nothing happening at all or alternatively things
happening but not as you expect.

Best to post your onModuleLoad() code that demonstrates your problem
-  much easier to diagnose.

regards
gregor

On Nov 5, 11:06 am, DevUnion <[EMAIL PROTECTED]> wrote:
> Hello All,
>
> I've started GWT studying few days ago. And I have a lot of questions.
> For example, I need to create next layout:
>
> +------------------------------------------------------------------------------------------------------------------------
> +
> |  Logo Image Here  |                               Empty
> space                                |  Help |
> +------------------------------------------------------------------------------------------------------------------------
> +
>
> I've tried next approach:
>
>         DockPanel header = new DockPanel();
>         header.add(clientImageBundle.firstmileLogo().createImage(),
> DockPanel.WEST);
>         header.add(helpLink, DockPanel.EAST);
>
> But it doesn't work.
>
> Can anyone 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 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to