That didn't help.. the textbox just got a little bigger.. :( 

On Wednesday, February 20, 2013 12:40:41 PM UTC-8, Stevko wrote:
>
> Try adding a style name to your textboxes and set the padding there.
>
> *height.addStyleName*("paddedTextbox")
>
>
> in your style resource
> .paddedTextBox {
>       padding: 3px 3px 3px 3px;
> }
>
>
> On Wed, Feb 20, 2013 at 12:14 PM, Kristian Lind <[email protected]<javascript:>
> > wrote:
>
>> 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 
>> <[email protected]<javascript:>
>> > 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 
>>> <[email protected]<javascript:>
>>> > 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 
>>>> <[email protected]<javascript:>
>>>> > wrote:
>>>>
>>>>> padding the style?
>>>>>
>>>>>
>>>>> On Wed, Feb 20, 2013 at 10:44 AM, Kris <[email protected] <javascript:>
>>>>> > 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 
>>>>>> [email protected]<javascript:>
>>>>>> .
>>>>>> To post to this group, send email to 
>>>>>> [email protected]<javascript:>
>>>>>> .
>>>>>> 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 [email protected]<javascript:>
>>>>> .
>>>>> To post to this group, send email to 
>>>>> [email protected]<javascript:>
>>>>> .
>>>>> 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 [email protected]<javascript:>
>>>> .
>>>> To post to this group, send email to 
>>>> [email protected]<javascript:>
>>>> .
>>>> 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 [email protected]<javascript:>
>>> .
>>> To post to this group, send email to 
>>> [email protected]<javascript:>
>>> .
>>> 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 [email protected] <javascript:>.
>> To post to this group, send email to 
>> [email protected]<javascript:>
>> .
>> 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 [email protected].
To post to this group, send email to [email protected].
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.


Reply via email to