Custom Query (122 matches)
Results (55 - 57 of 122)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#108 | fixed | Feature \"Clear all logs\" | michaelhalloran | michelpons |
Description |
I am puzzled by the button \"Clear all logs\" on the main view of the COLTT controller. When using this button, none of the existing log files is suppressed. There is no secondary window popping up that would ask for confirmation of the action. I think such a button may have some sense but on the view for the Logs. Also it should work with a confirmation window. |
|||
#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. |