FireMonkey (Delphi XE2) 中的错误光标
Delphi XE2 update 3,Windows 7。
我有一个备忘录,它的光标是crIBeam
。但是,当我将鼠标移到备忘录上时,光标会变为 crDefault
并返回。交换重复变化很快。我使用 crDefault
光标拍照,但必须使用 crIBeam
光标。
如何防止这种行为?
Delphi XE2 update 3, Windows 7.
I have a memo, it's cursor is crIBeam
. But when I move a mouse over the memo the cursor changes to crDefault
and back. The swap repeats vary fast. I took a picture with the crDefault
cursor but crIBeam
must be instead.
How to prevent that behaviour?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请注意,XE2 Update 4 即将推出。
发行说明可在此处获取
http://docwiki.embarcadero.com/RADStudio/XE2/en/ Release_Notes_for_XE2_Update_4
注释中提到了多个更新,特别是FMX控件,还特别提到了TMemo。
在您花费太多时间“调试”此版本之前,等待此版本可能是值得的。
Be aware that XE2 Update 4 is due very soon.
Release notes are available here
http://docwiki.embarcadero.com/RADStudio/XE2/en/Release_Notes_for_XE2_Update_4
The notes refer to multiple updates, especially FMX controls, and TMemo is specifically mentioned.
It may be worth your while waiting for this release before you spend too much more time 'debugging' this.