Hi all,
Does Yahoo have Progress bar control like this http://www.webappers.com/progressBar/
which can be updated priodically and can sense the progress of any
event ?!
Regards,
Hi all, Does Yahoo have Progress bar control like this http://www.webappers.com/progressBar/ which can be updated priodically and can sense the progress of...
Thanks, I've already improved the example and added a little to the comments to show some other features. I tested it with IE and FF and works fin. It doesn't...
Hi Satyam, I am trying to integrate YUI treeview wth datatable in my aplication. I have visited your blog and found a very usefull example which is in the...
Hi Satyam, As I mentioned yesterday that I want to integrate treeview with datatable and I have found the related example in your blog http://satyam....
Please change the subject line if you go any further with this subject, it is missleading. I'm not changing it so don't loose the thread. Why don't you use a...
Hi Satyam, I have changed the subject of the thread now as you suggested. Well, tabView is not a viable option because it is not only about four items. The...
The YUI Uploader advanced example has a progress bar, and you can see how the event is called real-time. I have actually use the same progress bar you link...
Hi, I'm trying to incorporate the YUI Progress Bar. But I keep getting this error. Looks like I have some dependency issues. what are the dependent libraries...
Raja, Dependencies need to be in the correct order -- here's what Satyam has on his own page (http://satyam.com.ar/yui/2.5.0/progressbar/ index.html ) prior to...
Eric Indeed you are correct: ProgressBar inherits from Element so if element-beta.js is not loaded before ProgressBar, it won't initialize. Animation is...
Thanks! Satyam, Eric, That resolved my issue. I've had one other issue. Trying to set the initial value of the progress bar to 'ZERO'. By default it gets set...
Setting properties via an object literal in the constructor and doing it with the set method is exactly the same, you can do either. I set the value to have a...