-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
智能F1建议 #43
Comments
特别慢的原因是啥?性能不够?精简版系统?抑或是其它? 可以的话,像下面这样用 计时() 函数看看主要慢在哪一句
|
是机器的问题,老机器上开autohotkey帮助,内容加载的慢,脚本获取不到"Internet Explorer_Server",然后就造成后续的代码失效。 |
另外还有一个问题,在WINDOWS7的机器上,智能标点会造成卡顿,回头我用上面记时的代码测试一下,看看哪里可能有问题。 |
我暂时先不合并这个代码,你自用的话,可以这样优化上述代码。
|
你试试这样在老机器上正常吗?
|
这种是不行的,我说的慢是"Internet Explorer_Server"控件加载的慢,帮助程序是打开的,出现了窗口,但是一片空白,之后等待几秒帮助内容才会出现,所以我用循环等待这个控件加载完成。 |
在使用过程中发现有些机器开帮助文件特别慢,会造成打不开的情况,我做了下如修改,你看一下要不要合并进去
The text was updated successfully, but these errors were encountered: