Re: wxPython: Should you use a master sizer object?

2006-06-11 Thread Morpheus
IIRC the wx dox contain stuff about sizers too. It's definitly worth to get into this stuff. Once you are used to sizers, you don't want to miss them anymore. HTH Morpheus "John Salerno" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Steve Holden wrote: > > > There doesn't seem to

Re: wxPython: Should you use a master sizer object?

2006-06-10 Thread John Salerno
Steve Holden wrote: > There doesn't seem to be any really usable material to help beginners. A > recursive design approach seems best, breaking down each grouping, but I > have sometimes found it difficult to adapt a design to changes. > > Although I'm a big fan of open source I must confess th

Re: wxPython: Should you use a master sizer object?

2006-06-10 Thread Steve Holden
John Salerno wrote: > Steve Holden wrote: > >>John Salerno wrote: >> >>>Sorry for posting here again. I tried the wxPython list but I'm not sure >>>I'm sending to the right email address! It bounced back. Besides, your >>>opinions are too good to pass up. ;) >>> >>>My question was: >>> >>>I was

Re: wxPython: Should you use a master sizer object?

2006-06-10 Thread John Salerno
Steve Holden wrote: > John Salerno wrote: >> Sorry for posting here again. I tried the wxPython list but I'm not sure >> I'm sending to the right email address! It bounced back. Besides, your >> opinions are too good to pass up. ;) >> >> My question was: >> >> I was wondering, is it recommended t

Re: wxPython: Should you use a master sizer object?

2006-06-10 Thread Steve Holden
John Salerno wrote: > Sorry for posting here again. I tried the wxPython list but I'm not sure > I'm sending to the right email address! It bounced back. Besides, your > opinions are too good to pass up. ;) > > My question was: > > I was wondering, is it recommended to always have a top-level s

wxPython: Should you use a master sizer object?

2006-06-09 Thread John Salerno
Sorry for posting here again. I tried the wxPython list but I'm not sure I'm sending to the right email address! It bounced back. Besides, your opinions are too good to pass up. ;) My question was: I was wondering, is it recommended to always have a top-level sizer in which you place all other