By tag: ProgressBar
0
kicks
Silverlight Progress Bar
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.
0
kicks
jQuery.UI ProgressBar Widget
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.
0
kicks
ASP.NET AJAX ProgressBar Control - v0.2
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 ...
0
kicks
Using Ajax to display the progress of an ASP.NET server task
A progress bar implementing ASP.NET Ajax Extensions 1.0
0
kicks
Using Zeno's Paradox For Progress Bars
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.