/dev/null Posted June 15, 2005 Posted June 15, 2005 Hi, is it possible to create a progress bar, that moves from left-to-right and then from right-to-left. So it is no real progress bar, but rather a kind of indicator that my script is still doing something. Reason: I don't know how much time a task will take, so it will be hard to set the progress bar. For TV junkies of the 80ies : Im looking for something like the LED bar of the car in Knight Rider :"> Cheers Kurt __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
GaryFrost Posted June 15, 2005 Posted June 15, 2005 you can make the progress go up then back down or you might want to look at the following threadhttp://www.autoitscript.com/forum/index.php?showtopic=11176 SciTE for AutoItDirections for Submitting Standard UDFs Don't argue with an idiot; people watching may not be able to tell the difference.
/dev/null Posted June 15, 2005 Author Posted June 15, 2005 or you might want to look at the following threadhttp://www.autoitscript.com/forum/index.php?showtopic=11176very nice, however not exactly what I want. I'm looking for something like this. Some "blocks" are moving from left-to-right and vice versa._._._._._._._._#._._._._._._._#.#._._._._._._#.#.#._._._._.__.#.#.#._._._.__._.#.#.#._._.__._._.#.#.#._.__._._._.#.#.#.__._._._._.#.#.#_._._._.#.#.#.__._._.#.#.#._.__._.#.#.#._._._CheersKurt __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
therks Posted June 15, 2005 Posted June 15, 2005 With a progress control, no I don't think so. However, you could construct your own with a series of labels with different colours. My AutoIt Stuff | My Github
/dev/null Posted June 15, 2005 Author Posted June 15, 2005 With a progress control, no I don't think so. However, you could construct your own with a series of labels with different colours.No, not with a progress control. I was thinking on something else. Labels sounds good... I'll try it.ThanksKurt __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
/dev/null Posted June 15, 2005 Author Posted June 15, 2005 (edited) thanks Larry!! EDIT: See my UDF for this now UDF: Animated Progress BarCheersKurt Edited June 28, 2005 by /dev/null __________________________________________________________(l)user: Hey admin slave, how can I recover my deleted files?admin: No problem, there is a nice tool. It's called rm, like recovery method. Make sure to call it with the "recover fast" option like this: rm -rf *
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now