From: Kevin A. <al...@se...> - 2001-09-14 17:59:30
|
I've started to look at doing alternative layouts using sizers of some of the existing samples. Initially, these will be done in the openBackground handler just like I did for the hopalong and doodle samples. My guess is that most will require the use of the wxFlexGridSizer class rather than a simple nesting of wxBoxSizers, but this is new territory for me, so I could be wrong. Regardless, I need to build up a number of sample sizer layouts that I can compare to the fixed point layouts before I can generalize some wrappers. Most of the samples do not need the window size to grow, they simply must handle the initial layout correctly regardless of the default font and widget sizes. This is particularly important for Linux where the existing fixed-size layouts do not work very well. I would appreciate any layouts that you can submit. It might also be useful to see some of the layouts, such as the proof sample done as an HTML table. See Neil's .hta files in the PythonCardPrototype directory if you need to know the corresponding form widgets in HTML. Thanks, ka |