Re: Space between widgets in FlowPanel ?

2013-02-20 Thread Kristian Lind
And how.. I tried diff ways, nothing works.. do you have an example


On Wed, Feb 20, 2013 at 11:03 AM, Andy Stevko andy.ste...@gmail.com wrote:

 padding the style?


 On Wed, Feb 20, 2013 at 10:44 AM, Kris kli...@gmail.com wrote:

 Hi, How can I get spaces between widgets in FlowPanel ? I have google a
 while now, but couldn't find any solution, and can see a lot of other
 people have the same problem.
 I have a FlowPanel with text boxes.. and all are right on top of each
 other.

  --
 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 google-web-toolkit+unsubscr...@googlegroups.com.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 Visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.
 For more options, visit https://groups.google.com/groups/opt_out.






 --
 -- A. Stevko
 ===
 If everything seems under control, you're just not going fast enough.
 M. Andretti




  --
 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 google-web-toolkit+unsubscr...@googlegroups.com.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 Visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.
 For more options, visit https://groups.google.com/groups/opt_out.






-- 
Best regards

Kristian Lind

-- 
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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: Space between widgets in FlowPanel ?

2013-02-20 Thread Kristian Lind
Here is a part of my code...

FlowPanel txtBoxes = new FlowPanel();
txtBoxes.setWidth(100px);

final TextBox name = new TextBox();
name.setVisibleLength(30);
txtBoxes.add(name);
name.setSize(200px, 10px);
final TextBox media = new TextBox();
media.setVisibleLength(30);
txtBoxes.add(media);
media.setSize(200px, 10px);

final TextBox height = new TextBox();
height.setDirectionEstimator(false);
height.setVisibleLength(30);
txtBoxes.add(height);
height.setSize(200px, 10px);

final TextBox width = new TextBox();
width.setVisibleLength(30);
txtBoxes.add(width);
width.setSize(200px, 10px);

On Wed, Feb 20, 2013 at 12:09 PM, Andy Stevko andy.ste...@gmail.com wrote:

 Do you have a uibinder fragment that shows the widgets you are using?



 On Wed, Feb 20, 2013 at 11:05 AM, Kristian Lind kli...@gmail.com wrote:

 And how.. I tried diff ways, nothing works.. do you have an example


 On Wed, Feb 20, 2013 at 11:03 AM, Andy Stevko andy.ste...@gmail.comwrote:

 padding the style?


 On Wed, Feb 20, 2013 at 10:44 AM, Kris kli...@gmail.com wrote:

 Hi, How can I get spaces between widgets in FlowPanel ? I have google a
 while now, but couldn't find any solution, and can see a lot of other
 people have the same problem.
 I have a FlowPanel with text boxes.. and all are right on top of each
 other.

  --
 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 google-web-toolkit+unsubscr...@googlegroups.com.
 To post to this group, send email to
 google-web-toolkit@googlegroups.com.
 Visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.
 For more options, visit https://groups.google.com/groups/opt_out.






 --
 -- A. Stevko
 ===
 If everything seems under control, you're just not going fast enough.
 M. Andretti




  --
 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 google-web-toolkit+unsubscr...@googlegroups.com.
 To post to this group, send email to google-web-toolkit@googlegroups.com
 .
 Visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.
 For more options, visit https://groups.google.com/groups/opt_out.






 --
 Best regards

 Kristian Lind

 --
 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 google-web-toolkit+unsubscr...@googlegroups.com.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 Visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.
 For more options, visit https://groups.google.com/groups/opt_out.






 --
 -- A. Stevko
 ===
 If everything seems under control, you're just not going fast enough.
 M. Andretti




  --
 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 google-web-toolkit+unsubscr...@googlegroups.com.
 To post to this group, send email to google-web-toolkit@googlegroups.com.
 Visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.
 For more options, visit https://groups.google.com/groups/opt_out.






-- 
Best regards

Kristian Lind

-- 
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 google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




GWT performance

2009-09-02 Thread kristian

Hello All, i am a newbie that want to try to build a web application
using GWT, but i heard from some of my colleague that GWT has some
issue with its performance (reliability, load slowly). So, is there
anyone can enlighten 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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~--~~~~--~~--~--~---



Re: GWT performance

2009-09-02 Thread kristian

Dear All,

Thanks for the explanation. Now i have no more doubt to start using
GWT.

On Sep 2, 5:27 pm, Chris Lowe chris.lowe...@gmail.com wrote:
 Kristian,

 Do GMail or the GWT showcase application work well enough for you in
 your intended browser?  If so, then in all likelihood your GWT
 application will perform adequately.

 I'm not aware of any reliability issues as such. The only thing that
 springs to mind is that GWT compiles for specific browsers that it
 knows about at compile time.  Like many other web application
 technologies, if a new browser comes out then they can break
 compatibility. Recent examples of this are with IE8 and FF 3.5,
 however Google have always endeavoured to roll out compiler updates to
 rectify these issues.

 Loading times can be a problem and it boils down to a couple of
 things: 1. I believe IE's JavaScript parser gets disproportionately
 slower the larger your GWT application is (other browsers do not
 suffer with this); 2. a compressed GWT application can still be fairly
 large, say 150k to 200k, which can be an issue if your target audience
 are all on dial up connections.  Remember though that this download is
 a one-off and the browser will cache that version of the app forever
 so all subsequent app launches are significantly quicker.  Also, GWT
 2.0 has a number of things in the pipeline to address these issues
 (like code splitting).

 Cheers,

 Chris.

 On Sep 2, 5:32 am, kristian kristian.wij...@gmail.com wrote:

  Hello All, i am a newbie that want to try to build a web application
  using GWT, but i heard from some of my colleague that GWT has some
  issue with its performance (reliability, load slowly). So, is there
  anyone can enlighten 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 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en
-~--~~~~--~~--~--~---