错误提供者不均匀闪烁

发布于 2024-12-12 08:18:24 字数 170 浏览 0 评论 0原文

我有一个错误提供程序,为 4 个控件提供错误。

当我设置所有四个错误时,一次只有两个错误一起闪烁,并且所有四个错误都会在一定时间后稳定下来。

即使我设置了两个错误,它们也会交替闪烁。 .

但我希望他们都一起眨眼...我该怎么做? (我不喜欢使用多个 errorProvider)

I have an error provider providing error for 4 controls..

when I set all the four errors, only two of them blink together at a time and all four settle down after certain time..

even if I set two errors, both blink alternatively..

but I want all of them blink together...How can I do this? (I don't prefer using more than one errorProvider)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

陪你搞怪i 2024-12-19 08:18:24

您已经暗示了一种(IMO)可接受的解决方案,最后一个声明是:使用 2 个错误提供程序,一个专门用于一次仅闪烁一个控件(最新的输入无效,或者您期望的那个)尽快更正,或您认为最重要的任何标准),第二个“静默”在所有输入无效的控件上显示图标。

You've hinted to an (IMO) acceptable solution, with your last statement: use 2 error providers, one dedicated to blinking exactly one control at a time (the latest one with an invalid input, or the one you'd expect to be corrected ASAP, or whatever criteria you deem most important), and a second one that "silently" displays the icon on all controls with invalid input.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文