In a previous post, you stated
I always click around the screen to get it to un-hang since I don't know what it will actually do at these times. I usually can't make it do it, it just catches me up.
This may be the issue - the software should not be "hanging". I am guessing that your XP box may be a little "dated". The graphic updates may be a little burdensome for your PC.
There are some settings in the .INI file to "slow down" the update rate for slower PCs.
1. Shut down Designer, then relaunch it without opening a project.
2. In the Launch Pad window (docked on the left side), in the Applications group, look for the
DmDesigner1_4.ini file entry. Double click on that. This will launch NOTEPAD to let you edit the proper .INI file.
3. Look for the
SETUP group in square brackets. Within that group are two entries that are commented out with semicolons at the beginning:
;DataViewInterval=50
;ProgViewInterval=25
4. Remove the semicolons, and quadruple the two values, so set DataViewInterval to 200 and ProgViewInterval to 100:
DataViewInterval=200
ProgViewInterval=100
These are update intervals in milliseconds.
5. Save the .INI file in Notepad, then shutdown Notepad.
6. Open your project online and turn status ON, and see if Designer behaves any differently. It should appear more "responsive", and you should no longer see anything "hanging", as you commented earlier.
Please let us know if this addresses the "hanging" issue. I am hoping that this may be the root cause of your XRef View issue also.