Re: Absolute positioning
M A <[email protected]>
| Newsgroups | gmane.comp.python.wxglade |
|---|---|
| Message-ID | <[email protected]> |
> On Nov 17, 2018, at 6:45 AM, Igor Korot <[email protected]> wrote: > > Hi, > On Sat, Nov 17, 2018 at 5:29 PM M A <[email protected]> wrote: >> >> Hi, I'm new to wxWidgets and wxGlade. I come from a Tkinter/PAGE and PyObjc/Interface Builder background. I was wondering if it was possible to use absolute positioning in wxGlade? If it currently isn't possible, would patches to wxGlade that implement absolute positioning be accepted? > > In the GUI programming absolute positioning of the controls is > possible but is not good design. > Every platform has different defalts (fonts as one example). > > On top of that - what would happen if the user of the program changes > the resolution or the program that was > devbeloped in England would be run in Germany or Russia where the > length of the words are different. > > wxWidgets uses sizers concept. > There are a lot of tutorials/documentation about them - just search wx > forum/documentation/Wiki. > > Thank you. Its just that absolute positioning is way easier to use to make an interface than using sizers. Absolute positioning is perfect for creating mockups of possible designs. Absolute positioning is also great for windows that are not meant to be resized. It is possible someone may be making an interface for multiple operating systems. But is also possible someone may just need to support one operating system. I am thinking about implementing absolute positioning in wxGlade. Before I start this project would the maintainers be open to giving the user this option of absolute positioning of controls? It would give the user more power over how they want to create their interfaces. I feel this would be a benefit to many.