错误提供者不均匀闪烁
我有一个错误提供程序,为 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您已经暗示了一种(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.