Ed Leafe wrote:
> On Dec 4, 2010, at 8:37 PM, Fraser Burns wrote:
>
>
>> This is what I see.
>>
>> http://www.safemasters.co.nz/Goddards/tmp/Screenshot-Move%20Files%20Without%20Overwriting.png
>>
>
> OK, it seems to be a GTK thing; I see the same under Debian.
>
> Can you try something for me? Comment out line 533 in
> dabo/lib/DesignerClassConverter.py, and try running that form - the panels
> should not be there anymore. If that works, can you try any other cdxml forms
> you have to see if removing that line changes their appearance?
>
> -- Ed Leafe
>
Please clarify your meaning as to which line:
Starting line 532:
elif clsname == "LayoutSpacerPanel":
if self.CreateDesignerControls:
spcObjDef =
"currSizer.append(LayoutSpacerPanel(currParent, Spacing=%(spc)s))"
else:
spcObjDef = "currSizer.appendSpacer(%(spc)s)"
# Insert a spacer
spc = atts.get("Spacing", "10")
spcObjDef = spcObjDef % locals()
self.classText += LINESEP + self._spcText % locals()
This makes line 533 an IF statement. So obviously I can't comment that
only. The variations I tried around that didn't have any effect so am I
showing different line numbers or ...
-- 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]