Stories recently tagged with 'ProgressBar'

Silverlight Progress Bar(jason.whitehorn.ws)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 3 months ago

One such puzzling absence from the Silverlight tool chest is a progress bar control. WPF has a progress bar, WinForms has a progress bar, but not Silverlight. Fortunately implementing one is not that hard and provided a great introduction to Silverlight's layout model. read more...

4 comments |category: |Views: 197

tags: another

jQuery.UI ProgressBar Widget(mattberseth.com)

submitted by mosessaurmosessaur(5424) 3 years, 6 months ago

Matt share his first steps in building jQuery.UI Widgets. But it doesn't seem as this is really first step! Check it out because it is very informative and descriptive. read more...

add a comment |category: |Views: 206

tags: another

ASP.NET AJAX ProgressBar Control - v0.2(mattberseth.com)

submitted by crpietschmanncrpietschmann(11.3k) 3 years, 8 months ago

I am still playing around with the ProgressBar control I blogged about a few weeks ago. I recently updated it to include a handful of few new features and two new skins -below is a quick run down of what has changed. I am pretty happy with how the control works in IE and Opera, but the Continuous mode animation is a little choppy in FF - I still need to get that figured out. read more...

add a comment |category: |Views: 224

tags: another

Using Ajax to display the progress of an ASP.NET server task(codeproject.com)

submitted by jlchereaujlchereau(45) 4 years, 1 month ago

A progress bar implementing ASP.NET Ajax Extensions 1.0 read more...

add a comment |category: |Views: 24

tags: another

Using Zeno's Paradox For Progress Bars(atalasoft.com)

submitted by bbsevenbbseven(90) 5 years, 1 month ago

Here's a practical application of Zeno's Paradox for showing updating a progress bar when you keep making progress, but you don't know how much is left. read more...

add a comment |category: |Views: 26

tags: another