当我在控制台中选择某个区域时,UI会挂起 [英] My UI hangs when I select some area in the console

查看:52
本文介绍了当我在控制台中选择某个区域时,UI会挂起的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我将消息记录到控制台。但是我有一些有趣的效果。当我在控制台中选择一些消息时,我的UI挂起。当我在控制台中取消全选时,UI仍然有效。
我不喜欢这种行为。

I log my messages to the console. But I have some interesting effect. My UI hangs when I select some messages in the console. UI will alive when I deselect all in the console. I do not like such behavior.

有什么解决方法吗?

Console::WriteLine("Message");  


推荐答案

您正在控制台中选择文本。您可以想象,如果控制台继续输出信息,将很难选择您要选择的内容,因此系统将暂停可见的更新。如果您希望应用程序继续显示可见的更新,请停止选择屏幕上的文本。

You're selecting text in the console. You can imagine that if the console continued outputting information it would be hard to select what you want to select, so the system pauses visible updates. If you want your application to continuing showing visible updates, stop selecting text on the screen.

这篇关于当我在控制台中选择某个区域时,UI会挂起的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆