[wxPython-users] how to get the screen size for an application
krishnakant Mane
researchbase at gmail.com
Wed Jan 3 21:57:11 PST 2007
ok here is my doubt.
it is a complex situation where I feel that no layout (box, grid etc) can work.
I am creating a frame where there are 8 entry fields which are static
text and TextCtrl pares. and there are 6 buttons at the bottom of the
screen for new entry, update, save etc. now what I am doing is that
having the entry fields in 2 columns which makes it 4 rows.
and at the bottom of the screen I will leave some space above the
status bar and put buttons one next to other in a streight line
leaving some space at the left and right of the frame and keeping
proper distance between the buttons.
in the columns above i will have the static text followed by the
textbox and then some gap and again a static text and the text box for
entry so the individual lables and text boxes are grouped and there is
space before the other pare comes.
in the same way all the 4 rows are aranged.
which layout can achieve this and how?
I can see advantages in using a layout but find it very very complex
indeed to use them.
kindly explain this so that I can try out different combinations once
I get this situation right.
Krishnakant.
More information about the wxpython-users
mailing list