I discovered the reason why my Reader window completely froze up whenever I tried to create a link. When the Link button is pressed a "Create Link" dialogue appears. It can be dragged anywhere including a different monitor. Its final coordinates are stored in the registry so that it will appear in the same place as the last time. In my case, the location somehow got set to coordinates "1742,408" pixels, well outside the width of my 1600px monitor.
To solve the problem, run regedit, go to "[HKEY_CURRENT_USER\Software\Foxit Software\Foxit Reader x.x\Annotation\Link]" and change "Position" to "0,0". The double quotes are required and a comma must separate the width-height coordinates.
This bug has been reported under [FOXIT #374326]
To solve the problem, run regedit, go to "[HKEY_CURRENT_USER\Software\Foxit Software\Foxit Reader x.x\Annotation\Link]" and change "Position" to "0,0". The double quotes are required and a comma must separate the width-height coordinates.
This bug has been reported under [FOXIT #374326]
Comment