Paul,
Under Windows, if I select a group of objects and delete them using the
delete key, the first time is ok. If I immediately, try to delete a
second group I gt the error below. My guess is that "x" is a list of
objects that is not getting cleared out and still has references to the
first objects deleted.
Thanks,
Larry
C:\dabo\ide>python ReportDesigner.py
Traceback (most recent call last):
File "c:\dabo\dabo\ui\uiwx\dMenuItem.py", line 57, in __onWxHit
self.raiseEvent(dEvents.Hit, evt)
File "c:\dabo\dabo\ui\uiwx\dPemMixin.py", line 975, in raiseEvent
super(dPemMixin, self).raiseEvent(eventClass, nativeEvent, *args,
**kwargs)
File "c:\dabo\dabo\lib\eventMixin.py", line 93, in raiseEvent
bindingFunction(event)
File "ReportDesigner.py", line 2555, in onEditDelete
rdc.delete()
File "ReportDesigner.py", line 520, in delete
parent.remove(obj)
ValueError: list.remove(x): x not in list
C:\dabo\ide>
_______________________________________________
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]