View Issue Details

IDProjectCategoryView StatusLast Update
0011283MMW v4Framework: Scripts/Extensionspublic2013-09-17 08:37
Reporterzvezdan Assigned To 
PrioritynoneSeverityminorReproducibilitysometimes
Status newResolutionopen 
Summary0011283: ISDBTree::AddNode is not adding node to the right parent on topmost level during startup
DescriptionFor example, if I want to add some custom node immediately below My Computer I would use:
Set oNewNode = SDB.MainTree.CreateNode
SDB.MainTree.AddNode SDB.MainTree.Node_MyComputer, oNewNode, 1

It works fine during run-time, but if I use those lines during start-up, sometimes such nodes are wrongly placed somewhere else, e.g. after Video node. If I restart the program then such nodes are again after the same wrong node, e.g. Video, but not after the specified node. However, many times they are placed right where they should be. Unfortunately, I cannot find a pattern why, when and how this happens.

You could try Magic Nodes script with the next mask:
Test|Child of:My Computer\<Lyricist|Unknown:No>
TagsNo tags attached.
Fixed in build

Activities

There are no notes attached to this issue.