View Issue Details

IDProjectCategoryView StatusLast Update
0004295MMW v4Otherpublic2008-01-16 18:47
Reporterpetr Assigned To 
PriorityurgentSeverityminorReproducibilityalways
Status assignedResolutionopen 
Product Version3.0 
Summary0004295: Bug with ISDBTree::AddNode during start-up?
DescriptionSome nodes added into MainTree (using AddNode) at startup using script doesn't show as it should. For example using MagicNodes you'll add this new node :

Drive type|Child of:Location\<Drive type>\<Album Artist>

This command will should add node into Location node, but there're some nodes which is recreated everytime user will expand it (Location, Artist, Album Artist etc.) so custom nodes are always deleted.
TagsNo tags attached.
Fixed in build

Activities

petr

2008-01-16 00:35

developer   ~0012873

Assigned to Jiri for his feedback about this issue.

jiri

2008-01-16 18:47

administrator   ~0012879

As discussed with Petr over IM, a reasonable fix seems to be to add OnExpanding event to COM treenode object, so that scripts could add their own subnodes to just expanding nodes.