1 | | As per the screenshot attached, a GetComponentIds call appears in a weird way in the Viewer. In the original log I see:\r\nMaterialObject <Anonymous> : Call to get_ComponentIds\r\n get_ComponentIds returns :\r\n Hexane \r\n Octane \r\n Decane \r\nMaterialObject <Anonymous> : Return from get_ComponentIds - Succeeded\r\n Property Phase Calc Compounds \r\n vaporPressure Liquid Pure Hexane \r\n Octane \r\n Decane \r\nMaterialObject <Anonymous> : Call to get_ComponentIds\r\n get_ComponentIds returns :\r\n Hexane \r\n Octane \r\n Decane \r\nMaterialObject <Anonymous> : Return from get_ComponentIds - Succeeded\r\n\r\nWhile in the viewer, as exemplified in the screenshot attached, the first getComponentIds tag is not yet expanded that its contents are already displayed. One should need always to expand in order to see the contents of the call. |
| 1 | As per the screenshot attached, a GetComponentIds call appears in a weird way in the Viewer. In the original log I see: |
| 2 | MaterialObject <Anonymous> : Call to get_ComponentIds |
| 3 | get_ComponentIds returns : |
| 4 | Hexane |
| 5 | Octane |
| 6 | Decane |
| 7 | MaterialObject <Anonymous> : Return from get_ComponentIds - Succeeded |
| 8 | Property Phase Calc Compounds |
| 9 | vaporPressure Liquid Pure Hexane |
| 10 | Octane |
| 11 | Decane |
| 12 | MaterialObject <Anonymous> : Call to get_ComponentIds |
| 13 | get_ComponentIds returns : |
| 14 | Hexane |
| 15 | Octane |
| 16 | Decane |
| 17 | MaterialObject <Anonymous> : Return from get_ComponentIds - Succeeded |
| 18 | |
| 19 | While in the viewer, as exemplified in the screenshot attached, the first getComponentIds tag is not yet expanded that its contents are already displayed. One should need always to expand in order to see the contents of the call. |
| 20 | |
| 21 | I don't think there is anything to fix here. |