Custom Query (122 matches)
Results (85 - 87 of 122)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#110 | worksforme | GetComponentIds in Viewer | Michael Halloran | michelpons |
Description |
As per the screenshot attached, a GetComponentIds call appears in a weird way in the Viewer. In the original log I see: MaterialObject <Anonymous> : Call to get_ComponentIds
MaterialObject <Anonymous> : Return from get_ComponentIds - Succeeded
MaterialObject <Anonymous> : Call to get_ComponentIds
MaterialObject <Anonymous> : Return from get_ComponentIds - Succeeded 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. |
|||
#113 | fixed | COLTT entry remaining in Viewer after filtering COLTT entries | Michael Halloran | michelpons |
Description |
The line \"COLTT Property Package Final Release...\" remains in Viewer even after filtering all COLTT entries. The issue has been documented using PRO/II 9.1 and the VB6 PP example Thermo System together with the native PRO/II flash but should be present in other configurations. |
|||
#118 | fixed | COLTT queries on persistence interfaces | Michael Halloran | michelpons |
Description |
I am using PRO/II 8.2, in fact the material used a while ago for ticket #39. It involves also an old version of the COUSCOUS library (1.14). I am looking at the start of the log file. PRO/II queries in sequence about IPersistPropertyBag, IPersistStorage, IPersistStreamInit and IPersistStream. All queries, except the last one, return an error (0x800004002). Now the PME (PRO/II) knows that the UO supports only IPersistStream. COLTT is then releasing the PMC IPersistStream interface and then carries the same sequence of queries as the PME about the persistence interfaces. I wonder why there is not just a query on IPersistStream interface which has been found as present. |