Comments to Revision 1089: Difference between revisions

From OpenPetra Wiki
Jump to navigation Jump to search
(Created page with 'The [http://bzr.openpetra.org:8088/loggerhead/trunk/revision/1089 revision 1089] contains a set of changes: == A new TreeViev-Control == == A new class: CommonNUnitFunctions ==…')
 
Line 2: Line 2:


== A new TreeViev-Control ==
== 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 [http://bzr.openpetra.org:8088/loggerhead/trunk/revision/1089#csharp/ICT/Common/Controls/trvTreeView.cs 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 class: CommonNUnitFunctions ==

Revision as of 10:59, 18 January 2011

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