[pywin32-bugs] [ pywin32-Bugs-1043205 ] occasional rectUndock exceptions in <interactive>
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
|
From: SourceForge.net <no...@so...> - 2008-02-26 13:15:50
|
Bugs item #1043205, was opened at 2004-10-08 12:28 Message generated for change (Settings changed) made by rupole You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1043205&group_id=78018 Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: pythonwin Group: None >Status: Closed >Resolution: Fixed Priority: 5 Private: No Submitted By: kxroberto (kxroberto) Assigned to: Nobody/Anonymous (nobody) Summary: occasional rectUndock exceptions in <interactive> Initial Comment: b201. occasionally I get: win32ui: Exception in OnNotify() handler Traceback (most recent call last): File "C:\PYTHON23\Lib\site-packages\pythonwin\pywin\docking\DockingBar.py", line 346, in OnNcHitTest elif PtInRect(self.rectUndock, pt): File "C:\PYTHON23\Lib\site-packages\pythonwin\pywin\mfc\object.py", line 18, in __getattr__ return getattr(o, attr) AttributeError: rectUndock I use docking view of <interactive> ---------------------------------------------------------------------- >Comment By: Roger Upole (rupole) Date: 2008-02-26 08:15 Message: Logged In: YES user_id=771074 Originator: NO This should be fixed in DockingBar.py,rev 1.6. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1043205&group_id=78018 |