动画旋转器不转动? [英] Animated spinner not turning?

查看:99
本文介绍了动画旋转器不转动?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我从如何编写代码中下载了代码在.NET中加载圆圈动画? [ ^ ]

由Martin Gagne创作,然后将代码加载到我的项目中。但是,动画微调器不会转动。换句话说,当

  .loadingCircle =  new  MRG.Controls.UI.LoadingCircle(); 
loadingCircle.Active = true ;调用

,不会触发LoadingCircle.cs中的

 protected override void OnPaint()

(此方法仅在表单时触发已加载)。

我希望有人可以帮助解决这个问题。谢谢。



我的尝试:



动画微调器不转动?

解决方案

请在文章末尾的论坛中发布您的问题,以便作者可以帮助您

I downloaded the code from How to write a loading circle animation in .NET?[^]
that is authored by Martin Gagne, and then loaded the code into my project. However, the Animated spinner does not Turning. In another word, when

this.loadingCircle = new MRG.Controls.UI.LoadingCircle();
loadingCircle.Active = true;

is called, the

protected override void OnPaint()

in LoadingCircle.cs is not fired (this method is fired only when the form is loaded).
I wish someone can help on this issue. Thanks.

What I have tried:

Animated spinner  Not Turning?

解决方案

Please post your question in the forum at the end of the article so the author can help you.


这篇关于动画旋转器不转动?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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