View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0009743 | MMW v4 | Framework: Scripts/Extensions | public | 2012-09-23 21:16 | 2012-09-28 16:35 |
| Reporter | zvezdan | Assigned To | |||
| Priority | high | Severity | minor | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Product Version | 4.0 | ||||
| Target Version | 4.1 | Fixed in Version | 4.0.7 | ||
| Summary | 0009743: Expanded property of custom nodes doesn't work in OnStartup | ||||
| Description | That property works fine in MM3, but not in MM4. | ||||
| Steps To Reproduce | Here is the test script: Option Explicit Sub OnStartUp() Dim oParentNode Dim oChildNode Set oParentNode = SDB.MainTree.CreateNode oParentNode.Caption = "Parent node" oParentNode.HasChildren = True SDB.MainTree.AddNode SDB.MainTree.Node_Library, oParentNode, 1 Set oChildNode = SDB.MainTree.CreateNode oChildNode.Caption = "Child node" SDB.MainTree.AddNode oParentNode, oChildNode, 3 SDB.ProcessMessages oParentNode.Expanded = True End Sub | ||||
| Tags | No tags attached. | ||||
| Fixed in build | 1504 | ||||