0

我目前在 Windows 7 64 位上安装了 IBM Rapid Application Developer 8.5.1,我遇到了这两个问题:

  • 我无法通过用鼠标在企业资源管理器和包资源管理器上拖动滚动条来滚动。如果我这样做,它会进入第一个状态。我可以使用箭头滚动或通过单击滚动条下方/上方或使用鼠标滚轮滚动
  • 使用Ctrl+F在我的 jsp 中查找某些内容有时不起作用。当我重新启动 IBM RAD 时,它又可以工作了,但是很烦人。

问题:这是 RAD(或 Eclipse?)中的错误还是 Windows 7 的问题?

4

1 回答 1

0

To make scrollbars draggable under windows 7 64bit:

Preferences\General\Appereance => uncheck "Enable animations" and "Enable colored labels". The IDE will issue a restart ("yes"...) and scrollbars will be draggable as expected.

I don't think this will impact ctrl+f, though.

In the end, sounds like an incompatibility between desktop compositing and (old) SWT

于 2013-11-25T14:05:39.743 回答