Hi Ed,

It's been a while since I've tried the Designer. I loaded it up, chose "Button" from the Controls menu, then clicked on the form, and got this:

Traceback (most recent call last):
  File "/home/pmcnett/projects/dabo/dabo/lib/eventMixin.py", line 89, in 
raiseEvent
    bindingFunction(event)
File "/home/pmcnett/projects/daboide/DesignerFormMixin.py", line 217, in onAddControl
    self.Application.onAddControl(evt)
  File "Designer.py", line 765, in onAddControl
    funcDict = {"Vert. Sizer" : obj.onNewVert,
AttributeError: 'LayoutPanel' object has no attribute 'onNewVert'
Traceback (most recent call last):
  File "/home/pmcnett/projects/dabo/dabo/lib/eventMixin.py", line 89, in 
raiseEvent
    bindingFunction(event)
File "/home/pmcnett/projects/daboide/DesignerFormMixin.py", line 217, in onAddControl
    self.Application.onAddControl(evt)
  File "Designer.py", line 765, in onAddControl
    funcDict = {"Vert. Sizer" : obj.onNewVert,
AttributeError: 'LayoutPanel' object has no attribute 'onNewVert'

I'm probably not doing it correctly!


--
Paul McNett
http://paulmcnett.com
http://dabodev.com


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

Reply via email to