On Wed, Jul 2, 2008 at 4:06 PM, johnf <[EMAIL PROTECTED]> wrote:
> On Wednesday 02 July 2008 02:59:24 pm Nate Lowrie wrote:
>> Just set the labels Width property
>
> I thought that was a no-no when using sizers.  I did use the "width" for my
> date control (it kept cutting off the right hand side).   But normally I just
> let layout take care of the problem.

You can set the width and height properties of any object you want.
You are resizing the object and the sizer will adjust to the resize.
The no-no's when using sizers are the Top and Left properties, which
specify the xy placement on the Form.

>
> BTW adding spaces to the text string worked.

Yes, it will, but it is not the Pythonic solution and A bit of a hack.

Nate L.


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]

Reply via email to