On Jan 10, 2006, at 10:38 PM, kc wrote:

Trying to open a saved form that has a Spacer on it will cause the following error in both Windows and GTK enviroments. I am able to fix this though by changing the line (approximate line #1250)
  newSizer = LayoutSpacerPanel(obj, Spacing=(spc, spc))
to
  newSizer = LayoutSpacerPanel(obj, Spacing=(spc))

Yes, that was the problem area, although the fix wouldn't work with spacers added from the Designer. I've posted a fix that should work for both cases.

    Thanks again for the report!

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users

Reply via email to