Re: Hyperlink in FlowPanel

2009-07-18 Thread Ashley Wong

Thank you. Would you like to tell me what is the different between
InlineHyperlink and Hyperlink?

On 7月18日, 下午11時17分, Thomas Broyer t.bro...@gmail.com wrote:
 On 17 juil, 19:49, Ashley Wong ashleywong1...@gmail.com wrote:

  Refering to the GWT showcase, the checkbox is lined up naturally
  (http://gwt.google.com/samples/Showcase/Showcase.html#CwFlowPanel).
  But I cannot make the Hyperlink flow naturally. Each hyperlink is
  placed on the other line.

  Code:
              FlowPanel panel = new FlowPanel();
              panel.add(new Hyperlink(A, ));
              panel.add(new Hyperlink(B, ));
              panel.add(new Hyperlink(C, ));
              panel.add(new Hyperlink(D, ));
              RootPanel.get(canvas).add(panel);

  Can anyone help? Thank you.

 Use an InlineHyperlink 
 instead:http://google-web-toolkit.googlecode.com/svn/javadoc/1.6/com/google/g...
--~--~-~--~~~---~--~~
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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Hyperlink in FlowPanel

2009-07-17 Thread Ashley Wong

Refering to the GWT showcase, the checkbox is lined up naturally
(http://gwt.google.com/samples/Showcase/Showcase.html#CwFlowPanel).
But I cannot make the Hyperlink flow naturally. Each hyperlink is
placed on the other line.

Code:
FlowPanel panel = new FlowPanel();
panel.add(new Hyperlink(A, ));
panel.add(new Hyperlink(B, ));
panel.add(new Hyperlink(C, ));
panel.add(new Hyperlink(D, ));
RootPanel.get(canvas).add(panel);

Can anyone help? Thank you.

--~--~-~--~~~---~--~~
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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---