On 12/20/06, Carl Karsten <[EMAIL PROTECTED]> wrote: > Paul McNett wrote: > > Carl Karsten wrote: > >> Ok, I did "it" - I think. > > > > Sure sounds to me like you did it. Congrats! Now, can you come up with a > > generic way to automate the creation of the cdxml, perhaps by harnessing > > parts of the QuickLayoutWizard? > > > > I think I have only proved that it can be done... but something isn't right > and > I am sure it is related to > > Dabo Error Log: ... Nested sizer missing its ControllingSizer > > When I did it for my real app, here is the result: > http://dev.personnelware.com/carl/temp/Dec19/a/EventProducts2.png > > should have looked like this: > http://dev.personnelware.com/carl/temp/Dec19/a/EventProducts1.png
Um, yeah. That is definitely a where something didn't get put into a sizer properly. Make sure that you instansiate all self.Sizer properties for panels and forms. It looks like you aren't appending the sizers to main panel sizer properly or you didn't append the panel to the main form sizer. > > When I resize it, I can see other parts of it overlapping. my guess is I am > not > doing the top outer sizer right. > > Carl > > _______________________________________________ > Post Messages to: [email protected] > Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev > _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
