On Sunday, November 28, 2010 11:44:58 am Ed Leafe wrote: > On Nov 28, 2010, at 1:32 PM, John Fabiani wrote: > > Below is new - it only occurs on Windows - does not appear to do any > > harm. I have only one (1) scroll panel. No where in the form code am I > > calling unlockDisplay or lockDisplay - It happens when I open the form? > > > > 2010-11-28 10:28:21 - ERROR - Extra call to unlockDisplay() for object > > <mergePan > > elID (baseclass dabo.ui.dPanel.dScrollPanel, id:-293)> > > 2010-11-28 10:28:21 - ERROR - Extra call to unlockDisplay() for object > > <clientPa > > nelID (baseclass dabo.ui.dPanel, id:-462)> > > It's usually harmless, but it indicates that somewhere extra calls to > unlockDisplay() are being made. I don't know why it would only show in > Windows. > > If you're feeling adventurous, add the line: > > print dabo.logPoint() > > ...before line 906 in dPemMixin. With any luck, it should indicate where > the calls are coming from. > > > > -- Ed Leafe c:\dabo\dabo\lib\SimpleCrypt.py:52: UserWarning: WARNING: SimpleCrypt is not sec ure. Please see http://wiki.dabodev.com/SimpleCrypt for more information warnings.warn("WARNING: SimpleCrypt is not secure. Please see http://wiki.dabo dev.com/SimpleCrypt for more information") C:\Python26\lib\site-packages\wx-2.8-msw-unicode\wx\_core.py:7303 in MainLoop: return _core_.PyApp_MainLoop(*args, **kwargs) C:\Python26\lib\site-packages\wx-2.8-msw-unicode\wx\_misc.py:1357 in Notify: self.notify() C:\Python26\lib\site-packages\wx-2.8-msw-unicode\wx\_core.py:14742 in Notify: self.result = self.callable(*self.args, **self.kwargs) c:\dabo\dabo\ui\uiwx\dLabel.py:57 in __endResize: self.Parent.unlockDisplayAll() c:\dabo\dabo\ui\uiwx\dPemMixin.py:916 in unlockDisplayAll: self.unlockDisplay() c:\dabo\dabo\ui\uiwx\dPemMixin.py:906 in unlockDisplay: print dabo.logPoint()
_______________________________________________ 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]
