I want to make a mobile web Application UI where

 The application will have a "main" screen(which occupies all screen area) a 
stack of--> TextArea and Two Buttons.Clicking on the first buttons should 
give me a popup where I mark some tags about the text and after I am done 
click the second button to send my data to server.

For now designing the welcome screen I am thinking of something like -->

<g:DockLayoutPanel>

<g:center>

<g:VerticalPanel width='100%'>

<g:TextArea ui:field='textarea' /> 

<g:Button ui:field='markbutton'/>

<g:Button ui:field='chirpbutton'/> 

</g:VerticalPanel> 

</g:center>

</g:DockLayoutPanel>

Nothing is visible on the Browser, I am not veryn good at UiBinder! How can 
I tweak this to get my UI?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/gVYakbXGMrkJ.
To post to this group, send email to google-web-toolkit@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