Ed Leafe wrote:
> you're seeing LayoutPanels. You should comment line #553:
>
> 542 elif clsname == "LayoutPanel":
> 543 if isinstance(szInfo, basestring):
> 544 szInfo = eval(szInfo)
> 545 defSizerInfo = {"Expand": True, "Proportion":
> 1}
> 546 defSizerInfo.update(szInfo)
> 547 szInfo = defSizerInfo
> 548 if self.CreateDesignerControls:
> 549 superName = "getControlClass(%s.%s)" %
> (modpath, "dPanel")
> 550 else:
> 551 superName = "%s.%s" % (modpath,
> "dPanel")
> 552 attPropString = ", attProperties=%s" % cleanAtts
> 553 # self.classText += LINESEP +
> self._createControlText % locals()
>
> If that works (it should) try any of your other designs. My guess is
> that grid sizers will be OK, but 1D sizers will not look the same.
>
>
>
> -- Ed Leafe
>
>
Under GTK problem solved for GridSizer. So far haven't noticed anything
odd on the 1D sizers, but haven't checked very many yet.
-- Fraser Burns
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/[email protected]