Hi all, my boss is on vacation so I get some spare time I'm using to try
and learn dabo. Today I played the report designer screencast and
decided to give it a try.
I got :
------------------------------------------------------------------------------------------------
C:\Python25\Lib\site-packages\dabo\IDE>python ReportDesigner.py
Traceback (most recent call last):
File "C:\Python25\lib\site-packages\dabo\ui\uiwx\dGrid.py", line 3524,
in __on
WxGridSelectCell
self.raiseEvent(dEvents.GridCellSelected, evt)
File "C:\Python25\lib\site-packages\dabo\ui\uiwx\dPemMixin.py", line
944, in r
aiseEvent
super(dPemMixin, self).raiseEvent(eventClass, nativeEvent, *args,
**kwargs)
File "C:\Python25\lib\site-packages\dabo\lib\eventMixin.py", line 93,
in raise
Event
bindingFunction(event)
File
"C:\Python25\Lib\site-packages\dabo\IDE\ClassDesignerPropSheet.py", line
809, in onGridCellSelected
self.updateGridDisplay(row, col)
File
"C:\Python25\Lib\site-packages\dabo\IDE\ClassDesignerPropSheet.py", line
819, in updateGridDisplay
if not self.Application.Selection:
AttributeError: 'DesignerController' object has no attribute 'Selection'
Traceback (most recent call last):
File "C:\Python25\lib\site-packages\dabo\ui\uiwx\dFormMixin.py", line
172, in
__onWxActivate
self.raiseEvent(dEvents.Activate, evt)
File "C:\Python25\lib\site-packages\dabo\ui\uiwx\dPemMixin.py", line
944, in r
aiseEvent
super(dPemMixin, self).raiseEvent(eventClass, nativeEvent, *args,
**kwargs)
File "C:\Python25\lib\site-packages\dabo\lib\eventMixin.py", line 93,
in raise
Event
bindingFunction(event)
File "ReportDesigner.py", line 2300, in onActivate
rdc.showPropSheet()
File "ReportDesigner.py", line 255, in showPropSheet
ps.refreshSelection()
File "ReportDesigner.py", line 766, in refreshSelection
self.select(objs)
File
"C:\Python25\Lib\site-packages\dabo\IDE\ClassDesignerPropSheet.py", line
140, in select
self.updatePropGrid(propDict)
File
"C:\Python25\Lib\site-packages\dabo\IDE\ClassDesignerPropSheet.py", line
154, in updatePropGrid
pg.DataSet = ds
File "C:\Python25\lib\site-packages\dabo\ui\uiwx\dGrid.py", line 3990,
in _set
DataSet
self.fillGrid()
File
"C:\Python25\Lib\site-packages\dabo\IDE\ClassDesignerPropSheet.py", line
720, in fillGrid
if not self.Application.Selection:
AttributeError: 'DesignerController' object has no attribute 'Selection'
------------------------------------------------------------------------------------------------
This is :
------------------------------------------------------------------------------------------------
Platform: Win
Python Version: 2.5.2 on win32
Dabo Version: Version 0.9.1; Revision ~5017
UI Version: 2.8.8.1 on wxMSW
------------------------------------------------------------------------------------------------
_______________________________________________
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]