[wxpython-users] Grid layouting problem
by Prashant Saxena other posts by this author
May 10 2008 2:58AM messages near this date
RE: [wxpython-users] A newbie question about wx.PaintEvent
|
Re: [wxpython-users] Grid layouting problem
Hi,
I am trying to create a panel for 7 data types. Some how I am not able to align them properl
y. There are few issues here.
1. No matter the order of data types, the label has to be right aligned
2. Color, Float and Bool are working fine because they are controlled by one sizer. It's sam
e for 'string' and 'option' type.
3. 'File' and 'Point' are not able to aligned properly.
Actually I am not able to figure out to pass relation ship between sizers.
I need a flexible approach where this UI will be created by using a XML file and number and
types of parameters vary from file to file.
Best regards
____________________________________________________________________________________
Be a better friend, newshound, and
know-it-all with Yahoo! Mobile. Try it now. http://mobile.yahoo.com/;_ylt=Ahu06i62sR8HDtDy
pao8Wcj9tAcJ
Thread:
Prashant Saxena
Robin Dunn
|