RE: Python and wxpython control placement
- From: "Juan Hernandez" <jh_ml@xxxxxxxxxxxx>
- To: <programmingblind@xxxxxxxxxxxxx>
- Date: Tue, 11 Dec 2007 10:11:22 -0800
Who wrote this program? I wonder if it could be modified to give the pyxle
x,y address of a control's upper left corner, and also, pyxle measurements
of a control.
Thanks.
-----Original Message-----
From: programmingblind-bounce@xxxxxxxxxxxxx
[mailto:programmingblind-bounce@xxxxxxxxxxxxx] On Behalf Of Jamal Mazrui
Sent: Monday, December 10, 2007 12:52 PM
To: programmingblind@xxxxxxxxxxxxx
Subject: Re: Python and wxpython control placement
Use sizers as much as possible to take care of spacing and alignment.
Also, the WinDig utility
http://www.EmpowermentZone.com/wdsetup.exe
may help. It reports on all controls in a window -- though percentages of
the screen are used rather than absolute pixel addresses.
Jamal
On Mon, 10 Dec 2007, Juan
Hernandez wrote:
> Date: Mon, 10 Dec 2007 09:07:00 -0800
> From: Juan Hernandez <jh_ml@xxxxxxxxxxxx>
> Reply-To: programmingblind@xxxxxxxxxxxxx
> To: programmingblind@xxxxxxxxxxxxx
> Subject: Python and wxpython control placement
>
> Hi there,
>
> I am using python with wxpython... What is the best way for me to
> check my control placement? Ie: making sure my buttons are in the
> same row, with proper spacing between them?
>
> Thanks...
>
>
>
>
> __________
> View the list's information and change your settings at
> http://www.freelists.org/list/programmingblind
>
__________
View the list's information and change your settings at
http://www.freelists.org/list/programmingblind
__________
View the list's information and change your settings at
http://www.freelists.org/list/programmingblind
- References:
- Re: Python and wxpython control placement
- From: Jamal Mazrui
Other related posts:
- » Python and wxpython control placement
- » Re: Python and wxpython control placement
- » RE: Python and wxpython control placement
- Re: Python and wxpython control placement
- From: Jamal Mazrui