Użytkownik Ed Leafe napisał:
> Log:
> First pass at creating an Object Inspector, which is largely modeled on the 
> wxPython Widget Inspection Tool 
> (http://wiki.wxpython.org/Widget%20Inspection%20Tool). It largely works as 
> expected, but I'm sure there will be cases that need cleaning up.
>
> To invoke it, I've added a menu item to dBaseMenuBar that can be triggered by 
> Ctrl-Shift-I.
>
> Right now the form sections are arranged using splitters, because the form is 
> cdxml-based. This allowed me to rapidly prototype it, but I would prefer to 
> use dDockForm instead, which unfortunately is not yet supported in the Class 
> Designer.
>
> Feedback welcome!!
>    

Hi.

This is the first one, I hope the last ;)

Traceback (most recent call last):
   File "C:\python26\lib\site-packages\dabo\ui\uiwx\dTreeView.py", line 
1033, in __onTreeSel
     self.raiseEvent(dEvents.TreeSelection, evt)
   File "C:\python26\lib\site-packages\dabo\ui\uiwx\dPemMixin.py", line 
1008, in raiseEvent
     super(dPemMixin, self).raiseEvent(eventClass, nativeEvent, *args, 
**kwargs)
   File "C:\python26\lib\site-packages\dabo\lib\eventMixin.py", line 96, 
in raiseEvent
     bindingFunction(event)
   File "c:\docume~1\jacek\ustawi~1\temp\tmpvta62j.py", line 570, in 
onTreeSelection
     self.Form.object_selected(self.Selection.Object)
   File "c:\docume~1\jacek\ustawi~1\temp\tmpvta62j.py", line 364, in 
object_selected
     self.shell.interp.locals['obj'] = obj
AttributeError: 'dForm_85323' object has no attribute 'shell'

-- 
Regards
Jacek Kałucki


_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message: http://leafe.com/archives/byMID/[email protected]

Reply via email to