View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004448 | MMW v4 | Framework: Scripts/Extensions | public | 2008-03-08 02:24 | 2009-02-22 12:41 |
Reporter | Assigned To | ||||
Priority | none | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Product Version | 3.1 | ||||
Fixed in Version | 3.1 | ||||
Summary | 0004448: Some standard tree nodes don't pay attention to visibility | ||||
Description | as an example, writing a script like this doesn't work as it should. Sub OnStartup Dim Tree Set Tree = SDB.MainTree Tree.Node_MyComputer.Visible = False Tree.Node_Web.Visible = False Tree.Node_Radio.Visible = False Tree.Node_Library.Visible = False End Sub The Library node will become hidden correctly, but none of the other nodes listed will. | ||||
Tags | No tags attached. | ||||
Fixed in build | 1186 | ||||
|
on further analysis, this is probably not a bug. What is actually happening is that different filters can already have different visibility settings for those nodes. Those visibility settings seem to be applied last upon start of the program, and so the script looks like it's doing nothing. |
|
Dale is most likely right, this can't work well due to view settings in filters. Assigning to Petr to review what could we do about this, maybe we could somehow map the changes made by script to filter settings. However, it doesn't seem to be anything really urgent or too important. |
|
Fixed in 1186 |
|
verified 1224 Wiki Updated to include example |