Re: Absolute positioning
Dietmar Schwertberger <[email protected]>
| Newsgroups | gmane.comp.python.wxglade |
|---|---|
| Message-ID | <[email protected]> |
On 18.11.2018 00:53, M A wrote: > 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 have used absolute positioning before (with Visual BASIC) and I can not confirm that it's easier to use. Also, the results usually don't look very good. For mock-ups there are design programs, but I would recommend to start right away in wxGlade. It's easy enough to re-arrange things with sizers. You can drag or cut/paste complete parts of the structure. The tutorial should get you started on using sizers. Also, at the moment the data structures could not easily be adapted. Regards, Dietmar