| Fr No |
Title |
External Description |
| 4952 |
Disallows editing after object name change when versioned and not checked out |
Classes that are not checked out can be renamed in the properties dialog box even though the Editing Mode that prevents changes to unchecked out classes is in effect. This renaming of the class breaks the link to the library version and creates a new class in the toolset. The original version is still in the library however, under the original name, so no information is lost. The newly named class cannot be edited however because the Edit Mode is still in effect since the toolset still thinks its versioned. To get around this you must disable the No-Edit Mode, rename the class again, and then turn back on the No-Edit Mode for classes that are not checked out.
|
| 4114 |
Source Level Debugging on NT with VisualC++ does not work for SimRTS |
Customers wishing to use source level debugging will need to switch to TargetRTS from SimRTS.
|
| 3409 |
Editing Modes: "Version mismatch warning preference" not supported for MS VSS |
The "Version mismatch warning preference" editing mode user preference is not supported in supplied MS Visual Source Safe library interface scripts.
|
| 3304 |
RobotProbes and StateChanger model examples do not appear output to System Log |
When running the RobotProbes or StateChanger model examples on NT with TO, there may not be any output displayed to the System Log. It is related to buffering of stderr/stdout on NT.
The workaround is to add log.commit(); after each Log SAP command in the transition code blocks to ensure that the output is flushed to the system log.
|