I am just starting into PyGUI and desktop programming, I normally work with python web applications. I am trying to figure out how to layout the application and what objects to use. Basically, I need a window with a "strip" on top for some buttons and other controls, a "content area", and then a footer "strip" with more controls. The content area will have three columns and an indeterminate number of rows, each row having a label, two text boxes, with a button in between the text boxes. The content area will also need to refresh every time I load a new data object so that the text fields are updated with the object's data.

I know how to add the Labels, TextFields, Buttons etc. But I am not sure what containers to use for my header/footer and content areas. Can someone give me an idea of how best to layout something like this?

Thanks.

--
--------------------------------------
Randy Syring
Intelicom
Direct: 502-276-0459
Office: 502-212-9913

For the wages of sin is death, but the
free gift of God is eternal life in
Christ Jesus our Lord (Rom 6:23)

_______________________________________________
Pygui mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pygui

Reply via email to