简体   繁体   English

用百分比显示进度条

[英]Flex smooth progress bar with percentage

I want to make a loading indicator that shows the exact progress with percentage (something like bootstrap's progress bar ), instead of just an endlessly spinning wheel (which actually doesn't give any information to the user if anything is happening or just the spinning wheel is broken). 我想制作一个加载指示器,以百分比的形式显示确切的进度(类似于bootstrap的进度栏 ),而不仅仅是一个无休止的旋转轮(实际上,如果发生任何事情,旋转轮不会向用户提供任何信息,或者仅仅是旋转轮被打破)。

Is there something like this in Flex or I have to implement my own? Flex中是否有类似的东西,或者我必须实现自己的东西?

Also the other problem is that I don't know for what time I will get my information (which updates the progress bar) and the loading will look very segmented. 另外另一个问题是我不知道什么时候可以得到我的信息(这会更新进度条),并且加载看起来很分段。 Is there a way to do this in a smoother way? 有没有办法更顺畅地做到这一点?

有一个类似的组件,您可以使用ProgressBar控件来实现

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM