[pywin32-bugs] [ pywin32-Bugs-1036086 ] hierlist.HierList.Refresh Bug
OLD project page for the Python extensions for Windows
Brought to you by:
mhammond
From: SourceForge.net <no...@so...> - 2004-09-28 11:01:33
|
Bugs item #1036086, was opened at 2004-09-28 13:01 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1036086&group_id=78018 Category: pythonwin Group: None Status: Open Resolution: None Priority: 5 Submitted By: Robert Kiendl (kxroberto) Assigned to: Nobody/Anonymous (nobody) Summary: hierlist.HierList.Refresh Bug Initial Comment: When a leaf item (self.htrack) changes from non-expandable to expandable the following work-around is necessary to trigger correct refresh update showing the itme expandable: self.DeleteItem( self.htrack ) try: del self.filledItemHandlesMap[ self.htrack ] # bug in hierlist! except:pass ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=551954&aid=1036086&group_id=78018 |