This .cdxml form is a Save of something about halfway finsihed. When I try to Open it I do not get my design back and I get the traceback that follows.

FWIW. Immediately before this happened I had saved my design and tried to find a way to change an existing horizontal sizer to add a caption box around it. I could not figure out how to do this but in the process of messing with the ui I finished up with a blank design window. I closed the design window with the intention of re-opening it to see if that would bring it back to life but then could not find a way to re-open the design window (???). I shut down everything and closed my cmd box before starting everything over again and trying to open my saved .cdxml file.

Don.

--------------------------------------
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<dForm Caption="dPanel" Top="385" Height="543" Width="546" designerClass="DesForm" Left="693">
        <dSizer SlotCount="1" designerClass="LayoutSizer" 
Orientation="Vertical">
<dPanel sizerInfo="{'BorderSides': ['All'], 'Proportion': 1, 'Halign': 'Left', 'Valign': 'Top', 'Border': 0, 'Expand': True}" designerClass="controlMix">
                        <dSizer SlotCount="5" designerClass="LayoutSizer" 
Orientation="Vertical">
<dBorderSizer SlotCount="2" Caption="Message Folder" sizerInfo="{'BorderSides': ['All'], 'Proportion': 0, 'Halign': 'Left', 'Valign': 'Top', 'Border': 0, 'Expand': True}" designerClass="LayoutBorderSizer"> <dTextBox RegID="dTextBoxMessageFolder" sizerInfo="{'BorderSides': ['All'], 'Proportion': 1, 'Halign': 'Left', 'Valign': 'Top', 'Border': 5, 'Expand': True}" designerClass="controlMix" Name="dTextBoxMessageFolder" ToolTipText="Folder that contains the Yahoo! messages to be processed."></dTextBox> <dButton sizerInfo="{'BorderSides': ['All'], 'Proportion': 0, 'Halign': 'Left', 'Valign': 'Top', 'Border': 5, 'Expand': False}" Name="dButtonMessageFolder" Caption="Browse" designerClass="controlMix" RegID="dButtonMessageFolder" ToolTipText="Browse for the Message Folder"></dButton>
                                </dBorderSizer>
<dBorderSizer SlotCount="2" Caption="Mbox File" sizerInfo="{'BorderSides': ['All'], 'Proportion': 0, 'Halign': 'Left', 'Valign': 'Top', 'Border': 0, 'Expand': True}" designerClass="LayoutBorderSizer"> <dTextBox RegID="dTextBoxMboxFile" sizerInfo="{'BorderSides': ['All'], 'Proportion': 1, 'Halign': 'Left', 'Valign': 'Top', 'Border': 5, 'Expand': True}" designerClass="controlMix" Name="dTextBoxMboxFile" ToolTipText="Mbox file that will be created."></dTextBox> <dButton sizerInfo="{'BorderSides': ['All'], 'Proportion': 0, 'Halign': 'Left', 'Valign': 'Top', 'Border': 5, 'Expand': True}" Name="dButtonMboxFile" Caption="Browse" designerClass="controlMix" RegID="dButtonMboxFile" ToolTipText="Browse for mbox output file."></dButton>
                                </dBorderSizer>
<dButton Caption="Start" sizerInfo="{'BorderSides': ['All'], 'Proportion': 0, 'Halign': 'Right', 'Valign': 'Top', 'Border': 5, 'Expand': False}" designerClass="controlMix" Name="dButton2" ToolTipText="Press 'Start' to process the messages."></dButton> <dTextBox sizerInfo="{'BorderSides': ['All'], 'Proportion': 1, 'Halign': 'Left', 'Valign': 'Top', 'Border': 0, 'Expand': True}" designerClass="controlMix"></dTextBox> <dButton Caption="Button" sizerInfo="{'BorderSides': ['All'], 'Proportion': 0, 'Halign': 'Left', 'Valign': 'Top', 'Border': 0, 'Expand': True}" designerClass="controlMix" Name="dButton3"></dButton>
                        </dSizer>
                </dPanel>
        </dSizer>
</dForm>
--------------------------------------
Dabo Info Log: Tue Jan 17 11:00:39 2006: 1 database connection definition(s) loa
ded.
Dabo Info Log: Tue Jan 17 11:00:39 2006: User interface already set to 'wx', so
dApp didn't  touch it.
Dabo Info Log: Tue Jan 17 11:00:39 2006: wxPython Version: 2.6.1.0 wxMSW (ascii)

Traceback (most recent call last):
File "C:\PYTHON24\Lib\site-packages\Dabo-0.5-py2.4.egg\dabo\lib\eventMixin.py"
, line 87, in raiseEvent
    bindingFunction(event)
  File "D:\DaboSVN\daboide\Designer.py", line 615, in onOpenDesign
    self.openClass(ff)
  File "D:\DaboSVN\daboide\Designer.py", line 240, in openClass
    self.recreateChildren(frm, clsd["children"], None, False)
  File "D:\DaboSVN\daboide\Designer.py", line 307, in recreateChildren
    self.recreateChildren(parent, [kid], sz, True)
  File "D:\DaboSVN\daboide\Designer.py", line 395, in recreateChildren
    self.recreateChildren(obj, kids, None, False)
  File "D:\DaboSVN\daboide\Designer.py", line 307, in recreateChildren
    self.recreateChildren(parent, [kid], sz, True)
  File "D:\DaboSVN\daboide\Designer.py", line 359, in recreateChildren
    skipUpdate=True, attProperties=atts)
  File "D:\DaboSVN\daboide\Designer.py", line 943, in addNewControl
    obj = mixedClass(parent, properties=props, attProperties=attProperties)
  File "D:\DaboSVN\daboide\Designer.py", line 991, in __init__
    apply(base.__init__,(self,) + args, kwargs)
File "C:\PYTHON24\Lib\site-packages\Dabo-0.5-py2.4.egg\dabo\ui\uiwx\dButton.py
", line 28, in __init__
    cm.dControlMixin.__init__(self, preClass, parent, properties,
File "C:\PYTHON24\Lib\site-packages\Dabo-0.5-py2.4.egg\dabo\ui\uiwx\dPemMixin.
py", line 84, in __init__
raise ValueError, "Could not set property '%s' to value: %s" % (prop, val) ValueError: Could not set property 'ToolTipText' to value: Press 'Start' to proc
ess the messages.
---------------------------------------


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

Reply via email to