Comments to Revision 1089

From OpenPetra Wiki
Jump to navigation Jump to search

The revision 1089 contains a set of changes:

A new TreeViev-Control

If the user selects a tree view node and then changes to any other control of a dialog (tree view will lost its focus in this case) the selected node becomes indistinguishable to the other nodes. This situation is something difficult because the user has no orientation about the node he is dealing with.

Therefore the TrvTreeView has been added to the project. This tree view inherits System.Windows.Forms.TreeView and adds the functionality of holding a different color for the node selected at last before a LostFocusEvent.

This new tree view has been integrated in the code generation components so that the maximal work you have to do is to run a nant generateWinforms command to use this control.

A new class: CommonNUnitFunctions

A new common Exception: CancelSaveException

A prototype for a dialog tester - TFrmGLAccountHierarchyTester