And then I actually tested...

Paul McNett wrote:
1) When does wx's Refresh() ever get called? Perhaps I missed it, but I think you removed it.

My report designer objects are no longer refreshing, because panel.refresh() no longer appears to call wx.Panel.Refresh().


2) I'm wary of overriding __getattr__ and __setattr__. We tend to get bitten later on when we do this. However, I can't see anything wrong with what you've done, I just wanted to mention it...

$ python SimpleFormWithBizobj.py
[snip]
File "/home/pmcnett/projects/dabo/dabo/ui/uiwx/dPemMixin.py", line 192, in __getattr__
    ret = super(dPemMixin, self).__getattr__(att)
AttributeError: 'super' object has no attribute '__getattr__'

--
Paul



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

Reply via email to