Thanks for the quick reply.  Without getting into any details, I am trying to 
not use mgwt.   But, with that said, I did check out the source which was 
helpful.  I think I am going to use a TabBar and DeckPanel combination since 
the native GWT TabPanel does not seem to support positioning the TabBar.

On Sep 29, 2013, at 10:12 AM, Paul <[email protected]> wrote:

> take a look at how mgwt does it in it's showcase app 
> http://mobilegwt.appspot.com/showcase/
> 
> It will a combination of using the css3 flex box model and such to achieve 
> the desired layout
> 
> On Friday, September 27, 2013 8:52:25 PM UTC+1, Paul Mazzuca wrote:
> Many mobile applications have "Tabs" or buttons on the bottom of the View to 
> move from different areas of the application.  Can this be emulated in pure 
> GWT, and if so how would you recommend it?  My initial thought was to use a 
> DockLayoutPanel with the "south" region containing a grid of buttons.  This 
> kinda works, however I then began to think that what I really want is a 
> TabLayoutPanel with the tabs on the bottom, stretched to the width.  Is this 
> even possible in GWT?  After a cursory effort, I am unable to position the 
> tabs on the bottom of the view relative to the tab page, and I am unable to 
> modify the width of the tabs relative to the view.   I tried playing with the 
> gwt-TabLayoutPanel css with no luck.   My other thought is that I need to go 
> lower and use the TabBar and figure out the tab container separately, however 
> I would rather just use the TabLayoutPanel.  Any suggestions would be much 
> appreciated.
> 
> -- 
> You received this message because you are subscribed to a topic in the Google 
> Groups "Google Web Toolkit" group.
> To unsubscribe from this topic, visit 
> https://groups.google.com/d/topic/google-web-toolkit/Q_PnuA7UMr4/unsubscribe.
> To unsubscribe from this group and all its topics, send an email to 
> [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/google-web-toolkit.
> For more options, visit https://groups.google.com/groups/opt_out.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to