Version Tracking Report 0.1.37

A simple update to extend the timeout and fix a couple of defects.

Tasks

Date Name Description Duration

Defects Fixed

ID Name Raised Date Closed Date Description Resolution
409 even though a tips file is present in the application directory it does not get loaded 15/04/2003 12:22:02 15/04/2003 I created a tips file called tips.txt and put it in the application directory (with 1 tips in it) and the tips file was not loaded I still got the "did you know the tips file was not found" message  User error, the file was named tips.txt.txt 
410 tips are not displayed in tips window 15/04/2003 13:05:03 22/04/2003 22:35:00 the tips.txt file has information in it, but the tips window displays text1 instead of the tip  I was calling a function on the class of the form rather than the instance so a new instance was being created that wiped out all the loaded in tip text ! 
411 changing the name of an entity attribute does not flag the entity as dirty 15/04/2003 18:48:18 22/04/2003 20:48:18 On entity edit pane
changing the name of an entity attribute does not flag the entity as dirty so we
do not get the opportunity to save the entity and so the attribute change does
not happen

WORKAROUND - edit the text in the description 
The edit code didn't check the return values so didn't recognise a change, now it does 

Open Defects

ID Name Raised Date Status Criticality Description
378 delete on treebrowser does not maintain expansion 16/08/2002 09:30:03 OPEN LOW delete in the treebrowser should try to maintain expansion at the moment it just contracts. It should just remove the deleted item from the tree, rather than updating the whole tree.

This is a problem with both treeviews as the updating algorithms are simple and tend to redraw most of the tree, they certainly don't maintain expansion. 
62 icons on buttons are not transparent 17/04/2002 OPEN LOW need to turn the .ico into .bmp and setup the mask property 
412 hierarchy sibling created with elder sibling name 15/04/2003 18:49:20 OPEN MEDIUM In the hierarchy I created a sibling for an entity and in the tree it was named
the same as the sibling but in the edit pane it was named Default9. This was the
last branch in the tree. It was created by using the "New Sibling Under" button.
This doesn't always happen so there is some complexity in the scenario that I am
unaware of.
- t
- b
d
f
g
- dfdd
sibling
newone (named sibling) 
408 mdi form close button does not shut down the system 15/04/2003 12:20:42 OPEN MEDIUM The menu exit command works, but sometimes clicking on the x button has no effect 
381 filter text is editable 16/08/2002 09:46:20 OPEN LOW user can edit the text in the filter, this has no functional effect, but the user may expect that the filter can be controlled this way when it can't 
358 revert only reverts first node, not all 12/08/2002 11:55:48 OPEN MEDIUM if a number of items are changed and revert is pressed, only one of the nodes will be reverted 
134 the hierarchy browser hierarchy should maintain expansion 25/04/2002 17:55:54 OPEN LOW during restructuring, the hierarchy should leave expanded the items which are expanded 
133 The hierarchy browser tree refreshes too much on drag 25/04/2002 17:54:37 OPEN LOW this can be disconcerting when dragging,

perhaps the timer is not long enough? 

Requirements Implemented

ID Name Raised Date Status Raised By Description